Search found 11 matches

by vlasoveqn
Sun Aug 21, 2022 3:15 am
Forum: Announcements and News
Topic: MicroPython version 1.19 released
Replies: 18
Views: 99560

Re: MicroPython version 1.19 released

Also, just discovered:
Is 'uasyncio.gather' missing from the latest version of the MicroPython repo? It is not showing up when I import it...
by vlasoveqn
Sun Aug 21, 2022 12:56 am
Forum: Announcements and News
Topic: MicroPython version 1.19 released
Replies: 18
Views: 99560

Re: MicroPython version 1.19 released

By the way, apologies to the forum, but... the inconsistent REPL-interactive behaviour I was encountering per my last post seems to have been alleviated by erasing the flash memory and reflashing, so something in the firmware probably got written incorrectly... At any rate, if anyone else encounters...
by vlasoveqn
Sun Aug 21, 2022 12:42 am
Forum: Announcements and News
Topic: MicroPython version 1.19 released
Replies: 18
Views: 99560

Re: MicroPython version 1.19 released

Hi again, I'm also encountering another puzzling error, which may (?) be related to the type of error encountered in (2) of my post above. Also, to note, regarding my software upgrade: I did _not_ install the official v1.19 release, but instead downloaded a copy of the github MicroPython 'main trunk...
by vlasoveqn
Sat Aug 20, 2022 11:56 pm
Forum: Announcements and News
Topic: MicroPython version 1.19 released
Replies: 18
Views: 99560

Re: MicroPython version 1.19 released -- question regarding umodulename' vs modulename

I am extremely impressed and gratified by the development team efforts! MicroPython is an amazing piece of work. Yesterday I upgraded my firmware development software (MicroPython 1.15, ESP-IDF 4.1) to MicroPython 1.19, ESP-IDF 4.4.1, using a clean installation. I'm very happy to see increasing new ...
by vlasoveqn
Wed May 25, 2022 12:34 am
Forum: General Discussion and Questions
Topic: BLE characteristic_user_description (0x2901)
Replies: 6
Views: 4812

Re: BLE characteristic_user_description (0x2901)

Thank you for this discussion! I, too, was having problems with descriptors being able to neither be read nor written. As of today, the differing value of descriptor RW flags has _not_ been added to the MicroPython documentation online.
by vlasoveqn
Fri May 13, 2022 12:25 am
Forum: ESP32 boards
Topic: ESP32 BLE: _IRQ_GATTS_WRITE not getting called on peripheral when characteristic written on central
Replies: 2
Views: 1711

Re: ESP32 BLE: _IRQ_GATTS_WRITE not getting called on peripheral when characteristic written on central

Addendum to my addendum:
- Does anyone know why, on occasion, _IRQ_GATTC_DESCRIPTOR_DONE isn't called after all descriptors have been discovered by the Central? Sometimes this happens with my test-case Central implementation (about 20% of the time).
by vlasoveqn
Fri May 13, 2022 12:22 am
Forum: ESP32 boards
Topic: ESP32 BLE: _IRQ_GATTS_WRITE not getting called on peripheral when characteristic written on central
Replies: 2
Views: 1711

Re: ESP32 BLE: _IRQ_GATTS_WRITE not getting called on peripheral when characteristic written on central

Adddendum: Obviously this was a classic 'ID-10-T' error! In the mix-up during GATT reorganisation (a massive one), somehow the characteristic permissions were changed... '_FLAG_WRITE' wasn't checked for this characteristic (the one the Central was atttempting to write to). So, here's the answer, in ...
by vlasoveqn
Thu May 12, 2022 11:10 pm
Forum: ESP32 boards
Topic: ESP32 BLE: _IRQ_GATTS_WRITE not getting called on peripheral when characteristic written on central
Replies: 2
Views: 1711

ESP32 BLE: _IRQ_GATTS_WRITE not getting called on peripheral when characteristic written on central

Hi, I'm pretty new to BLE, and MicroPython's implementation, so I've been playing around and augmenting/modifying the ble_temperature and ble_temperature_central demo scripts. Everything has been working just great in that writing to characteristics by the Central device (an ESP32) has called the ap...
by vlasoveqn
Fri Apr 23, 2021 10:24 pm
Forum: ESP32 boards
Topic: Crash at wlan.active(True)
Replies: 9
Views: 28389

Re: Crash at wlan.active(True)

I have encountered this behavior with a custom-built ESP32 board (using the WROVER module flavor). Specifically, activating the WiFi radio when the unit is only powered via serial port (analogue of USB--my board doesn't use the latter) sometimes caused a reboot due to brownout conditions and sometim...
by vlasoveqn
Thu Apr 22, 2021 8:16 pm
Forum: ESP32 boards
Topic: ESP32 reboots after network.WLAN() -- HELP!
Replies: 0
Views: 1897

ESP32 reboots after network.WLAN() -- HELP!

Hi All, Second post ever here. I wanted to make sure that my first post ever wasn't 'hidden at the bottom' of an existing thread -- the one entitled "ESP32 and LVGL - Guru Meditation Error after reboot if network initialized" -- especially since the issue I need advice solving only has to do with Gu...