I just want to use a single digit 7-segment LED display. Requires 1x 7 segment LED display (common anode) - code 5161BS, 8x 220 ohms resistors and 9 wires. No additional library or C++ code. Only a B4R code module. Github...
This system have two parts part no 1 include one Dht11 Temperature/Humidity sensor and Mq5 smoke sensor. part one must be install in server room and connect to one of servers. part no 2 include Seven segment display , Buzzer and two Led for alarm...
Purpose To measure & monitor the room Air Quality Particulate Matter 2.5µm concentration with reasonable accuracy. Prototype Solution The solution reads the Air Quality Particulate Matter 2.5µm (PM25) concentration from an IKEA Vindriktning...
An anthropomorphic face robot manifests 'emotions' by changing the expression of its face. A particular control algorithm allows the robot to move its head to the rhythm of the music and to move its mouth following the singing of the song. The...
this FileSystem Web Browser is based on LittleFS and raWOT. we have 2 versions: - one basic version - a version with a menu managed in JS for each one we have 3 versions of project : - a project with index.htm, css, js included in B4R...
i created a small tool to move automatically string from code to PROGMEM part and creating the inline part. this tool is a script running on pspad. - first you have to install this script in pspad (in directory pspad/Script/VBScript) and to...
This system have four seven segment for show current time and wake up time and CO value. there is four key . key 1 for select mode show time or wake up time or co value key 2 for set minute key 3 for set hour key 4 for enable or disable wake up...
The kinematics of the legs have been completely solved by vector calculation with vectors with two indexes (matrix calculation) that allow the complete synchronization of the legs to perform quadrupedal gaits with movement in any direction...
Hi, This is my first creation for B4R and B4A. Thanks for the community on this forum which I learn much from. I know this is not first creation/stuff that people built, many of controlled DC motor car with bluetooth that already built out...
This system can measure wind speed. we used OptoCounter module in wind gauge system. that code is below. Sub Process_Globals Public Serial1 As Serial Public opto_pin As Pin Public opto_value As Int Private opto_timer As Timer...
Plotting a graph on Nextion Touch Screen 7 inch with capacitor charging data...
OLED 0.95", SSD1331, 96x64 displays bitmap. Online C sets the SPI and loads the B4X icon to the flash memory. The beetle is stored in the RAM. The display module is from Ebay...
OLED 0.95", SSD1331, 96x64 display driven by Arduino Uno or Nano to display pictures from SD card. The SD is interfaced by the main ATMEGA ISP and the Oled interfaced by USART as ISP. The code reads the SD 96 bytes at a time and streams them to...
Seven segments LED display, Arduino Uno or Nano egg timer. Seconds displayed, minutes are set by buttons. Also buttons for start and stop, pressing together MIN and MINx10 resets the display. Alarm at the end of count down switches on a 5VDC...
The electronic water descaler operates by wrapping coil of wire around the incoming water mains to pass a magnetic field through the water. The theory is that it causes the calcium in the water to stay in solution and so inhibit it from adhering...
it is a simple FTP server for ESP8266: it provides an easy way to list, add, remove and delete files in SPIFFS . - it is based on simpleFTP library for arduino (https://github.com/nailbuster/esp8266FTPServer) - it only allows one ftp...
I used @Peter Simpson code snippet on my project and it came with the beetle he has on his signature :), so I decided to show it as an example for TFT animation.
I've been banging my head all day to get it to work. The animation is from 3 bitmaps switched periodically. The code uses wire lib. Screen is 128x64, i2c, 1306 driver. The code is for Arduino Uno or Nano. To convert image to code: On a PC (MS...
Electronic lock 4 digits code. Digits are stored in the EEPROM. To change code press pushbutton once and enter 4 digits. The relay operates for 2 seconds to unlock. B4R code uses rEEPROM lib and rWIRE lib. The keypad is matrix 3x4, the Oled is...
Low frequency oscilloscope for PC using Arduino Uno or Nano. The input is to pin A0 of the Arduino which connected to PC via USB .Bandwidth up to 5KHz. The sampling is done by the Arduino ADC in a speed of about 36K sampling per sec. The Arduino...