B4RLibraryB4R sensor
rVL53L1X library
This wraps the VL53L1X library by Pololu. The library makes it simple to configure the sensor and read range data from it via I²C.
@janderkan · 2021-02-22
B4RLibrarySerial comm/USB
Updated Hardware serial library for Arduino
Allows CTS/RTS hardware handshake. It''s a drop-in substitute for serial library you can found in Arduino, nothing to wrap or change.
@tigrot · 2021-02-21
B4RLibraryB4R LCD/TFT
rLiquidCrystalI2CEx
rLiquidCrystalI2CEx is an open source B4R library for writing to LCD Displays connected to microcontroller, like Arduino.
@rwblinn · 2021-02-17
B4RLibraryB4R sensor
MPU6050 for ESP8266
it is a wrapper for mpu6050 library modified for ESP8266 compatibility from Emanuele Buchicchio
@candide · 2021-01-25
B4RLibraryBluetooth
rBLEMouse for ESP32
This library allows you to make the ESP32 act as a Bluetooth Mouse
@kolbe · 2021-01-03
B4RLibraryBluetooth
rBLEKeyBoard for ESP32
This library allows you to make the ESP32 act as a Bluetooth Keyboard
@kolbe · 2021-01-03
B4RLibraryMQTT
Update to rMQTT internal library
This updates the PubSubClient to v2.8. These functions have been added to B4R: IsConnected, SetBufferSize, SetKeepAlive, SetSocketTimeout
@janderkan · 2020-12-20
B4RLibraryB4R other hardware [READ/WRITE]
rXDM - Set Analog Resolutions [Read/Write] in Seeeduino XIAO and Arduino Due, Arduino Maker
This b4xlib library is indented for use with the boards Seeeduino XIAO, Arduino Due, Arduino Maker. This is because the setting of analogReadResolution and analogWriteResolution function is available only in these boards. IT WILL NOT WORK WITH OTHER BOARDS.
@hatzisn · 2020-12-02
B4RLibraryAudio/Video
rESP8266Tone
Now ESP8266Tone is implemented also as a b4xlib.
@hatzisn · 2020-11-12
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
B4RLibraryB4R LED
rSevSeg
rSevSeg
@Johan Schoeman · 2019-06-22
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
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 [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 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 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