Pinned Repositories
AVR-Voice-Control
Controlling individual LEDs of the AVR-IOT WG board
BaselineEmulator
A simple PIC Baseline (12-bit) emulator in C (XC32)
BlueBoot
A bootloader for the PIC16F1 via a Bluetooth link (RN41 Bluetooth Click©)
FlyingPIC24
Examples and source code for all the projects in the Flying PIC24 book (second edition)
In10LinesOfCode
Bundle of the first 15 projects from the book: "in 10 Lines of Code" - lulu.com
Oberon
Experimenting with the Compiler Construction tools from N. Wirth (in Python!)
OLED-Picture-Editor
A simple cross platform picture editor (written in Python) for B/W images that can save bitmaps in C arrays for easy inclusion in MPLAB X projects using the OLED Click.
PIC-IOT_AirQuality.X
Adding an AirQuality sensor (MikroE click based on the MQ-135) to the PIC-IOT WG board, streaming data to the Google IoT Cloud
RISC_VM
A Virtual Machine for the Oberon 0, running on a PIC16F1716
Rocket
Projects based on the example code presented in the book "This is (not) Rocket Science"
luciodj's Repositories
luciodj/AVR-Voice-Control
Controlling individual LEDs of the AVR-IOT WG board
luciodj/FlyingPIC24
Examples and source code for all the projects in the Flying PIC24 book (second edition)
luciodj/PIC24EPMikromediaCode
Porting to the PIC24EP MIkromedia of all the example projects for the "Graphics, Touch, Sound and USB" book.
luciodj/AVR-IOT_UV.X
Adding a UV sensor to the AVR-IOT WG board (UV Click), publishing data to the Google IoT Cloud
luciodj/ExploringPIC32
Examples and projects from the book: :"Programming 32-bit Microcontrollers in C". All projects are based on the PIC32MX360F512L and use the MPLAB X IDE + XC32 compiler
luciodj/MATHACC
A Rocket Science demonstration of a MATHACC/PID peripheral
luciodj/PIC16-Serial-Bootloader
A simple (high side) serial bootloader for PIC16F1xxxx (Python UI, USB-HID)
luciodj/PIC32MikromediaCode
Code examples from the Graphics, Touch, Sound and USB book ported to the PIC32Mikromedia board
luciodj/PIC_Voice_Control
Control a PIC-IOT WG BOARD using Google Home Assistant
luciodj/4x4_PIC_Voice_Control
Control a PIC-IOT WG board with a 4x4 RGB Click via Google Home Assistant
luciodj/4x4_RGB_Voice_Control
Control a 4x4 RGB Click (LED Array) via voice commands thourgh Google Home Assistant
luciodj/avr-iot-aws-sensor-node-mplab
working a few PRs
luciodj/AVR-IOT_Laser.X
Controlling two micro servos (pan/tilt) and a 5mW laser from the Google IoT Cloud
luciodj/BlueRocket
Testing a simple BLE application
luciodj/BuckClick-Project
Prototyping the PIC16F176x based Buck Click
luciodj/Clicker-HID-API
A simple (HID) command interface for the MIKROE Clicker board
luciodj/FreeRTOS-Kernel
FreeRTOS kernel files only, submodule with new AVR_Dx port
luciodj/GTSU-2.0
Refactoring for the new MLA structure after 2013 (wip)
luciodj/LightblueRocket
luciodj/p14p
AVR-Python : a tiny Python vm (derived from PyMite and updated to 2.7)
luciodj/PIC16-I2C-Bootloader
A simple (high side) bootloader for PIC16F1xxx devices using the I2C interface (includes python UI, USB-HID)
luciodj/PIC24Mikromedia-HIDBootloader
A Bootloader UI for the MikromediaPIC24 written in Python for use on OS X
luciodj/PIC24MikromediaCode
This is the source code for the book: "Graphic, Touch, Sound and USB". This repository contains the PIC24 Mikromedia specific version.
luciodj/PIC32MikromediaPlusCode
Porting to the MIkromediaPlus of the code examples from the book "Graphics, Touch, Sound and USB"
luciodj/PIC32MikromediaVideoPlayer
Audio and Video Player ported to Mikromedia for PIC32 using MAL 3.02 and MPLAB 8
luciodj/PIC_BLE-Pythonista3-Example
An example App for the AVR/PIC-BLE boards using Pythonista3 for iOS
luciodj/PySolitaire
PyGame based game of Solitaire
luciodj/pywasm
A WebAssembly interpreter written in pure Python
luciodj/Red-Rocket
Advanced optimizations of the AVR-IOT project based on v1.2.0. Use as a template to create derivative projects!
luciodj/wac
WebAssembly interpreter in C