Difference between revisions of "SwagBadge2022 Installation"

From Open Hardware Miniconf
Jump to: navigation, search
Line 9: Line 9:
 
= Software installation =
 
= Software installation =
  
<blockquote>
+
    git clone https://github.com/geekscape/aiko_engine_mp.git --branch swagbadge_2022
git clone https://github.com/geekscape/aiko_engine_mp.git --branch swagbadge_2022
+
 
</blockquote>
 
  
 
''MORE CONTENT TO FOLLOW''
 
''MORE CONTENT TO FOLLOW''

Revision as of 17:56, 12 March 2023

Overview

GitHub repository: https://github.com/geekscape/aiko_engine_mp

MicroPython firmware for the SwagBadge 2021 (master branch) will run on the SwagBadge 2022. However, the color LCD screen is not yet supported. Currently, this is an easy way to test networking, MQTT and play with Aiko Services

A work-in-progress firmware (swagbadge_2022 branch) supports the SwagBadge 2022 color LCD screen. However, the LCD screen driver is allocating significant chunks of memory, causing the overall application to crash. So, networking, MQTT and Aiko Services have been temporarily removed, whilst a design and implementation refactor occurs.

Software installation

   git clone https://github.com/geekscape/aiko_engine_mp.git --branch swagbadge_2022


MORE CONTENT TO FOLLOW