Chat
Welcome to Flux
Treat Flux like your intern. Tell it what you'd like to build and it'll get to work. You can also ask it questions, brainstorm ideas, and teach it your preferences. Learn More
Ready.
Reviews
Pricing & Availability
Distributor | Qty 1 |
|---|---|
Arrow | $9.66–$10.15 |
Digi-Key | $10.70–$13.38 |
LCSC | $29.51 |
Mouser | $11.62 |
Verical | $0.34–$0.88 |
Assets
oshw-logo.svg
oshw-logomicrophone.svg
microphoneflux logo.svg
flux logoTest Asset v4.svg
Test Asset v4ESD_(Susceptible).svg
ESD_(Susceptible)microphone v2.svg
microphone v2ESD_(Susceptible) v2.svg
ESD_(Susceptible) v2AvocAudio v1.svg
AvocAudio v1DefaultAvocAudio 24 V1.svg
AvocAudio 24 V1Controls
Welcome 👋
Flux helps you build PCBs faster with an AI teammate!
Create your account to collaborate, stay updated, fork your own version, and get instant answers from our AI agent.
collinsemasi
copilot
- Microcontroller: Raspberry Pi RP2040 serves as the core processing unit.
- Connectivity: The board integrates a LoRa-E5 LoRaWAN Transceiver Module for long-range wireless communication.
- Data Storage: It includes an SD card slot for local data storage.
- Power: Designed to run on solar power or a lithium-ion battery, providing flexibility in power sources and ensuring efficient energy use.
Major Modules and Components Power Management- Power Nets: Includes nets such as
Microcontroller and Associated Components+3V3,VUSB,VBAT, andVSOLARfor managing different voltage levels and power sources.- RP2040 Module1 (RP2040): Handles processing with multiple GPIO pins connected to different components such as sensors, SD card, and LoRa module.
LoRaWAN Module- LoRa-E5 (U6): Wireless transceiver module for LoRaWAN communication. Key connections are
Sensors and PeripheralsLORA_RX,LORA_TX, andLORA_NRST, facilitating data transmission and control signals.- Temperature and Humidity Sensor (DHT11 or DHT22): Connected for environmental data collection.
- Microphone (MK1): For collecting audio data, connected via pins like
- SD Card Interface (J1): For local data storage, connected through various GPIO pins.
Key ConnectionsWS,SELECT,BCLK,VDD, andDATA_OUT.-
Power Connections:
- Connect
- Connect
- Connect
- Connect
-
LoRa Module (U6):
- Connect
- Connect
- Connect
-
Microphone (MK1):
- Connect
- Connect
- Connect
-
SD Card (J1):
- Connect
- Connect
- Connect
- Connect
Additional Notes and ConstraintsC20:P1to+3V3:P1MK1:VDDto+3V3C20:P2toGNDRP2040:GNDtoGNDRP2040:GPIO0toLORA_RXRP2040:GPIO1toLORA_TXRP2040:GPIO12toLORA_NRSTRP2040:GPIO10toMIC_SDARP2040:GPIO18toMIC_WSMK1:VDDandMK1:GNDfor power and groundRP2040:GPIO18toSD_CMDRP2040:GPIO19toSD_DATA0RP2040:GPIO21toSD_DATA2RP2040:GPIO22toSD_DATA3- The project has several design constraints and layout notes to ensure proper functionality:
- C11 Capacitors: Should be placed close to pin 45 of the RP2040 to minimize noise.
- RF Filter Capacitors (C27): Should be closest to the microphone to filter out unwanted frequencies.
- One-Wire Protocol: Relies on a pull-up resistor when not actively transmitting. Essential for some of the sensor communication.
Final Thoughts