Search found 146 matches

by jgustavoam
Sun Feb 18, 2018 11:24 pm
Forum: ESP32 Arduino
Topic: Can't get a response from external interrupt.
Replies: 2
Views: 6044

Re: Can't get a response from external interrupt.

Hi , where is configuration of interrupt pins as INPUT ?
https://www.arduino.cc/reference/en/lan ... interrupt/

Code: Select all

pinMode(PIN_SONAR0, INPUT);
pinMode(PIN_SONAR1, INPUT);
pinMode(PIN_SONAR2, INPUT);
by jgustavoam
Sun Feb 18, 2018 2:39 pm
Forum: ESP-IDF
Topic: I2C crash with release/v3.0 - what's an effective way to debug this?
Replies: 28
Views: 35285

Re: I2C crash with release/v3.0 - what's an effective way to debug this?

Hi everyone, It seems that some obscures problems were found with I2C. Can I make an modest sugestion ? I did my first test with I2C (using Arduino IDE) , I found that SDA and SCL Lines are very sensitive to the squaring of signals. I do'nt know if you are using Internal pullup resistors, but in my ...
by jgustavoam
Sat Feb 17, 2018 3:17 pm
Forum: Sample Code
Topic: ESP32 - I2C Scanner using Arduino IDE (working)
Replies: 1
Views: 60497

ESP32 - I2C Scanner using Arduino IDE (working)

Picture of circuit ( ESP32 DEVKIT) : https://www.flickr.com/photos/jgustavoam/39420488295/in/album-72157665409004158/ I did my first test with I2C Interface using Arduino IDE. And it works ! I2C scanner based on code of Nick Gammon http://www.gammon.com.au/forum/?id=10896 Very simple ! The I2C cloc...
by jgustavoam
Fri Feb 09, 2018 2:35 am
Forum: General Discussion
Topic: Tutorial of ESP32 in Portuguese language
Replies: 0
Views: 2562

Tutorial of ESP32 in Portuguese language

Starting my ESP8266 tutorial in 2015 (Portuguese only), there are over 73,000 views so far, mainly in Brazil, but some people from Portugal and countries of Africa. http://labdegaragem.com/forum/topics/conhecendo-o-esp8266 Now , I've started new tutorial of ESP32 (also in portuguese). Detailed with ...
by jgustavoam
Sat Feb 03, 2018 3:25 pm
Forum: ESP32 Arduino
Topic: ESP32 Arduino AD7705 SPI Library
Replies: 3
Views: 7451

Re: ESP32 Arduino AD7705 SPI Library

Hi ,
My suggestion is that you study AD7705 datasheet and convert Arduino Libray to ESP32 Library .
http://www.analog.com/media/en/technica ... 5_7706.pdf
https://github.com/kerrydwong/AD770X
by jgustavoam
Sat Feb 03, 2018 3:18 pm
Forum: ESP32 Arduino
Topic: ESP32 with ACS712
Replies: 5
Views: 27145

Re: ESP32 with ACS712

Hi ,
I suposed yhat you are using ACS712-30A for measurement of low currents ( 66mV / A) . It´s not recommended !
This sensor don't has good linearity . Other types of ACS712 has not good linearity, too.
ESP32 support only 1,0V at ADC Input. Then you must do a voltage divider.