Cubemo: Difference between revisions
Make Cubemo page |
m Quotes |
||
| (4 intermediate revisions by 2 users not shown) | |||
| Line 1: | Line 1: | ||
[[File:CubeMoDebug.png|thumb|Cubemo displaying its debug stats]] | |||
[[File:Cubemo With a Screen.jpg|thumb|Cubemo With a Screen]] | |||
[[File:Cubemo 2.jpg|thumb|Cubemo connected to a cube in a dark room]] | |||
Cubemo is a [[Cozmo]] only capable of connecting to cubes. It is a Adafruit Feather nRF52840 Sense running modified Cozmo firmware to make him compatible. | Cubemo is a [[Cozmo]] only capable of connecting to cubes. It is a Adafruit Feather nRF52840 Sense running modified Cozmo firmware to make him compatible. | ||
Cubemo was designed as a | Cubemo was designed as a ‘brain tumor’ for lrdsnow's other bots, to give them the ability to connect to Cozmo cubes. At the time of writing this to my knowledge he has not been attached to a bot, and currently only connects to cubes by himself. | ||
As of 05/21/25 Cubemo now has a display that is | |||
* 240×280, 262K colors, IPS | |||
* ST7789V2 via SPI | |||
This differs significantly from Cozmo’s original 128×64 single-color OLED. Since the nRF52840 doesn’t have the power to render full frames smoothly, Cubemo’s firmware uses interlaced rendering to reduce load. Animations are currently broken, but basic eyes are supported. Scanlines haven’t been implemented yet as well. | |||
As of later 05/21/25 Cubemo now has a proper debug info on his display, and has a UART api thats pretty much just CSV over Serial | |||
[[Category:Robot Roll Call]] | [[Category:Robot Roll Call]] | ||
Latest revision as of 16:36, 24 September 2025



Cubemo is a Cozmo only capable of connecting to cubes. It is a Adafruit Feather nRF52840 Sense running modified Cozmo firmware to make him compatible.
Cubemo was designed as a ‘brain tumor’ for lrdsnow's other bots, to give them the ability to connect to Cozmo cubes. At the time of writing this to my knowledge he has not been attached to a bot, and currently only connects to cubes by himself.
As of 05/21/25 Cubemo now has a display that is
- 240×280, 262K colors, IPS
- ST7789V2 via SPI
This differs significantly from Cozmo’s original 128×64 single-color OLED. Since the nRF52840 doesn’t have the power to render full frames smoothly, Cubemo’s firmware uses interlaced rendering to reduce load. Animations are currently broken, but basic eyes are supported. Scanlines haven’t been implemented yet as well.
As of later 05/21/25 Cubemo now has a proper debug info on his display, and has a UART api thats pretty much just CSV over Serial