what idea for Rasberry pi pico?

For one of my projects I decided to work with a Rasberry Pico because it is relatively cheap and more than sufficient for my requirements

Now they arrived today and I wanted to program them. I have micropy

downloaded and installed on the rasberry when I then wanted to run code on the rb (rasberry) the code didn't work as it should or the IDE crashed or didn't respond at all or the code hadn't been transferred to the rb I tried working with tonny but jaor only had problems with it.

My code was relatively easy, nothing big, just an input via gp0 and gnd to then execute a print

I would be happy about help

(1 votes)
Loading...

Similar Posts

Subscribe
Notify of
2 Answers
Oldest
Newest Most Voted
Inline Feedbacks
View all comments
mnlwrnr
1 year ago

I recommend the Thonny IDE. It can be programmed in your desired language: https://thonny.org/

Here is a Raspberry Pi Pico online simulator. This allows you to test before construction: https://wokwi.com/projects/new/micropython-pi-pico?template=micropython-pi-pico Virtual components can also be connected.