From 1ad9e7a2c3c67b4781a7f09bb6234160335c16d5 Mon Sep 17 00:00:00 2001 From: JP Stringham Date: Wed, 4 Feb 2026 09:29:12 -0500 Subject: [PATCH] README --- README | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 README diff --git a/README b/README new file mode 100644 index 0000000..45ca28a --- /dev/null +++ b/README @@ -0,0 +1,15 @@ +Starts up the Pico W and has it listen on port 1234 + +Any TCP request will be responded to with 4 `u16`(16 bytes) adc raw reads in the order: + +1. Internal Temp Sensor +2. GPIO 26 +3. GPIO 27 +4. GPIO 28 + +While this can be configured with any external hardware, the current setup is: + +- LM4040 3V ref across `ADC_VREF` and `GND` +- GPIO 28 is tied to GND +- GPIO 27 is tied to 3V +- GPIO 26 is read via a voltage divider of 22.3k / 3.3k \ No newline at end of file