Bulanov Konstantin

Results 22 comments of Bulanov Konstantin

Hi. Check the settings for module response delays in the file MQTTSim800.h If you don't use FREERTOS, you should have the parameter FREERTOS set to 0. ``` // === CONFIG...

Hi! Check out the MQTT_Init(void) function. It has a variable error which accumulates errors if the module's response is not what is expected for a normal connection. You can try...

On the SIM800 side you actually have both publisher and subscriber. If you use QOS the broker will receive the message and for example the connection will be broken at...

Add on pubspec.yaml ``` flutter_ble_lib: git: url: git://github.com/Polidea/FlutterBleLib ref: develop ```

Still, if it is not difficult, I would like to see a simple example of using the library.

Add this code to heap_useNewlib_ST.c ``` #define configISR_STACK_SIZE_WORDS (0x100) ``` or use my fork lib [https://github.com/leech001/STM32-FreeRTOS-float](https://github.com/leech001/STM32-FreeRTOS-float)

@ApiumJacob Try to generate your project from scratch in the new STM32CubeMX. The latest version seems to have solved the problem with FreeRTOS and no crutches are needed.

> для эластика код все еще нужен? Думаю что наверное уже нет. Три года ждали :)

Hi. Yes I checked the library on ESP32. I also specifically made most of the changes through the constructs #if #define ![2021-10-09_12-11-30](https://user-images.githubusercontent.com/17683444/136652146-ce1f91c6-4527-4ebf-83cb-5a9c6677ae1d.png) ![photo_2021-10-09_12-12-23](https://user-images.githubusercontent.com/17683444/136652186-8f6052b4-eaf9-4290-a2c7-fd351cf1d9a2.jpg)

And I had the same problem with my Xiaomi Mi Note 3.