Skip to content

fcgdam/TTGO_ESP32_NordicThingy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TTGO Board ESP32 and Nordic Thingy52:

This program will connect to the Nordic Thingy:52 device to gather sensor data through BLE.

This is still a proof of concept to see how far the ESP32 BLE hardware and software goes...

The Nordic Thingy Notifications where not working due to this bug: nkolban/ESP32_BLE_Arduino#17

While the merge is not done to the ESP32 BLE Arduino Library we need to change the BLERemoteDescriptor.cpp file at line 151 to the new line:

From:

ESP_GATT_WRITE_TYPE_NO_RSP,

to

response ? ESP_GATT_WRITE_TYPE_RSP : ESP_GATT_WRITE_TYPE_NO_RSP,

Work to be done

Collect data, buffer it out, and send it to the Things Network.

More information

I've writen a short post regarding this testing code at Workpress: https://primalcortex.wordpress.com/2018/12/06/esp32-ttgo-board-and-nordic-thingy52-sensor-device/

About

TTGO ESP32 and Nordic Thingy52 tests

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages