it happens to my with linux in fedora 30
but i think i have only see it, in micropython 1.10, in micropython 1.8 i don't remember it, (perhaps it's my memory, or that i was using fedora 25/26)
Search found 5 matches
- Wed Mar 27, 2019 11:52 am
- Forum: MicroPython pyboard
- Topic: Why does my REPL session always have this output
- Replies: 7
- Views: 7281
- Sun Mar 24, 2019 11:01 pm
- Forum: MicroPython pyboard
- Topic: Problems with Mycropython 1.10 threading i2c in th e pyboard
- Replies: 4
- Views: 4548
Re: Problems with Mycropython 1.10 threading i2c in th e pyboard
I have continued working with the problem and at last i have obtain a code that seem's to be working At least the neopixel (writes with i2c seems to be OK) with the neotrellis i have to write the color and after that read another register to show the change in the led but i'm seeing another problem ...
- Mon Mar 18, 2019 10:47 pm
- Forum: MicroPython pyboard
- Topic: Problems with Mycropython 1.10 threading i2c in th e pyboard
- Replies: 4
- Views: 4548
Re: Problems with Mycropython 1.10 threading i2c in th e pyboard
1 problem solved, another pushes from the back: In micropython in the pyboard i don't know how to do something like this. In the neotrellis is using a seesaw with i2c and it's seems to obtain a register i have to do two reads sequentially, i copy the information about the seesaw: (the write are simi...
- Sun Mar 17, 2019 8:45 pm
- Forum: MicroPython pyboard
- Topic: Problems with Mycropython 1.10 threading i2c in th e pyboard
- Replies: 4
- Views: 4548
Re: Problems with Mycropython 1.10 threading i2c in th e pyboard
Ok, 1 problem solved,
Now my problem it's that i always when i do a read in the i2c the response is 0xff
Anybody have tried the NeoTrellis RGB for 4x4 with the Micropython?
Now my problem it's that i always when i do a read in the i2c the response is 0xff
Anybody have tried the NeoTrellis RGB for 4x4 with the Micropython?
- Sun Mar 17, 2019 12:46 pm
- Forum: MicroPython pyboard
- Topic: Problems with Mycropython 1.10 threading i2c in th e pyboard
- Replies: 4
- Views: 4548
Problems with Mycropython 1.10 threading i2c in th e pyboard
Hello to all, first i explain the idea of my project, it's to use a NeoTrellis RGB Driver PCB for 4x4 Keypad ( https://www.adafruit.com/product/3954) from adafruit with the micropython (NOT circuitpython i know'it), and in the future to use with the k210 that have the micropython inside https://www....