• Brainstorm a new project with AI [Example]

    Brainstorm a new project with AI [Example]

    make this for me now # Device Summary & Specification Sheet ## 1. Overview A rugged, Arduino-Uno-and-Raspberry-Pi-style single-board micro-PC featuring: - Smartphone-class CPU (Snapdragon 990) - USB-C Power Delivery + 4×AA alkaline backup + ambient-light harvester - On-board Arduino-Uno-compatible ATmega328P - External NVMe SSD via USB3 bridge & optional Thunderbolt 3 eGPU support - 5× USB 3.0 ports, HDMI in/out, Gigabit Ethernet & SFP fiber, Wi-Fi, Bluetooth, LoRa - 0.96″ OLED status display, 3.5 mm audio jack with codec --- ## 2. Key Specifications | Category | Specification | |--------------------|-------------------------------------------------------------------------------| | CPU | Snapdragon 990, octa-core up to 2.84 GHz | | Memory | 6 GB LPDDR4x DRAM | | Storage Interface | PCIe Gen3 ×4 → M.2 NVMe + USB 3.1 Gen1 bridge | | MCU | ATmega328P (Arduino-Uno-compatible) | | Power Input | USB-C PD up to 20 V/5 A; 4×AA alkaline backup; ambient-light photodiode boost | | Power Rails | 12 V, 5 V, 3.3 V, 1.8 V, 1.2 V via buck/buck-boost regulators | | USB Hub | 5× USB 3.0 downstream ports | | Display | 0.96″ 128×64 OLED via I²C/SPI | | Networking | 1 × Gigabit RJ45; 1 × SFP fiber; Wi-Fi 802.11ac + Bluetooth; LoRa SX1276 | | Video I/O | HDMI 2.0 input (RX) & output (TX) | | Audio | 3.5 mm jack + TLV320AIC3101 codec; Bluetooth audio | | Form Factor | Raspberry Pi–style header + Arduino-Uno shield headers; 4× standoff mounts | --- ## 3. Complete Parts List | Part | Function | Qty | |------------------------------------------------------------------------------------------------|-----------------------------------------------|-----| | [Snapdragon 990](https://www.flux.ai/search?type=components&q=Snapdragon%20990) | Main application CPU | 1 | | [LPDDR4x DRAM](https://www.flux.ai/search?type=components&q=LPDDR4x%20DRAM) | System memory | 1 | | [eMMC 64GB](https://www.flux.ai/search?type=components&q=eMMC%2064GB) | On-board storage | 1 | | [M.2 NVMe Connector](https://www.flux.ai/search?type=components&q=M.2%20NVMe%20Connector) | External SSD interface | 1 | | [JMS583](https://www.flux.ai/search?type=components&q=JMS583) | PCIe→USB 3.1 bridge for NVMe | 1 | | [Titan Ridge](https://www.flux.ai/search?type=components&q=Titan%20Ridge) | Thunderbolt 3/eGPU controller | 1 | | [STUSB4500](https://www.flux.ai/search?type=components&q=STUSB4500) | USB-C Power-Delivery controller | 1 | | [LTC4412](https://www.flux.ai/search?type=components&q=LTC4412) | Ideal-diode OR-ing | 1 | | [LTC3108](https://www.flux.ai/search?type=components&q=LTC3108) | Ambient-light (solar) energy harvester | 1 | | [Battery Holder 4×AA](https://www.flux.ai/search?type=components&q=Battery%20Holder%204xAA) | Alkaline backup power | 1 | | [TPS53318](https://www.flux.ai/search?type=components&q=TPS53318) | 6 V→5 V synchronous buck regulator | 1 | | [MCP1700-3302E/TO](https://www.flux.ai/search?type=components&q=MCP1700-3302E/TO) | 6 V→3.3 V LDO | 1 | | [TPS63060](https://www.flux.ai/search?type=components&q=TPS63060) | Buck-boost for 12 V rail (eGPU power) | 1 | | [ATmega328P](https://www.flux.ai/search?type=components&q=ATmega328P) | Arduino-Uno microcontroller | 1 | | [ESP32-WROOM-32](https://www.flux.ai/search?type=components&q=ESP32-WROOM-32) | Wi-Fi + Bluetooth co-processor | 1 | | [SX1276](https://www.flux.ai/search?type=components&q=SX1276) | LoRa transceiver | 1 | | [TUSB8041](https://www.flux.ai/search?type=components&q=TUSB8041) | 5-port USB 3.0 hub IC | 1 | | [Ethernet PHY](https://www.flux.ai/search?type=components&q=Ethernet%20PHY) | Gigabit Ethernet physical transceiver | 1 | | [SFP Cage](https://www.flux.ai/search?type=components&q=SFP%20Cage) | Fiber-optic SFP module connector | 1 | | [TDA19978](https://www.flux.ai/search?type=components&q=TDA19978) | HDMI 2.0 receiver (input) | 1 | | [TFP410](https://www.flux.ai/search?type=components&q=TFP410) | HDMI 2.0 transmitter (output) | 1 | | [TLV320AIC3101](https://www.flux.ai/search?type=components&q=TLV320AIC3101) | Audio codec for 3.5 mm jack & Bluetooth audio | 1 | | [Audio Jack 3.5mm](https://www.flux.ai/search?type=components&q=Audio%20Jack%203.5mm) | Headphone/mic port | 1 | | [SSD1306 OLED](https://www.flux.ai/search?type=components&q=SSD1306%20OLED) | Status display | 1 | --- ## 4. High-Level Design & Implementation Steps 1. **Schematic Creation** - Section off blocks: CPU + memory, power-supply, NVMe/USB bridge, MCU, wireless, USB hub, video, audio, I/O headers. - Place all parts from the list and wire per respective datasheet reference circuits. 2. **Power System** - Implement USB-C PD with STUSB4500 → buck/buck-boost & LDO rails. - Add LTC4412 to OR-ing battery pack into 6 V bus. - Include LTC3108 harvest input to 6 V bus (no recharge to AA). - Add decoupling & bulk caps per regulator datasheets; PTC fuses & ESD diodes on inputs. 3. **SoC & High-Speed Interfaces** - Break out Snapdragon 990 BGA with DDR4 routing (point-to-point). - Route PCIe Gen3 lanes to M.2 slot via JMS583 and to Titan Ridge for TB/eGPU. - Follow high-speed layout guidelines: impedance, length matching, EMI filters. 4. **MCU & Expansion Headers** - Place ATmega328P with UNO-style 2.54 mm headers; add ISP 6-pin, I²C pull-ups, reset circuit. 5. **Connectivity Blocks** - USB hub: TUSB8041 + ESD + chokes → five USB-A 3.0 ports. - Ethernet: RJ45 + magnetics + PHY; SFP cage + PHY/SFP interface. - Wireless: ESP32 module pad + SX1276 + antenna matching; program pads. 6. **Video & Audio** - HDMI RX (TDA19978) & TX (TFP410) blocks with TMDS ESD & termination. - Audio codec + 3.5 mm jack; route differential audio lines; add ESD. 7. **Display & Indicators** - SSD1306 OLED on I²C; add pull-ups & backlight power if needed. - LEDs for power, charge, status. 8. **PCB Layout & Mechanical** - Follow Raspberry Pi 2×20 header footprint & UNO shield hole pattern. - Add reinforcement for rugged use; standoffs at corners. - Define 4-layer stackup: • Top: signal • L2: GND • L3: PWR • Bottom: signal 9. **DRC/ERC Reviews** - Run ERC for decoupling, pull-ups, power nets. - Run DRC for high-speed clearance, differential pairs, via aspect ratios. 10. **Fabrication & Testing** - Export Gerbers, IPC-2581, BOM. - Prototype assembly; verify power sequencing, rails, interfaces. - Functional tests: USB-C PD negotiation, NVMe throughput, eGPU over TB3, wireless comm, audio, OLED. --- This spec sheet and part list should guide your Flux schematic and PCB layout workflow through to fabrication and validation. Let me know if you’d like to deep-dive into any specific block or review datasheet details next!

    &

    1 Star


  • Coffee Waker Main HQ W/ Module V3.3.0

    Coffee Waker Main HQ W/ Module V3.3.0

    Have you ever wanted to wake up to one of the most energizing scents? Have you ever wanted that cup of energy in your hands before you even slide out of your covers? Well want no further! Introducing the Coffee Waker; The knight of your nightstand, a coffee maker alarm clock with one soul purpose, to quickly and scrumptiously wake you up. This is the Coffee Waker Main board. It contains an ESP32-S3, 16 bit Load Cell ADC, 16 bit MP3 DAC, 120V heater cartridge relay, and 12C wakeup light convector.

    1 Star


  • WT32-ETH01

    WT32-ETH01

    - ESP32, WT32-ETH01 Transceiver; 802.11 b/g/n/e/i (Wi-Fi, WiFi, WLAN), Bluetooth® Smart 4.x Low Energy (BLE) 2.4GHz ~ 2.5GHz Evaluation Board #CommonPartsLibrary #DevelopmentBoard #RF #EvaluationBoard #Wifi #Bluetooth #Module

    1 Star


  • 5_15 PCB Routing - AutoLayout - Autoroute the GPIOs

    5_15 PCB Routing - AutoLayout - Autoroute the GPIOs

    AvocAudio is a compact tinyML community board designed for extensive audio data collection for various tinyML applications. It leverages the Raspberry Pi RP2040 and integrates a LoRa-E5 LoRaWAN Transceiver Module for connectivity. Equipped with an SD card slot for local data storage, the board ensures efficient data collection. The board operates on solar power or a lithium-ion battery, ensuring flexible and efficient energy use. #audioDevices #raspberryPi #rp2040 #lorawan #iot #solar

    1 Star


  • 5_12 PCB Routing - Fanouts

    5_12 PCB Routing - Fanouts

    AvocAudio is a compact tinyML community board designed for extensive audio data collection for various tinyML applications. It leverages the Raspberry Pi RP2040 and integrates a LoRa-E5 LoRaWAN Transceiver Module for connectivity. Equipped with an SD card slot for local data storage, the board ensures efficient data collection. The board operates on solar power or a lithium-ion battery, ensuring flexible and efficient energy use. #audioDevices #raspberryPi #rp2040 #lorawan #iot #solar

    1 Star


  • 5_11 PCB Placement Updates

    5_11 PCB Placement Updates

    AvocAudio is a compact tinyML community board designed for extensive audio data collection for various tinyML applications. It leverages the Raspberry Pi RP2040 and integrates a LoRa-E5 LoRaWAN Transceiver Module for connectivity. Equipped with an SD card slot for local data storage, the board ensures efficient data collection. The board operates on solar power or a lithium-ion battery, ensuring flexible and efficient energy use. #audioDevices #raspberryPi #rp2040 #lorawan #iot #solar

    1 Star


  • AvocAudio: A tinyML community board v3 Rev 1

    AvocAudio: A tinyML community board v3 Rev 1

    AvocAudio is a compact tinyML community board designed for extensive audio data collection for various tinyML applications. It leverages the Raspberry Pi RP2040 and integrates a LoRa-E5 LoRaWAN Transceiver Module for connectivity. Equipped with an SD card slot for local data storage, the board ensures efficient data collection. The board operates on solar power or a lithium-ion battery, ensuring flexible and efficient energy use. #raspberryPi #rp2040 #lorawan #iot #solar

    1 Star


  • 5_01 PCB - Placement

    5_01 PCB - Placement

    AvocAudio is a compact tinyML community board designed for extensive audio data collection for various tinyML applications. It leverages the Raspberry Pi RP2040 and integrates a LoRa-E5 LoRaWAN Transceiver Module for connectivity. Equipped with an SD card slot for local data storage, the board ensures efficient data collection. The board operates on solar power or a lithium-ion battery, ensuring flexible and efficient energy use. #audioDevices #raspberryPi #rp2040 #lorawan #iot #solar

    &

    1 Star


  • Avocaudio (Modular) 04_18 Design Review

    Avocaudio (Modular) 04_18 Design Review

    AvocAudio is a compact tinyML community board designed for extensive audio data collection for various tinyML applications. It leverages the Raspberry Pi RP2040 and integrates a LoRa-E5 LoRaWAN Transceiver Module for connectivity. Equipped with an SD card slot for local data storage, the board ensures efficient data collection. The board operates on solar power or a lithium-ion battery, ensuring flexible and efficient energy use. #audioDevices #raspberryPi #rp2040 #lorawan #iot #solar

    &

    1 Star


  • Avocaudio (Modular) 04_16 Mechanical

    Avocaudio (Modular) 04_16 Mechanical

    AvocAudio is a compact tinyML community board designed for extensive audio data collection for various tinyML applications. It leverages the Raspberry Pi RP2040 and integrates a LoRa-E5 LoRaWAN Transceiver Module for connectivity. Equipped with an SD card slot for local data storage, the board ensures efficient data collection. The board operates on solar power or a lithium-ion battery, ensuring flexible and efficient energy use. #audioDevices #raspberryPi #rp2040 #lorawan #iot #solar

    1 Star


  • Avocaudio (Modular) 04_13 Microphone Done 047d

    Avocaudio (Modular) 04_13 Microphone Done 047d

    AvocAudio is a compact tinyML community board designed for extensive audio data collection for various tinyML applications. It leverages the Raspberry Pi RP2040 and integrates a LoRa-E5 LoRaWAN Transceiver Module for connectivity. Equipped with an SD card slot for local data storage, the board ensures efficient data collection. The board operates on solar power or a lithium-ion battery, ensuring flexible and efficient energy use. #audioDevices #raspberryPi #rp2040 #lorawan #iot #solar

    1 Star


  • Avocaudio (Modular) 04_13 Microphone Done

    Avocaudio (Modular) 04_13 Microphone Done

    AvocAudio is a compact tinyML community board designed for extensive audio data collection for various tinyML applications. It leverages the Raspberry Pi RP2040 and integrates a LoRa-E5 LoRaWAN Transceiver Module for connectivity. Equipped with an SD card slot for local data storage, the board ensures efficient data collection. The board operates on solar power or a lithium-ion battery, ensuring flexible and efficient energy use. #audioDevices #raspberryPi #rp2040 #lorawan #iot #solar

    &

    1 Star


  • Avocaudio (Modular) 04_12 External Flash

    Avocaudio (Modular) 04_12 External Flash

    AvocAudio is a compact tinyML community board designed for extensive audio data collection for various tinyML applications. It leverages the Raspberry Pi RP2040 and integrates a LoRa-E5 LoRaWAN Transceiver Module for connectivity. Equipped with an SD card slot for local data storage, the board ensures efficient data collection. The board operates on solar power or a lithium-ion battery, ensuring flexible and efficient energy use. #audioDevices #raspberryPi #rp2040 #lorawan #iot #solar

    1 Star


  • Avocaudio (Modular) 04_11 Done

    Avocaudio (Modular) 04_11 Done

    AvocAudio is a compact tinyML community board designed for extensive audio data collection for various tinyML applications. It leverages the Raspberry Pi RP2040 and integrates a LoRa-E5 LoRaWAN Transceiver Module for connectivity. Equipped with an SD card slot for local data storage, the board ensures efficient data collection. The board operates on solar power or a lithium-ion battery, ensuring flexible and efficient energy use. #audioDevices #raspberryPi #rp2040 #lorawan #iot #solar

    &

    1 Star


  • Avocaudio (Modular) 04_08 Start

    Avocaudio (Modular) 04_08 Start

    AvocAudio is a compact tinyML community board designed for extensive audio data collection for various tinyML applications. It leverages the Raspberry Pi RP2040 and integrates a LoRa-E5 LoRaWAN Transceiver Module for connectivity. Equipped with an SD card slot for local data storage, the board ensures efficient data collection. The board operates on solar power or a lithium-ion battery, ensuring flexible and efficient energy use. #audioDevices #raspberryPi #rp2040 #lorawan #iot #solar

    1 Star


  • Avocaudio (Modular) 04_06 Done

    Avocaudio (Modular) 04_06 Done

    AvocAudio is a compact tinyML community board designed for extensive audio data collection for various tinyML applications. It leverages the Raspberry Pi RP2040 and integrates a LoRa-E5 LoRaWAN Transceiver Module for connectivity. Equipped with an SD card slot for local data storage, the board ensures efficient data collection. The board operates on solar power or a lithium-ion battery, ensuring flexible and efficient energy use. #audioDevices #raspberryPi #rp2040 #lorawan #iot #solar

    1 Star


  • Avocaudio (Modular) 04_05 Done

    Avocaudio (Modular) 04_05 Done

    AvocAudio is a compact tinyML community board designed for extensive audio data collection for various tinyML applications. It leverages the Raspberry Pi RP2040 and integrates a LoRa-E5 LoRaWAN Transceiver Module for connectivity. Equipped with an SD card slot for local data storage, the board ensures efficient data collection. The board operates on solar power or a lithium-ion battery, ensuring flexible and efficient energy use. #audioDevices #raspberryPi #rp2040 #lorawan #iot #solar

    &

    1 Star


  • Avocaudio (Modular) 4_04 Start - MCU Placement

    Avocaudio (Modular) 4_04 Start - MCU Placement

    AvocAudio is a compact tinyML community board designed for extensive audio data collection for various tinyML applications. It leverages the Raspberry Pi RP2040 and integrates a LoRa-E5 LoRaWAN Transceiver Module for connectivity. Equipped with an SD card slot for local data storage, the board ensures efficient data collection. The board operates on solar power or a lithium-ion battery, ensuring flexible and efficient energy use. #audioDevices #raspberryPi #rp2040 #lorawan #iot #solar

    &

    1 Star


  • AvocAudio 02_02_Start

    AvocAudio 02_02_Start

    AvocAudio is a compact tinyML community board designed for extensive audio data collection for various tinyML applications. It leverages the Raspberry Pi RP2040 and integrates a LoRa-E5 LoRaWAN Transceiver Module for connectivity. Equipped with an SD card slot for local data storage, the board ensures efficient data collection. The board operates on solar power or a lithium-ion battery, ensuring flexible and efficient energy use. #audioDevices #raspberryPi #rp2040 #lorawan #iot #solar

    1 Star


  • AvocAudio: A tinyML community board v2 Modules

    AvocAudio: A tinyML community board v2 Modules

    AvocAudio is a compact tinyML community board designed for extensive audio data collection for various tinyML applications. It leverages the Raspberry Pi RP2040 and integrates a LoRa-E5 LoRaWAN Transceiver Module for connectivity. Equipped with an SD card slot for local data storage, the board ensures efficient data collection. The board operates on solar power or a lithium-ion battery, ensuring flexible and efficient energy use. #raspberryPi #rp2040 #lorawan #iot #solar

    1 Star


  • PB600BA

    PB600BA

    The NIKO-SEM PB600BA is an N-Channel Enhancement Mode Field Effect Transistor, presented in a compact PDFN 2x2S package. This semiconductor component operates with a maximum Drain-Source Voltage (VDS) of 30V and boasts a low On-Resistance (RDS(ON)) of 12mΩ, which enables efficient current handling of up to 9A at 25°C. The device is designed for high-performance applications, featuring a Gate-Source Voltage (VGS) range up to ±20V and capable of pulsed drain currents reaching 27A. Additionally, the PB600BA is Halogen-Free and Lead-Free, making it compliant with RoHS standards. It also supports an Avalanche Current (IAS) of 12.6A and an Avalanche Energy (EAS) of 7.9mJ. With thermal resistance parameters optimized for reliable operation, this transistor is ideal for power management and switching applications in various electronic designs.

    1 Star


  • PCB Business Card NFC Template ivtQ

    PCB Business Card NFC Template ivtQ

    Change History from V1: -Font Bigger for SMD Footprint and IC designators -Confirmed that V1 worked for LED energy harvesting and NFC write/read Forked an amazing PCB business card from Mark Wu and added a SMD footprint and silkscreen art.

    1 Star


  • Urban Moccasin Replicator

    Urban Moccasin Replicator

    Urban Moccasin Replicator – RF Energy-Harvesting BLE Node

    1 Star


  • Energy Meter Reference Design

    Energy Meter Reference Design

    This is an Energy Meter project leveraging an ATTiny85 microcontroller (U1) to sense current through an ACS712 module (U2). It displays the data in real-time on an OLED display (OLED1) and interacts with three buttons (NEXT, MENU, OK). This compact energy meter is suitable for edge computing and low-power Internet of Things (IoT) applications #project #keypad #arduino #attiny85 #ISP #referenceDesign #edge-computing #edgeComputing #microchip #template #reference-design

    &

    13 Comments


  • Energy Meter Reference Design

    Energy Meter Reference Design

    This is an Energy Meter project leveraging an ATTiny85 microcontroller (U1) to sense current through an ACS712 module (U2). It displays the data in real-time on an OLED display (OLED1) and interacts with three buttons (NEXT, MENU, OK). This compact energy meter is suitable for edge computing and low-power Internet of Things (IoT) applications #project #keypad #arduino #attiny85 #ISP #referenceDesign #edge-computing #edgeComputing #microchip #template #reference-design

    1 Comment