Comments
-
As of Pilot release IDE 1.2.30 VM 195, HusyLens Serial is available.
Check out the enhanced WIKI REFERENCE with Tips, Comments and Limits. Also possible is programmatic training / learning option.
Enjoy.
-
Coming within the next two weeks:
SERIAL support at 9600 baud.
It is safe to say that by mid August, you'll be able to experiment with this addition. This is a long awaited feature add. We originally did not provide this support. Howe…
-
Hi Roy,
Welcome to MicroBlocks and Picobricks.
The light blue DISPLAY block is a user coded function that can be found under My Blocks selection on the left side menu.
https://community.robotistan.com/index.php?p=/discussion/comment/81#Comment_81
Info in the post may be helpful.
I'm not 100% sure, but check your quote characters.
Great minds think alike!
In the OLED Demo Program, there is an AV Control Panel simulation with a simil…
Hi Peter,
Great fun project.
I could not resist fiddling with it to produce a slightly different version, keeping the spirit the same. Secret sauce is that OLED character matrix is 8x8.
Should be able to drag and drop it onto MB…
I am assuming there is no problem now ?
Also, a quick pointer for coding:
Your two when PicoBricks light sensor scripts are already detecting the conditions of interest to you. You could simply graph them in their res…
The sprite costume selection has to happen in the block code costume drop-down menu; not in …
In theory, yes; in practice no. The light sensor used has a very wide reception profile. It…
Best place to start is the MicroBlocks WIKI, SNAP section, and then follow the article Snap…
You could not do it like that either, since there won't be another controller involved. If you ha…
Sorry to all experiencing problems with sketches, and environment version updates. We are in a very rapid back to back improvement cycle trying to implement changes and also solve the coding issues.
All 25 projects have been revised and …
None of the modules get reset when a new program starts, or a processor reset is d…
Hi,
Here, both "when started" and "when <cond>" scripts run simultaneously. Both try to initialize OLED library. This is not good and not needed.
Init OLED only once in "when started".
In the other when script, provide …
If variable and block names start with an underscore, they are treated as hidden / advanced, and will not show unless the show advanced blocks option is set in the Settings (wheel) menu.
LoadingScreeen100 …
Additional BEWARE comment:
Library block names need to be unique in the scope of the project one is working on. We take care when we dev Libraries for MB and do that.
But user libs, in a hurry and excitement, might break the rule. And…
I am not the one who deleted your comments. As a matter of fact I would prefer to have them…
The lonely ESP01_display_LOG blocks is a reporter block that displays the LOG entries recorded as the project executes.
Since during execution, HTTP commands arrive from the cell phone APP or a browser window in case of a t…
There is nothing wrong with entering everything by hand, but there are other ways hinted at…
RE: What am I missing?
I don't know!
You can check the specs for the PICO2040 chip (https://datasheets.raspberrypi.com/rp2040/rp2040-datasheet.pdf) for memory limits.
If…
My Blocks is just like to old fashioned "Function Definitions" with or wit…
OK, my bad!
It is not Custom Blocks but My Blocks menu. We keep calling it custom blocks in our group and just automatically wrote that. Apologies.
There is no difference between having a library and using custom blocks (My Blocks). All li…
Howdy, Stranger!