Difference between revisions of "SwagBadge2022 Installation"

From Open Hardware Miniconf
Jump to: navigation, search
(Aiko Engine for microPython)
Line 1: Line 1:
 
= SwagBadge2022 installation =
 
= SwagBadge2022 installation =
  
 +
== Overview ==
 
'''GitHub repository:''' [https://github.com/geekscape/aiko_engine_mp https://github.com/geekscape/aiko_engine_mp]
 
'''GitHub repository:''' [https://github.com/geekscape/aiko_engine_mp https://github.com/geekscape/aiko_engine_mp]
  
: MicroPython Firmware for the SwagBadge 2021 (''master'' branch) and SwagBadge 2022 (''swagbadge'' branch)
+
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 [https://github.com/geekscape/aiko_services 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 ==
 +
 
 +
<code>
 +
git clone https://github.com/geekscape/aiko_engine_mp.git --branch swagbadge_2022
 +
</code>
 +
 
 +
''MORE CONTENT TO FOLLOW''

Revision as of 17:15, 12 March 2023

SwagBadge2022 installation

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