9th Blockchain IoT project…😋
Algorand 2021 Hackathon
CornHole + Arduino + Algorand = FUN
Tag Archives: Embedded
[Project: Blockchain] Algorand Crypto LED Cube
Arduino ESP32 using Algorand Blockchain to Send message to 64×64 LED Cube!!!
[Project: Blockchain] Algorand Dog Ball Launcher
Arduino ESP32 using Algorand Blockchain to Launch Tennis Ball for Dogs!!!
[Project: Blockchain] Algorand DoorLock
Arduino ESP32 using Algorand Blockchain to unlock/lock Door!!!
[Project: Blockchain] Algorand RentACar
Arduino ESP32 using Algorand Blockchain to Rent A Car!!!
[Project: Blockchain] Algorand IoT Candy Machine
Arduino ESP32 using Algorand Blockchain to dispense candy!!!
[Project: Machine Learning] CarVisionML
Cool car vision project that uses Jetson NX to do machine learning while driving around 🙂
[Project: Embedded] Hands On RTOS with MCU’s Part 3
The focus will be on ‘System View’ a debugging software that is used after firmware is built just like ‘Ozone’. The dev hardware also needs to be connected to the computer for debugging for ‘System View’ to work. The difference from ‘Ozone’ is program execution cannot be halted/interrupted and must be run in real-time to watch events and tasks. There is some overhead behind the scenes that enable ‘System View’ to work which includes some source code updates to enable Segger Real Time Transfer (RTT) for advanced debugging.
[Project: Embedded] Hands On RTOS with MCU’s Part 2
The focus will be on ‘Ozone’ a software that is used after firmware is built. It takes in ‘.elf’ (Executable Linkable Format) file that provides cross-referencing with with source code to debug the RTOS. The ELF contains enough info to program the MCU and also contains the links in the source code which is useful for debugging. There is another file that is already working behind the scenes called ‘.svd’ that is used to map registers and descriptions to the memory map of MCU. This can provide insights to i/o and more. ‘Ozone’ will use the SVD to visually map components on the MCU.
[Project: Embedded] Hands On RTOS with MCU’s Part 1
Finally found a really good RTOS book that contains enough info on RTOS basic concepts, mature FreeRTOS, stable IDE, debug tools, affordable hardware and most importantly ‘SystemView – Real-time Analysis and Visualization’.