I have linked an external push red colored button to my arduino but when I press it, instead of giving me HIGH or LOW, it resets the arduino. I am a beginner to this stuff so could someone help?
Category: Engineering
I have a problem with my ST7789. My display just piles up when I show the current time, or showing some variable value that changes.
Problem with tft spi 1.3″ ST7789
I have a problem with my ST7789, my display just pile up when i show the current time, or showing some variable value that changes every times.
Compile and Debug on Linux
I started to work on a project for an ATmel328P. The project source file are contained inside a src folder. I have only the makefile (created starting from this example). I can compile without errors and now I’m wonder if it possible to debug the code from linux. I looking for a solution using VS […]
/* MODIFIED TRAFFIC LIGHT SYSTEM W/ A COUNTDOWN TIMER FUNCTION BY JOHN SEONG THIS IS A QUITE ACCURATE SIMULATION OF TORONTO’S TRAFFIC LIGHT SYSTEM WHICH INCLUDES TWO 7-SEGMENT DISPLAYS THAT SHOW THE SECONDS LEFT TILL THE PEDESTRIAN LIGHT SWITCHES BACK TO RED. ENJOY! */ const int redLED = 4; const int yellowLED = 5; const […]
/* MODIFIED TRAFFIC LIGHT SYSTEM W/ A COUNTDOWN TIMER FUNCTION BY JOHN SEONG THIS IS A QUITE ACCURATE SIMULATION OF TORONTO’S TRAFFIC LIGHT SYSTEM WHICH INCLUDES TWO 7-SEGMENT DISPLAYS THAT SHOW THE SECONDS LEFT TILL THE PEDESTRIAN LIGHT SWITCHES BACK TO RED. ENJOY! */ const int redLED = 4; const int yellowLED = 5; const […]
/* MODIFIED TRAFFIC LIGHT SYSTEM W/ A COUNTDOWN TIMER FUNCTION BY JOHN SEONG THIS IS A QUITE ACCURATE SIMULATION OF TORONTO’S TRAFFIC LIGHT SYSTEM WHICH INCLUDES TWO 7-SEGMENT DISPLAYS THAT SHOW THE SECONDS LEFT TILL THE PEDESTRIAN LIGHT SWITCHES BACK TO RED. ENJOY! */ const int redLED = 4; const int yellowLED = 5; const […]
I have flashed an ESP8266 with the ESP8266 flash downloader that said my flashing had succeeded. But when I sent an AT command from the serial monitor it didn’t respond and the TX/RX LED from the ESP8266 didn’t respond either. I checked all baudrates from 300-200000, but nothing. I was using CH340 USB to TTL […]
I was flashing esp8266 with esp8266 flash downloader that said my flash has been succeed. But when i send AT command on serial monitor it didn’t respon anything also the TX/RX led from ESP8266 didn’t respon. I check all baudrates from 300-200000 but nothing. I was using CH340 USB to TTL for flashing which the […]