Search found 3 matches

by HasseM
Tue Mar 19, 2019 11:44 am
Forum: ESP-IDF
Topic: I2C Slave address masking
Replies: 3
Views: 3507

I2C Slave address masking

Hi, I want my esp32 to respond to multiple slave addresses in I2c. Most processors have a way to mask the slave address to respond to. In the esp32 API this is missing so it seems. This does, however, not mean that the core does not have this functionality. Can you please tell me how I can get the E...
by HasseM
Thu Jun 01, 2017 1:50 pm
Forum: Report Bugs
Topic: make monitor on Windows fails on COM port
Replies: 3
Views: 7821

make monitor on Windows fails on COM port

$ make monitor MONITOR --- idf_monitor on /4 115200 --- --- Quit: Ctrl+] | Menu: Ctrl+T | Help: Ctrl+T followed by Ctrl+H --- Exception in thread Thread-2: Traceback (most recent call last): File "C:/msys32/mingw32/lib/python2.7/threading.py", line 801, in __bootstrap_inner self.run() File "C:/msys...
by HasseM
Wed Apr 19, 2017 3:51 pm
Forum: Report Bugs
Topic: DevKitC Getting started guide v1.4
Replies: 1
Views: 4409

DevKitC Getting started guide v1.4

DevKitC Getting started guide v1.4 mentions on page 3 that the guide is for Windows OS. On page 4 the tutorial fails on step 2 of 2.3 because 'export' is not a Windows command. Also the directory of the example is wrong, the /get-started/ is missing in the path and 01_ has been removed. My guide wal...