MAX7219 7-Segment Driver
This is a very simple example shows how to drive 4-digits 7-segment display with MAX7219 and rLedControl library, this code example displays ''HoLA'' word, you can add more digits and MAX7219 devices. Each MAX device can drive up to 8 7-segment digits. 33K ohm resistor should be connected between pin 18(ISET) and pin 19(V+) of MAX7219, not shown in provided datasheet. Datasheet and connection links below.
@Mostez · 2019-08-01
Resistance color specs reading - Billy Brown habits
Resistance color specs reading - Billy Brown habits
@hatzisn · 2019-07-31
rCheapStepper - library for the 28BYJ-48 stepper motor using ULN2003 driver board
An Arduino library for the 28BYJ-48 stepper motor using ULN2003 driver board
@Johan Schoeman · 2019-07-20
Circuit analysis to the maximum
This is a very detailed analysis on circuit analysis comprising of two videos. They are huge videos (1,5 hours almost each) but believe me it worth it seeing them. I faced all these subjects in Electronics I class of Physics department of University of Athens but the professor was either too lazy or always in a hurry to go into such great detailed analysis and I was really bagged back then not understanding easily these subjects. This guy is a great teacher and the new technologies (when I finished in 2005 there was not YouTube) are a learner''s paradise.
@hatzisn · 2019-07-19
RadioButton with ESP Server
RadioButton with ESP Server
@Hans- Joachim Krahe · 2019-07-17
See human readable Arduino running time
See human readable Arduino running time
@hatzisn · 2019-07-17
rTinyStepper_28BYJ_48 - A library for the 28BYJ_48 stepper motor[s]
This Arduino library is used to control one or more 28BYJ-48 stepper motors. These motors are very small with a built in gear reduction. The advantage of these motors is that they are inexpensive and easily available on Amazon. Their downside is that they''re very slow (0.3 revolutions/second max), and only suitable for light-duty applications.
@Johan Schoeman · 2019-07-13
JSON Parsing
Two methods to help parse JSON strings
@Erel · 2019-07-07
rLCDBitmap
rLCDBitmap
@Johan Schoeman · 2019-07-07
OLED display showing data from a USB to Serial com port using B4R and VB.Net
So you are wondering about sending data through a computer or laptop com port and receiving the data on your Arduino based microcontroller board. Well I decided to put together a short tutorial (one of many on here about this AsyncStreams) on how to receive data, but in this case directly from a computer or laptop. In this particular tutorial I quickly developed a program using VB.Net to monitor my laptop''s CPU utilisation, the program sends the CPU utilisation data directly to the microcontrollers connected com port via your computer or laptop, the CPU utilisation data is then displayed on an OLED display. As you can tell from the VB.Net source code, reading the data is done using PerformanceCounter and sending the data is done using a serial port, both just draged and dropped onto the design screen. I''ve attached the Windows executable in the attached zip file, the target Framwark is .NET Framework 4.5. I''ve also posted the VB.Net source code below the Arduino source code, just looking at the source code and the design screen shot, you should easily be able to recreate the Windows program.
@Peter Simpson · 2019-07-06
rTone - playing tones on a passive buzzer
rTone - playing tones on a passive buzzer
@Johan Schoeman · 2019-07-03
Passive Buzzer playing Ludwig van Beethoven''s Fur Elise
Passive Buzzer playing Ludwig van Beethoven''s Fur Elise
@Johan Schoeman · 2019-06-29
rEasyBuzzer
The Beep Library For Arduino.â This library has been tested on the following devices: Arduino UNO, Arduino MEGA 2560, ESP32
@Johan Schoeman · 2019-06-22
rSevSeg
rSevSeg
@Johan Schoeman · 2019-06-22
SevSeg with inline C
This B4R project uses the SevSeg library via inline C to display characters on a 4 digit x 7 segment LED display (I am using a SMA420364L) - hard wired.
@Johan Schoeman · 2019-06-21
rPN532 RFID reader/writer
A library using the Adafruit arduino library for SPI and I2C access to the PN532 RFID/Near Field Communication chip.
@kolbe · 2019-06-16
IR Control for DSTV Explora Model 2A
This is a sample project for the IR control of the DSTV Explora Model 2A decoder (Digital Satellite TV).
@Johan Schoeman · 2019-06-15
Big/Large Alphanumeric Characters[LCD1602]
Big/Large Alphanumeric Characters[LCD1602]
@Johan Schoeman · 2019-06-08
rGlyphduino - draw custom characters to LCD display [LCD1602]
rGlyphduino - draw custom characters to LCD display [LCD1602]
@Johan Schoeman · 2019-06-08
rLcdBarGraph - draw a bar graph on your LCD display [LCD 1602]
rLcdBarGraph - draw a bar graph on your LCD display [LCD 1602]
@Johan Schoeman · 2019-06-08
LCD Bar Graph
LCD Bar Graph
@Johan Schoeman · 2019-06-01
rNewPing
NewPing for the HC-SR04 sensor (and I guess similar Ultrasonic sensors)
@Johan Schoeman · 2019-06-01
SN74HC595N - my effort with this shi[f]t register
The SN74HC595N seem to be a very temperamental shi(f)t register. Took me hours to try and figure it out. Seems to have a lot to do with the timing when driving LED''s (sinking too much current if they are on for too long?). Well, this is my effort - the LED''s flicker on/off, one at a time, from LSB to MSB and then again from MSB to LSB.
@Johan Schoeman · 2019-05-26
Digital Clock and Alarm without using a RTC
Digital Clock and Alarm without using a RTC
@Johan Schoeman · 2019-05-19
8x8 LED Matrix with 788BS
8x8 LED Matrix with 788BS
@Johan Schoeman · 2019-05-11
MCP4xxx
Arduino library for controlling Microchip''s MCP4XXX range of SPI controlled digital potentiometers.
@kolbe · 2019-05-06
Easy AP Mode API For ESP8266
ESP8266 AP mode API encapsulation, a very simple way to use.
@santook · 2019-05-04
Watch Dog Timer For ESP8266
Watch Dog Timer For ESP8266
@santook · 2019-05-03
reading smart meter smr5.0 p1 port
reading smart meter smr5.0 p1 port
@MbedAndroid · 2019-04-21
DHT11 & DHT22
This library was written by @inakigarm: https://www.b4x.com/android/forum/t...idity-sensors-arduino-uno-code.66113 I''ve made a few configuration changes to make it easier to use.
@Erel · 2019-04-16