Bertrik Sikken

Results 43 comments of Bertrik Sikken

Ok, cool. Thanks for the clarification.

Using platformio, you can test that it works using: pio ci examples/LCDemoMatrix --lib=. --board=d1_mini and for the atmel avr arduinos: pio ci examples/LCDemoMatrix --lib=. --board=uno

This looks like a good fix, except I would simplify the pull request and split it into two parts, so one to fix ESP8266 compilation and another for the character...

Hmm, this project seems dead (no commits in last three years), I'll just create my own fork with these changes and use that.

When I look at the code now, I see that there is no way to let the microcontroller know that we're still alive. If the sensor is non-responsive, it may...

I don't know what could be the problem to be honest. Some time ago, I added a missing yield() in the response-processing loop, that could explain reboots (in case the...

@avikovakova can you share a link?

The esp32 BLE library should already be included with the esp32 development environment that's downloaded by platformio, see also the README at https://github.com/nkolban/ESP32_BLE_Arduino For me, it compiles and links fine...

I split the initialisation in a few steps. The call to .init(); and .setTimeout(500); is done in setup(). The call to .setMeasurementTimingBudget(200000) is done in a separate invocation in loop()...

I would very much like to see that too, FOpts decoding in MAC commands. Even better would be if TheThingsNetwork could integrate it into their TTN console.