This is the 2nd Drum project I created using B4R. Instead of UNO, I'm using ESP32 this time because of the build-in BLE support, I no longer need a MIDI shield or purchase an additional Bluetooth MIDI adaptor, all come with the ESP32, so that I...
Hi everybody, Thanks to B4R I was able to develop a Data Logger and remote console for my main project, a food metal detector. This pjt show whatever is on MD main display and simulate it's four buttons remotelly. It stores on local SD some log...
This is an example of server using NodeMCU(ESP8266) using library: rDHT v2.00, rESP8266 v1.00, rESP8266Wifi v1.30, rOneWire v1.00, rRandomAccessFile v1.80. For NodeMCU(ESP8266), you need to change DHT library line 122 in dht.cpp...
The goal of this Make Project THime is a LEGO ® module to display in a 4-Bit LED display, the time or temperature & humidity. Control of the display via Infrared. Powered by an Arduino UNO. See here for details. Download B4R source. Additional...
Hi guys, @Erel asked for a picture of my display after having so promptly created a Library for my TFT 1.8" ST7735R display. So after a few successful tests, I decided to create something worthy of EREL's eyes. So here I give you a small video...
Hi all, I'm trying to learn how to create B4R libraries and convert libraries that I wrote with Arduino IDE for Arduino and ESP8266. I have to convert six libraries already working on Arduino IDE and all with sample code, and one library is...
My 2nd B4R Project using buttons and LCD. Thanks B4R! Features: - Preset Sound - Change Drum Note - Volumne Change (+ / -) - Metronome - Midi Out (can connect to midi device or Apple GarangeBand (via camera kit and midi interface) ) - Bass...
So here is a quick video on an UNO based microcontroller board controlling a relay module. The code was written in B4R in less than 5 minutes. View the source code - Click Here For free packages, both B4R and B4J are just fabulous packages...
Althought not finished yet, I've this project at 75% (hope) finished (objectives were learn linux, NodeMCU, use devices on my own and have a safety home) The core system is a Rpi3, which: - Have a cheap USB camera attached (PS2 eyetoy camera) -...
Hi guys, time ago i built a Rover (4 wheel, Arduino powered) for my B4A android app: https://play.google.com/store/apps/details?id=com.rfo.IRaceradvanced the full tutorial for the Rover is here...
The goal of this Make Project parkSTOP is to build a parkSTOP device (Arduino UNO, B4R) to visually indicate via LED & Sound, if parking position reached. In addition, indicate via Android App (B4A) , connected via Bluetooth, the actual distance...
The goal of this Make Project numberX is to build a LEGO ® module to generate and display a random number within a given range. Powered by an Arduino UNO. Usage example for playing games requiring random number (instead of dices). Bit of...
My first attemp at creating an arduino project. I developed it for myself to be able to measure the water level in my rain recuperation tank. Basicly I know the dimensions of my underground tank (cube). By measuring the distance between the...
may for no use of anyone, but this small program acts as interface between the standard Honeywell Chronoterm III to a gasoline heated system. May be not all, but here i got a system which is based on a simple thermostat which controls only the...
Hi guys... Here's another example of RGB "smart LED" manipulation... And the code that goes with it... #Region Project Attributes #AutoFlushLogs: True #CheckArrayBounds: True #StackBufferSize: 300 #End Region Sub Process_Globals...
Hi Guys.... It gives me great pleasure to be the first sharing my creation with B4R! This is one of those "everyone builds this" kind of thing, and there are literally thousands of examples using Arduino to builds this, as well of other...
I have uploaded a tool I called the Serial Connector Graph. It allows you to send data points from the Arduino that will be plotted on a bar graph or you can also send log text messages that will be shown in a text area. I find it is sometimes...