Search found 89 matches

by vibnwis
Thu Apr 26, 2018 11:27 pm
Forum: General Discussion
Topic: ESP32 IDF and Ubuntu 18.04
Replies: 1
Views: 3431

ESP32 IDF and Ubuntu 18.04

HI there,

I am excited also curious if Ubuntu 18.04 works with ESP32 IDF? has anyone tried that?

Cheers!
Vi
by vibnwis
Sat Mar 17, 2018 12:30 am
Forum: General Discussion
Topic: ESP32_TFT_library on M5Stack
Replies: 4
Views: 8597

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 ...
by vibnwis
Mon Mar 05, 2018 6:04 am
Forum: General Discussion
Topic: When is the esp-idf version 3 release date?
Replies: 3
Views: 4912

Re: When is the esp-idf version 3 release date?

when will the next "committed" date if I may ask?
by vibnwis
Sun Mar 04, 2018 10:43 am
Forum: General Discussion
Topic: When is the esp-idf version 3 release date?
Replies: 3
Views: 4912

When is the esp-idf version 3 release date?

Hi there,
Does anyone know when?

Thank you
Lim
by vibnwis
Fri Mar 02, 2018 6:15 am
Forum: General Discussion
Topic: esp32 BLE development status
Replies: 2
Views: 4323

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?
by vibnwis
Thu Mar 01, 2018 7:41 pm
Forum: General Discussion
Topic: esp32 BLE development status
Replies: 2
Views: 4323

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
by vibnwis
Thu Mar 01, 2018 7:27 pm
Forum: General Discussion
Topic: Remove a connected station
Replies: 8
Views: 10207

Re: Remove a connected station

Sorry, those are beyond my knowledge. Good luck
by vibnwis
Thu Mar 01, 2018 10:19 am
Forum: General Discussion
Topic: BLE smartphone app recommendation for debugging
Replies: 4
Views: 6579

Re: BLE smartphone app recommendation for debugging

With nRF Connect, my iPhoneSE is not showing "Hello World". However, on Android, it is showing.
by vibnwis
Thu Mar 01, 2018 9:14 am
Forum: General Discussion
Topic: BLE smartphone app recommendation for debugging
Replies: 4
Views: 6579

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...