arnavk-09/climate-sensor-node
A power management and connectivity module featuring a USB-C port, a low-noise voltage regulator, a Wi-Fi/Bluetooth microcontroller (ESP32-C3-MINI), temperature/humidity sensor (SHT40), status LED, reset and mode pushbuttons, and associated passive components integrated onto a multilayer PCB with test points, vias, and custom silkscreen artwork.
- Version
- 1.1.0
- License
- unset
- Stars
- 1
package.json
{
"name": "@tsci/arnavk-09.tsc-board-flux-prompt",
"version": "1.1.0",
"description": "Wi-Fi and Bluetooth indoor temperature and humidity sensor node",
"main": "index.circuit.tsx",
"keywords": [
"tscircuit",
"circuit",
"pcb",
"electronics"
],
"scripts": {
"dev": "tsci dev",
"build": "tsci build",
"snapshot": "tsci snapshot",
"snapshot:update": "tsci snapshot --update",
"start": "tsci dev",
"typecheck": "tsc --noEmit"
},
"devDependencies": {
"@types/react": "^19.2.18",
"tscircuit": "^0.0.2294",
"typescript": "^5.0.0"
},
"author": "arnavk-09"
}