mirror of
https://github.com/dragonlock2/dragonlock2.github.io.git
synced 2025-10-11 12:07:56 +00:00
84 lines
3.1 KiB
Markdown
84 lines
3.1 KiB
Markdown
---
|
|
title: TODO
|
|
permalink: /todo/
|
|
excerpt: A running list of things I'll to one day.
|
|
---
|
|
|
|
Going into industry and college, I did not expect the sheer number of things that I wanted to try learning. Rather than tossing everything onto a poorly organized sticky note, I figured it's probably best to put it in a publicly visible less poorly organized page. Full disclosure, I still use a sticky note.
|
|
|
|
# High-Priority Projects
|
|
Projects I'll get to next.
|
|
|
|
- **hardware**
|
|
- **wireless solar keyboard** - full size, swappable keys, samd w/ nrf24, solar powered, usable in UEFI/BIOS
|
|
- **security system** - PoE cameras, battery backup, basic app
|
|
- **Linux board** - probably an NXP or STM32 chip, maybe a Zynq
|
|
- **software**
|
|
- **autodbconv** - LDF/DBC parser built in Rust
|
|
- **JABI mobile apps** - built in Flutter for cross-platform deploy
|
|
- **ePaper Zephyr support** - made a breakout board a while ago, try adding to Zephyr
|
|
- **CAN/LIN DFU for Zephyr** - perhaps build it on UDS or devise custom protocol
|
|
- **MCUboot FSBL** - updatable bootloader!
|
|
- **acoustic keylogger** - lots of articles online, seems interesting
|
|
|
|
# Future Projects
|
|
Projects I'll get to once I finish the others.
|
|
|
|
- **CNC v2** - do it properly this time, make sure it can cut metal
|
|
- **3D printer** - silent, fast, use linear rails
|
|
- **Nerf Gun** - precise, magazine fed, mountable and electric
|
|
- **Auto Nerf Turret** - become a Jedi with a robot deliberately shooting at your lightsaber
|
|
- **Robotic Actuator** - improve the one I designed in 2017
|
|
- **Sine Wave Encoder** - worked with these before so document it
|
|
- **Solder Station** - try doing what GreatScott did and make a cheap good one
|
|
- **Pick and Place Machine** - auto placing, deep integration with KiCad
|
|
- **Closed Loop Current Clamp** - http://www.ti.com/lit/ug/tidu674/tidu674.pdf
|
|
- **Isolated Differential Oscilloscope Probe**
|
|
- **Phased Array Receiver** - basically a compass for radio signals
|
|
- **Drone** - make one, make autonomous, make many
|
|
- **Haptic Touchpad** - basically a Macbook trackpad
|
|
- **Expandable Cellular Automata** - Conway's Game of Life, infinitely expandable, configurable init states
|
|
- **Self-balancing Robot** - super simple but I've never done it
|
|
- **Hacked Labelmaker** - hack Dymo and make it print whatever we want with a proper desktop app
|
|
- **Microphone Triangulation** - like the EE16A lab but an actual product
|
|
- **Zynq breakout**
|
|
- **Intel SoC breakout**
|
|
- **CAN Sniffer** - no cutting wires, https://www.csselectronics.com/products/cancrocodile-contactless-can-adapter, inject a signal too?
|
|
- **SDR** - deploy the BLE/802.15.4 Chisel code you wrote (zero IF?)
|
|
|
|
# Stuff to Learn
|
|
Things I have to come up with a project for.
|
|
|
|
- Linux
|
|
- Buildroot
|
|
- Yocto
|
|
- kernel drivers
|
|
- mmap
|
|
- AI/ML
|
|
- Tensorflow Lite
|
|
- app dev
|
|
- Android - Kotlin
|
|
- iOS - Swift
|
|
- Flutter - Dart
|
|
- web
|
|
- WebUSB
|
|
- WebSockets
|
|
- WebAssembly
|
|
- high speed
|
|
- DDR, Gigabit, PCIe
|
|
- RF front-end design
|
|
- QAM
|
|
- digital design
|
|
- VHDL
|
|
- FPU design
|
|
- DRAM driver
|
|
- controls
|
|
- FOC motor control
|
|
- Kalman filters
|
|
- protocols
|
|
- SIM card
|
|
- PCIe
|
|
- other
|
|
- embedded Rust
|
|
- LVGL
|