Ulrich Norbisrath

Results 19 comments of Ulrich Norbisrath

Isn't it possible to write a magic word with ``machine.RTC().memory(magicword)`` into the RTC-memory and check for this from boot8266.c? I can set and re-read (after reset) the memory successfully from...

Ah, just saw that the memory start seems to be 0x60001200 and I found the contents there too.

Working and implemented in https://github.com/ulno/yaota8266/commit/566a292bb2269747c3475b835d3a84ebc0c3061f You can now trigger the OTA mode via the following: ``` python import machine machine.RTC().memory("yaotaota") machine.reset() ``` After such a reset, the memory will show...

What I described, works pretty well, and is just a small patch to yaota - just check out my fork. Though recently I have trouble compiling it against head (compare...

I am seeing @thanksmister being totally swamped with feature requests (yes, it's a great project!), but wouldn't it make sense to revert some of these requests to pointing in the...

Added in: 985c68a1d335cec39ad52bb0e117b2d5beee48ec (Help still missing)

Some MIT license would be even better as it could then also be used in other open source or commercial projects.

Potential starters https://github.com/micropython-IMU/micropython-bmp180

Should first be done via pwm, whcich exists now since 9209ea831bc22bc259e593a9c86eea8c0821a164. Maybe we can add some fixed frequencies for tones later.