Search found 6 matches

by HexVitor
Tue Jul 07, 2020 12:49 pm
Forum: ESP32 boards
Topic: Single interrupt trigger performing callback function several times.
Replies: 4
Views: 2944

Re: Single interrupt trigger performing callback function several times.

Thanks for the feedback. I did exhaustive tests with internal and external pull up and pull down resistors and none of the pins were 100% satisfied (they start well but sooner or later they perform the callback function 2 or 3 times with a single trigger). Based on this I believe that the hypothesis...
by HexVitor
Sun Jul 05, 2020 3:06 pm
Forum: ESP32 boards
Topic: Single interrupt trigger performing callback function several times.
Replies: 4
Views: 2944

Single interrupt trigger performing callback function several times.

Hi, I'm having problems with an ESP32-based project due to the strange behavior of the interruption on some pins. When configuring the interrupt according to the code below, a single actuation on pin 23 has called the callback function more than 1 time, even without other activations on the pin. Thi...
by HexVitor
Sun Jul 05, 2020 2:45 pm
Forum: ESP32 boards
Topic: 16x2 LCD
Replies: 20
Views: 12767

Re: 16x2 LCD

Hi, I have this code that I developed. Feel free to test it out: https://github.com/HexVitor/ESP32/tree/ ... CD%20(I2C)
by HexVitor
Sun Jul 05, 2020 2:32 pm
Forum: ESP32 boards
Topic: How to transfer library to ESP32?
Replies: 5
Views: 3274

Re: How to transfer library to ESP32?

Hi, did you test ampy? check page 13 in this ampy document: https://cdn-learn.adafruit.com/download ... n-code.pdf
by HexVitor
Sun Jul 05, 2020 2:26 pm
Forum: ESP32 boards
Topic: example BLE micropython
Replies: 9
Views: 32432

Re: example BLE micropython

Hi, I am developing a code and it is like that at the moment. To use it, just have a serial communication application via BLE on the smartphone (I use the Serial Bluetooth Terminal). Serial Bluetooth Terminal: https://play.google.com/store/apps/details?id=de.kai_morich.serial_bluetooth_terminal&hl=p...
by HexVitor
Sat Dec 28, 2019 2:42 am
Forum: ESP32 boards
Topic: ESP32 and LCD (4-bits and I2C Interface)
Replies: 5
Views: 3640

ESP32 and LCD (4-bits and I2C Interface)

Through https://github.com/HexVitor/ESP32 you can find MicroPython modules for communication between ESP32 and HD44780 based LCDs. There are modules for 4-bits or I2C communication.