Comments
-
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…
One more time: they are in the Custom Blocks menu of the Project #25.
<…Pin descriptions for the HC-05 is right next to the black socket for the HC-05, as well as …
Project #25 Custom Blocks menu has all the ESP01 functionality for the project provided.
- Corrected to My Blocks menu.
There is no library code for the ESP01. Instead there is a project #25 Smart Green House that uses the ESP01 as a server. All the ESP011 codes needed for that project is under Custom Blocks. This project is an advanced pr…
Howdy, Stranger!