Search found 9 matches

by spoetnic
Wed Feb 19, 2020 11:02 am
Forum: General Discussion and Questions
Topic: how to use pycharm with a pyboard for micropython
Replies: 2
Views: 1631

Re: how to use pycharm with a pyboard for micropython

Hi Jimmo, I installed pyCharm but can't get the pyboard connected or upload code.
Would it be possible for you to assist with a (paid) teamviewer session? If so, please let me know.
by spoetnic
Tue Feb 18, 2020 9:20 pm
Forum: General Discussion and Questions
Topic: how to use pycharm with a pyboard for micropython
Replies: 2
Views: 1631

how to use pycharm with a pyboard for micropython

Hi there, I've recently bought a pyboard v1.1 and I'm exploring its possibilities. For starters I like to work with an all in one IDE for code completion and uploading. Pycharm looks like a nice and good IDE. Is it possible to upload code to the pyboard from here? Any help or recommendations would b...
by spoetnic
Tue Feb 18, 2020 11:34 am
Forum: Programs, Libraries and Tools
Topic: ModuleNotFoundError: No module named 'pyb'
Replies: 14
Views: 12310

Re: ModuleNotFoundError: No module named 'pyb'

Indeed I did install python, RT-Thread MicroPython and Pymakr into VS code. Still I'm getting this error: ModuleNotFoundError: No module named 'pyb' when pressing RUN.
by spoetnic
Thu Feb 13, 2020 8:49 am
Forum: Programs, Libraries and Tools
Topic: amount of timer instances
Replies: 7
Views: 3720

Re: amount of timer instances

Ok thanks. No I was using microbit to learn some about python. Now I'm trying out micropython with the pyboard and am using VS CODE as an all-in-one IDE. I've got some of the required plugins but can't run the code on the board. Assuming VS code will also upload the code when pressing RUN??? Now its...
by spoetnic
Thu Feb 13, 2020 8:45 am
Forum: Programs, Libraries and Tools
Topic: ModuleNotFoundError: No module named 'pyb'
Replies: 14
Views: 12310

Re: ModuleNotFoundError: No module named 'pyb'

Hi, I'm using the pyboard 1.1. So this is with the STM32405RG. I'm trying to upload an code to the board from VSCODE. The board is connected, but when trying to RUN it says: PS C:\Users\Marc Frim> & "C:/Users/Marc Frim/AppData/Local/Programs/Python/Python38-32/python.exe" "c:/Users/Marc Frim/.vscode...
by spoetnic
Thu Feb 13, 2020 7:44 am
Forum: Programs, Libraries and Tools
Topic: amount of timer instances
Replies: 7
Views: 3720

Re: amount of timer instances

Thanks Jimmo, for your reply. Actually I was using the micro:bit in order to get started with micropyton. I already have a pyboard and am trying to find a one-in-all IDE with debugger and uploader. So far I am trying with MS CODE, but can't upload code yet. About the pyboard, based on an STM32F405 i...
by spoetnic
Wed Feb 12, 2020 12:56 pm
Forum: Programs, Libraries and Tools
Topic: amount of timer instances
Replies: 7
Views: 3720

Re: amount of timer instances

Hello, thanks for your reply! Indeed this code was made in the online micro:bit app. Mu also looks nice for micro:bit. From a hardware perspective there are 12 timers on the micro:bits processor right? But again I like to know why it stops working with a certain amount of timing instances. Obviously...
by spoetnic
Tue Feb 11, 2020 2:19 pm
Forum: Programs, Libraries and Tools
Topic: ModuleNotFoundError: No module named 'pyb'
Replies: 14
Views: 12310

ModuleNotFoundError: No module named 'pyb'

Hello, I'm just new to micropython and I just managed to get python installed on microsoft code.
Now I've connected my pyboard 1.1 and try to run a default program.
The first error I hit is: ModuleNotFoundError: No module named 'pyb'

I hope someone can help solving this? Thanks.
by spoetnic
Sun Feb 09, 2020 3:09 pm
Forum: Programs, Libraries and Tools
Topic: amount of timer instances
Replies: 7
Views: 3720

amount of timer instances

Hello, I'm trying to understand the internal functioning of the micro:bit a little better. Therefor I made a program which uses an amount of timers to blink the LEDS at different interval rates. I read on the internet, the chip has a number of hardware timers. My program runs well up to the delay of...