esp8266 OTA updater B4R
esp8266 OTA updater
@Siam · 2019-01-13v2019-01-13
IR send and receive B4R
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-13v2019-01-13
Google home notify B4R
Google home notify
@Siam · 2019-01-11v2019-01-11
TimeTools Library with NTP Time B4R
TimeTools Library with NTP Time
@Siam · 2019-01-05v2019-01-05
Enhanced Ethernet library B4R
Based on the Ethetnet2.0 library, multiple Wiznet Ethernet peripherals are supported.
@santook · 2018-12-12v2018-12-12
ESP8266extras Library B4R
I wanted to be able to assign a new IP address when running the ESP8266 in AP mode so I started to look into writing a library for B4R. Once I started to look inside the ESP and WIFI classes in Arduino I realised that there are many interesting and useful functions available. I started with the ESP8266 library provided in B4R v1.20 and wrapped a lot of these extra functions together with a little extra code to make some of them easier to use.
@Starchild · 2018-10-14v1.05
AnalogWrite PWM range and frequency. B4R
On ESP the default PWM range is 0 to 1023. And default PWM frequency is 1KHz. http://esp8266.github.io/Arduino/versions/2.0.0/doc/reference.html These values can be changed. Attached is the files.
@janderkan · 2018-10-04v2018-10-04
rRCSwitch library B4R
This is a wrapper for RCSwitch library. https://github.com/sui77/rc-switch Receive from or operate 433/315 MHz remote radio controlled devices. Tested with Uno, Mega and Wemos D1.
@janderkan · 2018-08-05v2018-08-05
rESP8266FileSystem (SPIFFS) B4R
ESP8266 comes with built-in file system provisioned on the chip flash. The file system is useful for storing persistent information.
@Erel · 2018-07-19v1.10
Updates to internal libraries B4R B4R
Libraries from this thread should be copied to the internal libraries folder: C:\Program Files (x86)\Anywhere Software\B4R\libraries
@Erel · 2018-07-19v2018-07-19
rRadioHead - RF95 / Default settings B4R
I have succeeded to implement 2 functions and 4 constants from RadioHead/RF95 library. Sleep: will put the Lora radio into sleep mode, it will wake up next time you send something. ModemConfig: lets you select between 4 predefined modem configurations. Sending 25 bytes Mode=0 : Default medium range (75ms airtime) Mode=1 : Fast+short range (22ms airtime) Mode=2 : Slow+long range (1266ms airtime) Mode=3 : Slow+long range (Did not work on Dragino shield nor Dragino Lora Mini)
@janderkan · 2018-07-18v2018-07-18
ESP32 - use real time clock library rESP8266rtc B4R
I have updated the B4R library rESP8266rtc (v1.05) so it can also be used with the ESP-32 modules.
@Starchild · 2018-07-07v2018-07-07
rESP8266rtc .. a Real Time Clock B4R
A software based Real Time Clock.
@Starchild · 2018-07-07v1.05
rESP32SimpleBLE - ESP32 BLE B4R
This library makes it very simple to advertise data through BLE. You just need to call ble.Advertise with the string that you want to advertise as the device name. Note that it doesn''''t support making connections.
@Erel · 2018-05-22v2018-05-22
rESP32Bluetooth - Esp32 Classic Bluetooth B4R
Very simple to use Bluetooth library for ESP32 modules. Note that you need to have a recent version of ESP32 SDK. If you encounter any error then download the complete SDK: https://github.com/espressif/arduino-esp32 and copy it to ESP32 SDK folder: C:\Users\\Documents\Arduino\hardware\espressif\esp32
@Erel · 2018-05-21v2018-05-21
rAdafruit_MCP3008 B4R
Adruino Library for MCP3008 8-Channel 10-Bit ADC with SPI interface. http://www.adafruit.com/products/856
@Erel · 2018-04-22v2018-04-22
rAdafruitSH1106 - SH1106 lcd B4R
Adafruit graphic library for SH1106 driver lcds.
@Erel · 2018-04-22v2018-04-22
rRadioHead - RF95 / Dragino Lora shield B4R
This is a wrapper for RadioHead library. Currently only RF95 is exposed. RadioHead documentation: http://www.airspayce.com/mikem/arduino/RadioHead/classRH__RF95.html#details : "Driver to send and receive unaddressed, unreliable datagrams via a LoRa capable radio transceiver."
@Erel · 2017-12-03v2017-12-03
rRF24xt ... an extended library for nRF24L01+ radio modules B4R
rRF24xt ... an extended library for nRF24L01+ radio modules
@Starchild · 2017-10-17v1.02
Software Real Time Clock B4R
This library (called rSoftRtc), is a generic derivative of the device specific library rESP8266rtc v1-03.
@Starchild · 2017-09-10v0.12