jslawless / POPSICL

POPSICL - Probing Over the Physics' Institutions Systematic Cooling Liability
3 stars 0 forks source link

Implement InFluxDB Publishing into Microcontroller Code #2

Open lawrenceleejr opened 1 year ago

lawrenceleejr commented 1 year ago

Here's an example of writing out to an InFluxDB instance in MicroPython via the HTTP posting system that InFlux offers. https://forums.raspberrypi.com/viewtopic.php?t=344667

lawrenceleejr commented 1 year ago

@jslawless said he'd take the lead on implementing this into the Micro/Circuit/whatever python we end up using for the RPi Pico W software.

lawrenceleejr commented 1 year ago

And @dmontello is working on the wifi interface in the microcontroller code. Also, btw the way, let's start getting the code into this repository so we can actually start collaborating on it! @Jmgou can you kick that off by committing your starter working code so that @dmontello and @jslawless can add these functionalities to it?

dmontello commented 1 year ago

Under my branch I have inside some comments some ideas I got from other sources about accessing the influxDB from the pico and posting to it. It should be in the Clim_Sensor file. @jslawless let me know when you have an address for us to test out B)