Comments
-
Did you contact Robotistan?
-
I don't know if there is Python code. I think the people from Robotistan will have to help you with that.
-
Here are two projects you can find on this community.
-
It could be. Contact [email protected] and describe your problem. @SametS
I think you read my text wrong. I said Pi as for Pico and not PC.
Did your OLED work before? Does it work with micropython?
That is a great control panel 👍️
Great example @Turgut. My first version was using the string from unicode block
Can you give more info. Is your PicoBricks still whole or did you break it apart? What if you connect your OLED with a cable to your Pi? Does that work?
If you set the advanced blocks option in the menu
No, you get a number back. MicroBlocks uses only whole integers. So if the number is less then 1023 it will always be 0 because everything else will be behind the comma. if it is bigger or equal to 1023 it will be 1. You have to wait until 2046 …
Do you still get this error message or was it solved?
I don't know if you want to try MicroBlocks.
In MicroBlocks you have a library for playing notes called Tone 😁
I had to look up what gdb was 😁
from https://www.sourceware.org/gdb/
GDB, the GNU Project debugger, allows you to see what is going on `inside' another progra…
Experimenting is the fun part for me. I also started with making 128x64 images because I thought that was how it worked. But then I learned to make smaller images. This gave much more freedom how to use them and also made smaller scripts.
Did you change the BWthreshold value and see what happens? I always start with BW images so I never had that problem. 😉
No in the orange newProcImage block there is a dropdownmenu. Choose the image there.
I don't use micropython myself. Just thinking with you. Is this the test code you used?
Did you test the github version
You have to import that file into Snap!
https://snap.berkeley.edu/snap/snap.html
Then check javascript extensions.
Hi @barriereg
I learned a lot from looking at example codes in MicroBlocks and reading the wiki.
<…No, my PIR worked when I used the script from @ozerngg.
Working great.
On my phone i am send to the mobile version of the faq page. When clicking on a link it doesnt work. I have to exit the mobile version to read the answers.
Change the value blocks to
Great that it is working now. The red LED is not used in this script. Could it be that it was used by another script and wasn't turned off?
Hi @Turgut, forgot about the OLED block. 😁 This was also exactly the same project that I did the first time I start …
Since the error points to the virtual machine on the board, it is important to show what version you have. How to find the virtual machine version is explained in this topic. in Primitive not implemented in this virtual machine Comment by PeterMathijssen November 2022
A little example on how to use this library.
What version of the virtual machine is on your board? Did you use my ubp file? For me, this one works.
Howdy, Stranger!