Close

Preliminary ezDisplay blocks

A project log for Barnabas Blocks Upgrade - BIG 2021

Webserial API webtool to upload Arduino code.

danteDante 08/19/2021 at 19:121 Comment

With a few hours free yesterday I decided to take an initial stab at implementing blocks for ezDisplay. First, a few concerns:

I created this new set of blocks (aka a "lesson") and proceeded with adding block functionality. So far, I've implemented:

To demonstrate everything, I made the following program using only Barnabas Blocks that prints out the lyrics of Baby Shark (I had no other immediate ideas), then waits for a press of the button to restart the song from the start.

The C code generates properly and sure enough it spits out the lyrics when uploaded (we haven't figured out to upload to the display from the web app yet, so I used arduino-cli to upload the C code).

Discussions

Edward Li wrote 08/23/2021 at 17:04 point

Nice Dante!

  Are you sure? yes | no