The clock uses ATMEGA328 internal timers to get 1 minute time base which is as accurate as the 16MHz crystal. The code works for Arduino Nano and Uno only. Code has inline C for setting the timers, and wire lib for the OLED. The DF Player plays...
Hi All, In fact this is not a creation, but an added value for those designing hardware using Arduino and Bluetooth HC-5 or equivalent. This is a ready made board and can be bought for less than a dollar from eBay. A plug-and-play board .. just...
A sound recorder and playback for Arduino Uno or Nano with ATMEGA328P device using SD card. The card is initialized by the rSD lib and then the code reset the ATMEGA SPI to the code settings. The code uses commands for multi sector reading and...
Hi This project was initially just a student project but then I received a number of orders. This project is very small and practical
The code doesn't use any library, the SPI is set by inline C. Using 1.8" TFT with ST7735 driver, displaying universal 5x7 fonts for 0 to 9. The code works only for ATMEGA328, I used Arduino Nano. Voltage input at A0. Bitmap is BMP of 16 (5:6:5)...
Oled display of text and bitmap and analog bar. The code uses wire lib only to drive the I2C, the text and bitmap and analog bar are generated by functions in the code. The bitmap code is for size 48x16 for other sizes the code has to be...
The code doesn't use any library, the SPI is set by inline C. There are functions for initializing ST7735 1.8'' module, displaying characters and part of universal 5x7 fonts for 0 to 9 only, letters can be added if needed. The code works only...
This project is used to show temperature and humidity. To reduce the cost, I showed the temperature and humidity on a display. The two digits on the right show humidity and the two digits on the left indicate temperature.
Control 2 outputs (pins 2,3) of Arduino Uno by talking to your Android device using the B4A app. The device is connected via OTG cable. Words or sentences can be edited at run time or in the code. The app uses speech recognition.
Android configuration app: 0) ESP8266 MCU modules that are with Erel's WiFi Remote configuration (Server module) 1) App periodically activates WiFi of Android phone and connects to the current ESP's WiFi AP SSID (input those you set in ESP's...
this example of MQTT client on ESP8266 is built to make a gateway between a rfbridge sonoff with tasmota and mobiles with a MQTT client, to monitor 2 SOS buttons MQTT broker is cloudMQTT.com Global configuration - a start we have 2 SOS...
Something that worked for more than 40 years broke and I had to find a replacement. I want to show what I did. Background: Solar heating systems (for houses) can either be autonomous, where the water circulation is done by itself - hot water go...
A doorbell for Arduino Uno or Nano interfacing EEPROM with I2C. The EEPROM 24C512 is 512Kbits and it can store up to 3 seconds wave file of 22.050KHz, 8 bits, mono. The Arduino reads the ROM bytes in a sequential read mode and stream each byte to...
It's good to talk. Voltmeter app in B4A using Text To Speech. Voltage input is at pin A0. Arduino connected to Android via OTG cable. The talking voltmeter has an adjustable timer to set the talk intervals (5 to 105 sec) and a stop button...
Low frequency oscilloscope for Android using Arduino Uno or Nano, frequencies up to 5KHz. The software for Android is in B4A. The Arduino connected to Android device via USB OTG cable. The sampling is done by the Arduino ADC in a speed of about...
The Arduino generates an accurate 1 second time base for the counter by cascading timer0 and timer2. Part of the B4R code is in C for setting the timers/counters of the Atmega328, this way the accuracy follows the 16 MHz crystal. The link between...
it is a RF 433mhz Repeater with esp8266 hard configuration: - 1 esp8266 Witty Cloud - in front of 433mhz : tested with receptor RXB6 and RX470B. tested with transmitter WL103 /STX882 receptor and transmitter are connected to power 5V and...
But first, let me keep doing well this library and continuing updating sending to me some coffee. If you understand that my work is worth $10 ..... Contact me if you need to create any libraries for: B4A, B4i or B4R Email...
it is a 433mhz RF-MGTT Gateway hard configuration: 1 esp8266 Witty Cloud in front of 433mhz : tested with receptor RXB6 and RX470B. tested with transmitter WL103 /STX882 receptor and transmitter are connected...
Build a powerful digital servo using Arduino and B4R Wire drawing Communication Use the Command Framework console for communication and servo control Commands in the console The sweep moves between two different angles move on move off Be...