Search found 2 matches

by JaiCee
Thu Apr 08, 2021 2:13 pm
Forum: ESP32 boards
Topic: Any hint how to make BLE + Blynk works at ESP32?
Replies: 1
Views: 1254

Re: Any hint how to make BLE + Blynk works at ESP32?

Can you give some output. What isn't working?
by JaiCee
Thu Apr 08, 2021 2:11 pm
Forum: General Discussion and Questions
Topic: Unable to use BLE and MQTT (SSL) without memory error
Replies: 0
Views: 1597

Unable to use BLE and MQTT (SSL) without memory error

I am trying to connect to a bluetooth temperature sensor and send the results over MQTT but keep getting out of memory errors despite there being plenty. I initially had created a more complicated program using uasyncio and the uasyncio MQTT by Peter Hinch and a uasyncio BLE library I wrote myself. ...