-
Please make sure that 'Store Past Broadcasts' is enabled on your channel so that we can review examples of your coding stream.
**What is the URL for your Twitch channel?**
https://twitch.tv/howtoc…
-
When testing on Pyboard 'D' with compiled source at version:
**MicroPython v1.11-63-gd889def-dirty on 2019-07-02; PYBD-SF2W with STM32F722IEK**
I2C does not work for the HDC2080 tile sensor. To …
-
I'd like to try using this, but I'm having trouble calling it correctly. An you provide an example of how to call it with appropriate parameters?
elf55 updated
4 years ago
-
This was pointed out on the forum. [Download page](https://micropython.org/download).
-
Dear Dave,
thanks for conceiving and maintaining `rshell`. We are using it excessively for building the sandbox environment around the [Terkin Datalogger](https://github.com/hiveeyes/terkin-datalog…
amotl updated
4 years ago
-
https://docs.micropython.org/en/latest/esp8266/library/machine.RTC.html
My version:
MicroPython v1.9.1-167-gcadbd7f on 2017-07-18; ESP module with ESP8266
>>> import machine
>>> rtc=machine.RT…
-
It looks like the unix port has utime.mktime() missing
I was trying to make a script running both on micropython/regular python via the usual hack:
```
try:
import utime as time
except:
…
-
Does anyone have any experience getting USB host mode working on the STM32F4 series? I've tried to no avail to get it working on the pyboard.
I'm forcing it to be in pure host mode, pretty much copy…
-
since i have done my experiments with NUCLEO Boards and being rather unsatisfied with the lack of direct USB access (besides soldering on a cut wire)
i wanted to move ahead to look for compact DIP …
-
Dear @pfalcon and the MicroPython community,
we recently received a pyboard-D and upgraded the firmware to the latest release so we are now running
```
MicroPython v1.11-312-g22099ab88 on 2019-09…
amotl updated
5 years ago