Search found 3 matches
- Tue Mar 19, 2019 11:44 am
- Forum: ESP-IDF
- Topic: I2C Slave address masking
- Replies: 3
- Views: 4027
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...
- Thu Jun 01, 2017 1:50 pm
- Forum: Report Bugs
- Topic: make monitor on Windows fails on COM port
- Replies: 3
- Views: 8316
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...
- Wed Apr 19, 2017 3:51 pm
- Forum: Report Bugs
- Topic: DevKitC Getting started guide v1.4
- Replies: 1
- Views: 4703
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...