circuitpython

RoboGPT- an AI-Powered Robot

Introduction This project, RoboGPT, is a compact mobile robot platform built around cloud AI services and a Raspberry Pi 4, featuring four continuously rotating servos mounted on a laser-cut acrylic sheet. For sensors, it uses an accelerometer and gyroscope, two ultrasonic sensors on the front and back to avoid running into obstacles, a microphone to […]

RoboGPT- an AI-Powered Robot Read More »

CircuitPython 8.0.0 Release Candidate 1 now available

CircuitPython 8.0.0 Release Candidate 1 now available

Developers, programmers and hobbyists night be interested to know that Adafruit has announced the CircuitPython 8.0.0 Release Candidate 1 launch making available the release candidate for further testing before a final release. CircuitPython 8.0.0-rc.1 is now available via the official GitHub release page by following the link below and brings with it a wealth of functionality. For those of you unfamiliar

CircuitPython 8.0.0 Release Candidate 1 now available Read More »

Raspberry Pi Pico Music and Rhythm Examples CircuitPython

Raspberry Pi Pico Music and Rhythm Examples – CircuitPython

The following short CircuitPython programs demonstrate rhythm and music generation. These are largely platform-neutral. Metronome Example This example demonstrates the essential elements of creating a pattern of movement over time within an event-loop programming structure. Direct download: metronome.py. # metronome.py # Raspberry Pi Pico – demonstrate rhythmic servo motion like a metronome # This assumes a

Raspberry Pi Pico Music and Rhythm Examples – CircuitPython Read More »