My Complete Design Washing Machine with esp8266
Hello everyone Finally, I implemented the decision I made in the previous message. After the first project, which was a desk clock, at the following address https://www.b4x.com/android/forum/threads/clock.157556 I ran another project that...
Hey guys, how are you? Here + 1 project of mine using the 1.2 V soil sensor I don't know if the calculations are correct and it works for me Thank you for being part of this community Sub Process_Globals Public Serial1 As Serial Private...
My first homemade 4x4 robot Esp8266 01 with web control Thank you for being part of this community Thank you for your patience in helping me when I have questions, thank you In this project I am also using the PIC16F876A PICBASIC PRO 3 Compiler...
This is enhanced I2C bus scanner with description of the found chipset. App started, wait for 3 seconds i2c bus scanning started... I2C device found at address: 0x00 (0): 0x00: Reserved - general call address; I2C device found at address: 0x48...
DS3231 RTC with TFT display and DF-Player to make the cuckoo sound. Every 15 minutes it sounds once and on the hour it sounds the hour. The RTC is 2 ppm accuracy so you are going to miss your next birthday by about a minute. The code in C is for...
Hi all of you. This project is a Clock that can set current time and wake up time. We can select mode with one push button.(clock setting mode or wake up setting mode) and can change in with two push button. one of that for hour and another for...
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: