HI there,
I am excited also curious if Ubuntu 18.04 works with ESP32 IDF? has anyone tried that?
Cheers!
Vi
Search found 89 matches
- Thu Apr 26, 2018 11:27 pm
- Forum: General Discussion
- Topic: ESP32 IDF and Ubuntu 18.04
- Replies: 1
- Views: 3848
- Sat Mar 17, 2018 3:14 am
- Forum: General Discussion
- Topic: BLE smartphone app recommendation for debugging
- Replies: 4
- Views: 7404
- Sat Mar 17, 2018 12:30 am
- Forum: General Discussion
- Topic: ESP32_TFT_library on M5Stack
- Replies: 4
- Views: 9298
Re: ESP32_TFT_library on M5Stack
The image display has been resolved. It was due to multiple reasons: 1. The required images need to be uploaded separately. Read the given instructions. 2. The setting of the image partition in Make menuconfig is wrong. See the corrected value, https://github.com/loboris/ESP32_TFT_library/issues/24 ...
- Mon Mar 05, 2018 6:04 am
- Forum: General Discussion
- Topic: When is the esp-idf version 3 release date?
- Replies: 3
- Views: 5424
Re: When is the esp-idf version 3 release date?
when will the next "committed" date if I may ask?
- Sun Mar 04, 2018 10:43 am
- Forum: General Discussion
- Topic: When is the esp-idf version 3 release date?
- Replies: 3
- Views: 5424
When is the esp-idf version 3 release date?
Hi there,
Does anyone know when?
Thank you
Lim
Does anyone know when?
Thank you
Lim
- Fri Mar 02, 2018 6:15 am
- Forum: General Discussion
- Topic: esp32 BLE development status
- Replies: 2
- Views: 4815
Re: esp32 BLE development status
Hi Kolban,
Actually, I am referring to https://github.com/nkolban/esp32-snippets/issues/264. From the discussion, it seems the ESP32 BLE is still not fully matured. Of course, you commented that needs further study. Can you draw some conclusion of the status of BLE at the moment?
Actually, I am referring to https://github.com/nkolban/esp32-snippets/issues/264. From the discussion, it seems the ESP32 BLE is still not fully matured. Of course, you commented that needs further study. Can you draw some conclusion of the status of BLE at the moment?
- Thu Mar 01, 2018 7:41 pm
- Forum: General Discussion
- Topic: esp32 BLE development status
- Replies: 2
- Views: 4815
esp32 BLE development status
Hi there,
I am kind of disappointed when experiencing no response when writing back to BLEserver. It has to do with the noWrite callback function.
Does anyone know what the current status of BLE functionalities development in general? when and what will be the next release?
Thank you
I am kind of disappointed when experiencing no response when writing back to BLEserver. It has to do with the noWrite callback function.
Does anyone know what the current status of BLE functionalities development in general? when and what will be the next release?
Thank you
- Thu Mar 01, 2018 7:27 pm
- Forum: General Discussion
- Topic: Remove a connected station
- Replies: 8
- Views: 11521
Re: Remove a connected station
Sorry, those are beyond my knowledge. Good luck
- Thu Mar 01, 2018 10:19 am
- Forum: General Discussion
- Topic: BLE smartphone app recommendation for debugging
- Replies: 4
- Views: 7404
Re: BLE smartphone app recommendation for debugging
With nRF Connect, my iPhoneSE is not showing "Hello World". However, on Android, it is showing.
- Thu Mar 01, 2018 9:14 am
- Forum: General Discussion
- Topic: BLE smartphone app recommendation for debugging
- Replies: 4
- Views: 7404
BLE smartphone app recommendation for debugging
Hi all, I am following the examples from Kolban's BLE server read/write code. However, I face a few issues when using nRF connect. It is somewhat different, it has different user interfaces, and certain functionalities are no longer exist. Hence, I tried to download other BLE smartphone app. However...