B4RLibraryBluetooth
Esp32 Bluetooth as server
Esp32 Bluetooth as server
@Humberto · 2020-08-12
B4RLibraryComms & Network
rMCP_CAN library
CAN-BUS is a common industrial bus because of its long travel distance, medium communication speed and high reliability. It is commonly found on modern machine tools and as an automotive diagnostic bus. This CAN-BUS Shield adopts MCP2515 CAN Bus controller with SPI interface and MCP2551 CAN transceiver to give your Arduino/Seeeduino CAN-BUS capability. With an OBD-II converter cable added on and the OBD-II library imported, you are ready to build an onboard diagnostic device or data logger.
@janderkan · 2020-07-31
B4RLibraryB4R sensor
rVL53L0X library
This wraps the VL53L0X library by Pololu. The library makes it simple to configure the sensor and read range data from it via I²C.
@janderkan · 2020-06-14
B4RLibraryB4R
ESP32extras Library
This rESP32extras library supported functions are: Restart FlashChipSpeed CpuCycleCount FreeHeapSpace CpuFreqMHz GetMacAddress ConfigNetwork ConfigAP GetAPIP IP2str str2IP Host2IP IsBadIP GetInternetIP ConnectWPS ConnectWPS2 SSID GetLocalIP GetSubnetMask GetGatewayIP
@Starchild · 2020-04-03
B4RLibraryB4R LED
Add UpdateLength to rAdafruitNeoPixel Library
I added the UpdateLength to rAdadruitNeoPixel library. The AdafruitNeoPixel Library supports changing the length of the string on the fly.
@Robert Valentino · 2020-03-12
B4RLibraryB4R LED
Update to library 4 new functions for rAdafruitNeoPixel
I modified the AdafruitNeoPixel library in this posting: https://www.b4x.com/android/forum/threads/radafruitneopixel-based-on-neopixel-lib-v1-3-1.111313/#post-708734 Added 4 new functions: MovePixelColorDirect (To, From) - Move the pixel data from location to another directly SetPixelColorDirect3(Pixel, ULong) - Set pixel to value directly SetPixelColorDirect(Pixel, R, G, B) - Set pixel to value directly GetPixelColorDirect(Pixel) - Get the pixel value at location directly
@Robert Valentino · 2020-02-23
B4RLibraryB4R sensor
ADXL345 Triple Axis Accelerometer Library
Sparkfun''s I2C/SPI Arduino Library for ADXL345. Using this Arduino Library, you have the option of using either SPI or I2C to communicate with the ADXL345. It is fairly reasonable to use and straight forward. You will also be able to calibrate the ADXL345 whenever necessary as shown in the example.
@Johan Schoeman · 2020-02-01
B4RLibraryB4R LED [BASED ON NEOPIXEL LIB V1.3.1]
rAdafruitNeoPixel [based on neopixel lib V1.3.1]
I have modified the rAdafruit Neopixel Library and added some new features
@Siam · 2019-11-12
B4RLibraryB4R motor
rAccelStepper
This is the Arduino AccelStepper library. It provides an object-oriented interface for 2, 3 or 4 pin stepper motors and motor drivers.
@Johan Schoeman · 2019-08-04
B4RLibraryB4R motor
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
B4RLibraryB4R motor [S]
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
B4RLibraryB4R LCD/TFT
rLCDBitmap
rLCDBitmap
@Johan Schoeman · 2019-07-07
B4RLibraryAudio/Video
rTone - playing tones on a passive buzzer
rTone - playing tones on a passive buzzer
@Johan Schoeman · 2019-07-03
B4RLibraryAudio/Video
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
B4RLibraryB4R LED
rSevSeg
rSevSeg
@Johan Schoeman · 2019-06-22
B4RLibraryComms & Network
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
B4RLibraryB4R LCD/TFT [LCD1602]
rGlyphduino - draw custom characters to LCD display [LCD1602]
rGlyphduino - draw custom characters to LCD display [LCD1602]
@Johan Schoeman · 2019-06-08
B4RLibraryB4R LCD/TFT [LCD 1602]
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
B4RLibraryB4R sensor
rNewPing
NewPing for the HC-SR04 sensor (and I guess similar Ultrasonic sensors)
@Johan Schoeman · 2019-06-01
B4RLibraryB4R other hardware
MCP4xxx
Arduino library for controlling Microchip''s MCP4XXX range of SPI controlled digital potentiometers.
@kolbe · 2019-05-06
B4RLibraryComms & Network
Easy AP Mode API For ESP8266
ESP8266 AP mode API encapsulation, a very simple way to use.
@santook · 2019-05-04
B4RLibraryTimer
Watch Dog Timer For ESP8266
Watch Dog Timer For ESP8266
@santook · 2019-05-03
B4RLibraryB4R sensor
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
B4RLibraryB4R other hardware
MFRC522 - RFID reader-writer
Allows reading and writing to RFID cards using RC522 modules
@Erel · 2019-03-15
B4RLibraryB4R LED
MD_MAX72XX Led-Matrix Library
The library implements functions that allow the MAX72xx to be used for LED matrices (64 individual LEDs), allowing the programmer to use the LED matrix as a pixel device, displaying graphics elements much like any other pixel addressable display.
@Siam · 2019-01-31
B4RLibraryB4R clock
DS3234 RTC
A library using the SparkFun library for the DS3234 RTC
@kolbe · 2019-01-18
B4RLibraryUpdater
esp8266 OTA updater
esp8266 OTA updater
@Siam · 2019-01-13
B4RLibraryComms & Network
IR send and receive
rIRremote (Arduino) is based on IRremote open source project: https://github.com/z3t0/Arduino-IRremote. rIRremoteESP8266 (ESP8266) is based on IRremoteESP8266 open source project: https://github.com/markszabo/IRremoteESP8266. These libraries allow receiving IR signals with a IR receiver module and transmitting signals with an IR led.
@Erel · 2019-01-13
B4RLibraryGoogle
Google home notify
Google home notify
@Siam · 2019-01-11
B4RLibraryDate/time
TimeTools Library with NTP Time
TimeTools Library with NTP Time
@Siam · 2019-01-05