Skip to main content
Coder_fox's user avatar
Coder_fox's user avatar
Coder_fox's user avatar
Coder_fox
  • Member for 7 years, 6 months
  • Last seen more than a month ago
  • Ukraine
answered
Loading…
comment
fingerprint scanner and GSM module- how do i put a timer condition using if statements?
Consider looking at this forum.arduino.cc/t/using-millis-for-timing-a-beginners-guide‌​/… What you need to do is create a timer that every 60 seconds executes the code that you want and sets a flag if it was successful and based on that you can do whatever you need with the GSM.
awarded
awarded
reviewed
Reviewed
awarded
awarded
answered
Loading…
awarded
comment
Using ESP32 to measure vbat
try connecting the GPIO pin to the supply voltage of the ESP32 (3.3V) through a resistor and see if it becomes the maximum value. Maybe there is some flux left on the pin or something that affects it's response to voltage.
comment
Topic: How to draw a circle on LCD128x64?
Considering you already can put a pixel at any position of the display you can try and use something like described here: softwareandfinance.com/Turbo_C/DrawCircle.html
comment
Arduino IDE won't use selected port
Did you hold the Shift button while clicking upload?
Loading…
1
2 3 4 5