Other Projects

Arduino Performance Utility Tools

Arduino Performance Utility Tools

Some of the exercise packages include several utility and test programs. These are all standalone scripts using Python 3 and a few additional packages as described in Python 3 Installation. The following scripts may be browsed in the Python MIDI tools directory on the course site. list_MIDI_ports.py Command-line test program for identifying available MIDI ports by printing a

Arduino Performance Utility Tools Continue Reading

SMARTWALKER D4E1

SMARTWALKER D4E1

The smartwalker is being developed for a project called “design for everyone” at Howest university college of Applied Sciences (Belgium). We are a group of design and occupational therapy students. This project is specifically made for an individual person: Peter. Peter can’t see nor hear. When he goes to the train station he relies on his

SMARTWALKER D4E1 Continue Reading

Sample Model

Arduino Sketch Classifier Demo

N.B. this is new and still being tested. This sketch demonstrates an example of ultrasonic range sensor data processing using a combination of signal filters and a classification tree. The classifier code was generated using the Python script classify_gen.py on recorded and labeled training data. The underlying classification tree was automatically generated using the Python scikit-learn library. For more

Arduino Sketch Classifier Demo Continue Reading

AI Auto Classify Trash Can

AI Auto-Classify Trash Can

This project is a trash can that recognizes and classifies garbage automatically. Use Machine-Learning and Arduino in Scratch. How it works 1. Camera takes an image of garbage. 2. Machine-Learning model recognizes the classification of garbage by the image. 3. Electrical and mechanical parts drive the garbage into diffrent palce by its classification. Beginner-friendly Machine-Learning, Block-coding and

AI Auto-Classify Trash Can Continue Reading

Arduino Sketch CKS Shield 1 Test

Arduino Sketch CKS-Shield-1-Test

This Arduino sketch exercises the standard hardware of the CKS-1-Shield board. It provides a console interface for reading inputs and triggering outputs, and a set of asynchronous state machines for generating test motions. Console Interface static void parse_user_input(int argc, char *argv[]) Process an input message tokenized from a line of console input. New commands may be defined by

Arduino Sketch CKS-Shield-1-Test Continue Reading

Scroll to Top