-
Hi,
I'm often using the same tags group, like : #IoT #DiY #WiPy #MicroPython #Python #Make #Maker #Hack #Hacker #FabLab #MIPS-lab
Perhaps it's should be nice to have tags group defined in profile…
ghost updated
4 years ago
-
What are exactly the radio frequencies of the "radio" module of a micro:bit?
I feel this part was not completely clear.
I am asking because I want to see if I can use a Transceiver to communicat…
-
Model: LilyGO TTGO T5-4.7" E-Paper ESP32 (not S3)
"free" memory after booting MicroPython: 4085216 (`import gc; gc.mem_free()`)
Code in repl: `buffer = [ 0 for i in range(0, int(960 * 540 / 2)) ]`
…
-
I decided use Pipkin locally (everything is running in a VM) and get it to pull over what I needed, outside of Thonny.
It nearly seems to work, except for an odd error about pip (which is install…
-
For example, when running e2e tests with `micropython` instead of `python3`, I got:
```
Traceback (most recent call last):
File "python/e2e-tests/out/python-consumer.py", line 1, in
File "/ho…
-
Recently I noticed that micropython accepts literals like `01` in a source file, while standard Python rejects them saying "SyntaxError: leading zeros in decimal integer literals are not permitted; us…
-
PROBLEM IN THONNY'S BACK-END: Internal error (thonny.plugins.micropython.mp_back.ManagementError: Script produced errors).
See Thonny's backend.log for more info.
You may need to press "Stop/Restart…
-
https://github.com/micropython/micropython/blob/62849b7010abffb7b0a9c9875930efe7cb77519c/py/modthread.c#L69
---
Background:
I'm looking for a way to implement a cancelable timeout on Linux, e…
dlech updated
3 months ago
-
It would be great to have the same API as micropython for button presses:
```
# returns True or False to indicate if the button was pressed since the device
# started or the last time this method was…
-
Chris and Josh working on [Edublocks](https://github.com/AllAboutCode/EduBlocks) were curious about embedding their drag-and-drop web client into the Cockle. Promised to raise an issue regarding the p…