Boris Lovosevic

Results 80 comments of Boris Lovosevic

Thank you for the PR. I'll work on ULP support next month, then I'll probably merge this PR or parts of it.

The `dupterm` module does not exist. It's functionality is replaced with some other functions. I'll try to document it in more detailes soon.

Sorry fo the late reply. There was a small bug in `reshot()` function preventing extended timers (>=4) o reshot. It is fixed now and will be available in the next...

Adding BLE support is planed for the September-October. Sorry for missing RFCOMM documentation, it should be available on Wiki by the end of this week.

There are reasons why the `mp_sched_schedule` was changed. If writing the C-module wich uses `mp_sched_schedule` for both original MicroPython and this port, it should be easy to conditionally compile for...

I've designed couple of custom boards with WROVER and WROOM modules, all using SD Card in 1-line mode. In my design, external 10K pull-ups are used on all sdcard lines...

Sorry for late reply. I couldn't reproduce the issue with displays I've tested. Could you give more information about the display you are using and the initialization parameters?

Could you, please, post the output of `gps.read()` or `gps.read(1500)` containing the GNRMC and GNGGA sentences.

So, it actually works as expected. The sentence's `valid` field must be set for data to be parsed. **`gps.getdata()`** always returns the **last** valid data received (background service must be...

Currently, the timestamp is updated if **GGA** sentence has _Number of satelites_ > 0 **and** _Fix quality_ > 0. It could be changed in a way that the timestamp is...