April 2025 — First working prototype and language development

In April 2025 we assembled the first working prototype of R1BBIT ONE. This stage was focused on testing hardware functionality, fixing design issues, and refining the firmware environment.

Alongside hardware adjustments, we began the development of a custom lightweight programming language designed specifically for R1BBIT boards. The goal of this language is to make programming accessible and intuitive, while still offering enough flexibility for real-world applications.

This month marked a key step in transforming R1BBIT ONE from concept into a usable platform, combining both hardware and software progress.

Example script

VAR TC= 20

VAR TF

PRINT “Temperature degrees Celsius – ”, TC

TF=TC*9/5+32

PRINT “Temperature degrees Fahrenheit – ”, TF