Thanks,
tested it works!
just needed to add "from machine import Pin" but was obvious
I'll be curious to see the max frequency this PIO counter can measure. Maybe when I have time, I can try
Search found 38 matches
- Tue Feb 16, 2021 5:51 pm
- Forum: Raspberry Pi microcontroller boards
- Topic: PIO Pulse Counter
- Replies: 4
- Views: 328
- Thu Feb 04, 2021 12:09 pm
- Forum: Raspberry Pi microcontroller boards
- Topic: micropip returned with error code 1
- Replies: 4
- Views: 267
Re: micropip returned with error code 1
Seeing the tabs and spaces would really help. Oh no Seeing control characters: I hate that. In this case it should be an option: disable/enable then anyone can choose. A option I would greatly appreciate in Thonny would be (like in Geany) the "+" and "-" symbols to be able to fold/unfold functions,...
- Wed Feb 03, 2021 12:48 pm
- Forum: Programs, Libraries and Tools
- Topic: rshell & Raspberry Pi Pico - date & time sync
- Replies: 6
- Views: 621
- Sun Jan 31, 2021 5:48 pm
- Forum: Programs, Libraries and Tools
- Topic: rshell cp command not working on Raspberry Pi Pico with MicroPython installed
- Replies: 37
- Views: 1969
Re: rshell cp command not working on Raspberry Pi Pico with MicroPython installed
+1dhylands wrote: ↑Sat Jan 30, 2021 1:01 amI have a version of rshell that works for me (at least better than the released version). It can be found on the pico branch of https://github.com/dhylands/rshell
rshell works with the pico
Thank you very much
- Wed Jan 27, 2021 6:11 pm
- Forum: Raspberry Pi microcontroller boards
- Topic: Raspberry Pi Pico: how to access the filesystem
- Replies: 27
- Views: 1929
Re: Raspberry Pi Pico: how to access the filesystem
Ok thanks, I think I was missing of RAM. I'll try again when I'll receive the Pico.
- Wed Jan 27, 2021 12:22 pm
- Forum: Raspberry Pi microcontroller boards
- Topic: Raspberry Pi Pico: how to access the filesystem
- Replies: 27
- Views: 1929
Re: Raspberry Pi Pico: how to access the filesystem
I CAN edit files & write them back with the linux version of my pye editor. Some time ago I had no success trying your pye editor. But reading this now it seems I misunderstood. pye runs on the linux host, not on the micropython device itself? edit: my Raspberry Pi Pico isn't yet arrived. Ordered l...
- Wed Jan 27, 2021 12:19 pm
- Forum: Raspberry Pi microcontroller boards
- Topic: Raspberry Pi Pico: how to access the filesystem
- Replies: 27
- Views: 1929
Re: Raspberry Pi Pico: how to access the filesystem
If on the target a file board.py exists, which define a symbol called name with the name of that board, pyboard mounts the board under that name. e.g a board,py file with the content: name = "esp32" causes the board mounter under the directory /esp32. Side effect: If you use: name = "" the board wi...
- Wed Jan 27, 2021 8:49 am
- Forum: Raspberry Pi microcontroller boards
- Topic: Raspberry Pi Pico: how to access the filesystem
- Replies: 27
- Views: 1929
Re: Raspberry Pi Pico: how to access the filesystem
Default builds for ESP8266, ESP32 and CircuitPython also mount at '/'. I was thinking of PyBoard and some ESP builds (eg M5Stack) with their /flash to be exceptions :) ESP8266 and ESP32 with rshell are always mounted as /pyboard (With default last stable generic build from here micropython.org) I n...
- Sat Oct 17, 2020 4:22 pm
- Forum: Programs, Libraries and Tools
- Topic: Lost in the lib and doc
- Replies: 4
- Views: 613
Re: Lost in the lib and doc
Hi Peter, I actually already found your tutorial and also this one . I have tested some exemples. I must say that I'm impressed by: 1 - The possibility to run simultaneous tasks, the computing power of so cheap hardware (almost computer no more microcontroller!) 2 - The quality and of your doc Again...
- Fri Oct 16, 2020 2:19 pm
- Forum: Programs, Libraries and Tools
- Topic: Lost in the lib and doc
- Replies: 4
- Views: 613
Re: Lost in the lib and doc
Thanks for clarification @pythoncoder
Ok it makes sens the built-in modules aren't in the Micropython-lib but they are well documented in the doc so it's fine. And the modules in the lib are current.
And unfortunately I've hit uasyncio...
So I now feel on a stable base! Thanks again
Ok it makes sens the built-in modules aren't in the Micropython-lib but they are well documented in the doc so it's fine. And the modules in the lib are current.
And unfortunately I've hit uasyncio...

So I now feel on a stable base! Thanks again