USB thermometer using DS18B20 as a temperature sensor. The temperature can be displayed in Chrome, Edge and Opera browsers https://developer.chrome.com/en/articles/serial/#browser-support . Run the Arduino connected to PC, open file...
Hi This system in include 2 part. part 1 is a ultrasonic radar system include one ultrasonic module and one servo motor. This system detects targets at a distance of less than 4 meters. part 2 is a rocket platform with 3 rocket. when radar...
Hello. Back to active here on the forum. I made a simple project to learn about Arduino (B4R) and also about XInput on B4J, to use controls on PC, xbox etc... this design uses 4 servo motors to pull the suspended platform. thx
Arduino Uno or Nano generates 244-8,000,000 Hz by dividing the 16 MHz crystal oscillator. The pushbuttons set the division from 255 Hz to 8 MHz, holding the button advance the frequency every second.. The high frequency output at pin 9 is 8000000...
A very simple ESP8266 project created by B4R with Relay & ESP8266Ping Library.
Logic analyzer 4 channels for frequencies up to 20KHz. Arduino Uno or Nano use the B4A app to display the logic. Waveforms aren't accurate for frequencies over 20KHz due to the low speed of the microcontroller. The code sends 64 bytes of input...
My project is related to carbon monoxide warning system. The tools I used in this project are: Arduino Nano TM 1637 board, 5V buzzer, bread board, male to male jumper wire, green and red LEDs. The way this system works is that if the level of...
Hello, good time Project equipment: 1- Bread board 2- Arduino Nano CH340 3- Carbon monoxide detection sensor module MQ-7 4- 7segment of four digits TM1637 5- 5 volt Buzzer 6- Connection wires 7- Red and Green LED 8- Arduino Nano interface cable...
Sub Process_Globals Public Serial1 As Serial Public dama As dht Public damapin As Pin Public LCD As TM1637Display Public rele As Pin Public redpin As Pin Public greenpin As Pin Public yellowpin As Pin End Sub...
Fire warning
C code is for setting timer2 and timer0 to generate 1 second time base divided from the 16MHz crystal, timer1 is the counter. The 7 segment display MAX7219 is driven by software SPI, bit banging the 16 bits command to the display driver. The...
The Arduino generates an accurate 1 second time base for the counter by cascading timer0 and timer2. The link between digital inputs 3 and 4 connects the output of timer2, 250 Hz, to input of timer0. Timer1 is a 16 bits timer, it overflows at the...
Combine seven segment LED display with traffic lights project. GitHub: https://github.com/pyhoon/traffic-light-7-segment-b4r YouTube:
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...