-
If the Pyboard is woken from standby by the tamper pin X18, the RTC is reset to 1st January 2014 regardless of any setting performed in code.
It appears impossible to prevent this from Python as it o…
-
I want to share my experience how I (may be temporary) solve the `ampy` command pending issue.
Here is my problem and temporary solution for `ampy` command pending issue.
*My environment*
SW…
-
You know, for anonymous feedback. Could just send email to all the admins instead of recording it as a file.
-
Need to tackle each issue step-by-step.
Tasks:
1. ~~Need to make sure the rover is getting fixes from the base, this can be checked using u-center, with both devices configured and having their…
-
perhaps https://github.com/salimfadhley/pybkick
-
Background: I'm trying to enable lwip's sntp client on the esp32 and it's not going so well... The reason is the EPOCH. The world thinks it's 1970, MP thinks it's 2000. Oops.
I looked at the machin…
-
I'm pretty sure this is a bug in rshell rather than in the firmware. In any event, it stops rsync from working with files recently updated on the PC because they are assigned a datetime one hour ahea…
-
In micropython, there is no way to define in which country the ESP WIFI transmitters operate.
This might create legal problems for anyone using the ESP devices and micropython "out of the box".
Th…
-
This issue is to discuss the API of the machine.Timer class. There are currently 3 different version of Timer which don't have much in common:
esp8266:
```python
# id must be -1, period is in mi…
-
Multiple tests in the pyb directory fail on a NUCLEAO_F411RE:
- The pyb/adcall.py has hard-coded pins, some of which (A2&A3) overlap with the uart used for the REPL. This causes the test to fail an…