-
Hi there,
I'm getting the error mentioned in https://github.com/SpotlightKid/micropython-ftplib/issues/2 and https://github.com/SpotlightKid/micropython-ftplib/issues/4
This is my code:
```
fr…
-
I don't know whether this is CPython being lenient or MicroPython not accepting something valid:
```
$ cat star.py
import struct
buf = bytearray(10)
print("ints: %d %d %d" % (*struct.unpack_from(…
-
Hi
Is ulab created from scratch?
Is it possible to (Why not) port from numpy by some modifications to adapt micropython?
E.g. by removing the CPython dependencies.
Thank you.
-
Hello Arduino community!
I am Gokul, a 2nd-year undergrad from India. I would like to use this issue tracker to introduce myself and list the projects I want to contribute to.
Having had my han…
-
**Board description:**
- Name: [Pyboard]
- Link to all relevant information:
https://www.elektor.com/micropython-pyboard-v1-1
https://www.alibaba.com/product-detail/STM32-STM32F405RGT6-Core-Boar…
-
Hey @blmorris ,
I'm trying to run your I2S branch on the PyBoard v3 and your audio codec board (I fabbed my own pcb). I don't believe hardware is an issue, but when I try to run your I2S Code, it s…
-
Hello,
I have Pyboard and TILE SENSA sensor (temperature&humidity) and I would love to interpret values from the sensor to my own webserver and make sort of my own meteostation which I can access …
-
To reproduce
1. Telnet connect to IPv4 LoPy4
2. Download buton
3. All files are apparently downloaded correctly, however at the end of the connection it drops.
**Atom**: 1.44.0 x64
**Electron**…
-
Hi, I want to porting the pkt.py to pyboard.But when I run this code.It return None.How to solve this issue:
`from pkt import Packet
from pyb import UART
uart = UART(4, 9600)
pkt = Packet(ua…
-
[Enter steps to reproduce:]
1. ...
2. ...
**Atom**: 1.26.1 x64
**Electron**: 1.7.11
**OS**: Ubuntu 17.10
**Thrown From**: [pymakr](https://github.com/pycom/pymakr-atom) package 1.3.0
##…