-
Notifications
You must be signed in to change notification settings - Fork 13
Software References
IoTThinks.com edited this page Nov 18, 2019
·
6 revisions
FreeRTOS Timer:
Referenced gateway
- 1-Channel Gateway with CAD: https://things4u.github.io/DeveloperGuide/designing_1ch_gateway/ESP-gateway-4.html
API:
- MQTT API for Gateway: https://thingsboard.io/docs/reference/gateway-mqtt-api/
- Basic MQTT API: https://thingsboard.io/docs/reference/mqtt-api/
Task priority in ESP32:
- ipc0 24
- wifi 23
- btController 23
- hciHostT 22
- hciH4T 21
- pmT 21
- btuT 20
- Btc_task 19
- Default 1
- idle 0