jeffmer

Results 64 comments of jeffmer

Looks like the load command is wrong. Are you using the install.sh command? Also using Thonny, you can check which modules have actually been loaded as it has a view...

Apologies, I missed the question from @devnoname120. The answer is yes, you have to build the GPIO_WAKEUP branch to make firmware.bin.

Try building the firmware without your mods first and check the firmware works as before:-)

Hi, a better approach might be to clone the official Micropython repository and build it. I have only changed one file which you can find here https://github.com/jeffmer/micropython/blob/master/ports/esp32/machine_pin.c I have not...

It looks like there have been changes to the Micropython repository that are incompatible. It will take me some time to sort out - hopefully in the next week or...

OK - my micropython repository now has a GPIO_WAKEUP branch with an updated machine_pin.c which I have tested on a V1 watch. A bit of a struggle as for some...

Hi, Thanks for the kind words. I have not done much with the audio and my test was on a V1 watch. I notice that on a V3 watch, the...

Just tried play_tone.py on a V1 - I do not have a V3 - and it worked fine. I deleted the line `import loader` in boot.py and then reset the...

Maybe try resetting the device at the start by using LD04 to power it up, then off then on again with a delay in between.

Glad you got this to work and many thanks for the solution - I will update code to incorporate this when I get a chance. In the meantime, I have...