Radar Sensor XM125
Turn a PC or Raspberry Pi into a radar lab. Plug-and-play USB-C, protected data lines, dual serial channels, and full access to reset/boot/I2C/UART/SWD for demos, evaluation, and algorithm prototyping.... show more3 Stars
PC Game Controller Any Help?
I don't want to buy an Xbox Controller, so I'm just making one by myself2 Stars
Copilot v4 DogFooding - Audio Amplifier
I'm building an audio amplifier. These are the project requirements: - Type of Amplifier: Class D (for energy efficiency). - Input Source: Line-level input from a standard audio source, e.g., mobile phone or PC. - Output Power: 10W per channel (for a stereo setup). - Number of Channels: 2 (stereo output). - Distortion: Total Harmonic Distortion (THD) of less than 0.1% at full power. - Frequency Response: 20Hz to 20kHz. - Power Supply: Operate from a single 12V DC source. - Protection: Over-current and thermal protection for the amplifier IC. - Connectivity: Standard 3.5mm audio jack for input and screw terminals for speaker outputs. - Volume Control: A physical potentiometer for volume control. - Indicator: An LED indicator that shows power ON status. - Size Constraints: PCB size should not exceed 100mm x 100mm. Consider every requirement individually when answering any question... show more2 Stars
Qwiic PC Fan Controller
The Qwiic PC Fan Controller allows you easily control almost any PC fan over the Qwiic bus using the on board ATtiny microcontroller and control firmware. The control firmware monitors the tachometer output of the fan in order to implement PI Control over the fan speed, allowing you to set your desired speed in real units.... show more1 Comment
1 Star
ESP32 x86 PC
A self-contained “retro PC” platform built around the ESP32, exposing classic PC-style IO: VGA video, PS/2 keyboard/mouse, audio-out to an onboard speaker, microSD storage, plus USB-C for power and USB-UART for programming/debug.... show more1 Star
DUSIA
DUSIA (Dual USB to Serial Isolated Adapter). Used for connecting to PC very sensitive equipment with RS-232 ports... show more1 Comment
1 Star
Wily Orange TARDIS
Objetivo: leer coordenadas X/Y en un panel resistivo casero con Arduino Nano. Componentes: Arduino Nano, 16 MHz, 5 V (1x) MCP23017, expansor I/O I²C de 16 pines (1x) ADS1115, ADC I²C 16 bits (1x) Panel táctil casero, 2 láminas aluminio (1x) Resistencias serie 4.7 kΩ – 10 kΩ (4x) Fuente 5 V (USB/external) Funcionamiento: MCP23017 controla X+/X-/Y+/Y- → aplica 5 V y GND al eje activo. Ejemplo: para leer X → MCP energiza X+/X-, deja Y flotante. ADS1115 mide voltaje en el eje sin energía (ej: Y+/Y-) en modo diferencial. Arduino Nano recibe lecturas por I²C, procesa coordenadas X/Y. Coordenadas enviadas por USB serial al PC. Conexiones: Arduino Nano ↔ I²C bus ↔ MCP23017 y ADS1115 (SDA, SCL en común). MCP23017 pines → X+/X-/Y+/Y- (con resistencias serie). ADS1115 entradas analógicas → eje libre (Y+/Y- o X+/X- según ciclo). Alimentación común: 5 V + GND.... show more1 Star