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...
Instructions to install and sample to use: But first, let me keep doing well this library and continuing updating sending to me some coffee. Step 1: Install the WIFIManager library through Sketch del Arduino: search for WifiManager by tzapu...
How to create a robot for Telegram using Arduino ESP8266 / ESP8285
Just for fun. Have built a "flat" 3x3x3 LED cube on a breadboard and driving it with a Nano. There are 3 layers each with 9 LED's: 1. Layer 0 = Blue 2. Layer 1 = Green 3. Layer 2 = Red All anodes on each layer connected to one another and go...
This time I'm solving a real problem that all non-English computer users face daily :) B4J code: Sub Process_Globals Private broker As MqttBroker Private client As MqttClient End Sub Sub AppStart (Args() As String)...
A custom LEGO creation to remote control, via an Android App, a garage model with a microcontroller and connected servo motor, actuators and indicators. Go here for more information and to get the B4R and B4A source code. This is the first...
This is my attempt at building a 4x4x4 LED cube using an Arduino Nano (V3.0). It takes a lot of patience to build it with endless/non-stop soldering and testing. But what a pleasure to see it working once done! Have used high brightness clear...
A custom LEGO creation to control the gate of a flood barrier model by a microcontroller with sensors, actuators and LEGO Power Functions - controlled by B4R. Go here for more information and to get the B4R source code, B4R additional libraries...
I had the same wish as this user, and this is my solution. I wanted to have a unique serialnumber in every piece of hardware. Using Lora communication the Mac was too long. The solution is a B4J project but it solves a B4R problem. It will create...
Porting B4R as such is possible too.. Another video on CGTN Africa for the previous post https://www.b4x.com/android/forum/threads/b4r-for-waziup-wastebin-management-system-africas-big-iot-platform.84462/
This is based on EREL Project ESP Configurator... https://www.b4x.com/android/forum/threads/esp-configurator-based-on-b4rserializator.81452/ Just I port the whole code into An App...You can download the Apk file from here or Download from...
I've attached an FFT test program with source code for B4R. I am using B4R 2.51. My MCU is an 80MHz Wemos board. The FFT is fast. It uses a pre-computed coefficient lookup table. It performs a double precision complex FFT. The FFT code is in...
My first B4R project is finally done. The device monitors air & pool temperature and allows me to toggle the pool's heater (Auto or Standby) as well as set up a 7-day schedule for days when I want the pool heater to run. It's internet-connected...
A very simply project using B4R IR send and receive Library. The blue one is the first test unit using UNO + LCD + IR Send + IR Receiver + 2 Push Buttons, I got some issue when using the push buttons and IR Receiver together, when received a...