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

dist/index.d.ts

import * as react from 'react';

/**
 * USB-C powered indoor temperature/humidity node.
 *
 * ESP32-C3-MINI-1 provides 2.4 GHz Wi-Fi and Bluetooth LE. The SHT40 is
 * placed on a thermally isolated tongue, away from the regulator and radio.
 * USB D+/D- are available for firmware loading and protected by U3.
 */
declare const _default: () => any;

export { _default as default };