Now that you have your first program uploaded. Try playing with the code and creating your own light and blink
patterns!
Software: ChibiScript (Arduino)
If you would like to start with text-based coding, try using ChibiScript, an Arduino-based beginner-friendly coding
language. You can code directly in Arduino programming language with this text-based editor!
To start coding, head over to https://ltc.chibitronics.com/.
CHIBISCRIPT ARDUINO ONLINE EDITOR
Upload Your Text-Based Code
After heading to ChibiScript, click on Examples > 1. Basics > Blink to open up the blink example code. It should
look similar to the image below.
Once the blink example is open, you should see an example of how to blink the LED connected to pin 0 similar to
the image below. Let's change the pin by replacing “
0
” to “
1
”.