oscgonfer
oscgonfer
Apologies, this was rebased onto https://github.com/meshtastic/protobufs/pull/746
Hi @SchrodingersGat, Absolutely, missed that issue. From my perspective (maybe this discussion could be moved to the other issue, I let you decide), at the moment of marking items as...
hi! just checking in with you: has this been solved here https://github.com/inventree/InvenTree/pull/3644?
Hi! I had started doing the same rework to set it all up for our Smartcitizen hackathon next week, but probably best to start working on this on this same...
Hi @hafu, We are doing a [hackathon](https://www.hackster.io/news/fab-lab-barcelona-seeed-studio-hackster-meshtastic-to-collaborate-on-next-gen-smart-citizen-kit-aa63c981164a) next week to integrate a whole bunch of air quality sensors into meshtastic (we are coming from a project called smartcitizen with a...
> > Haven't had much luck yet - it properly detects the sensor, but doesn't grab any measurements. Not sure what's preventing the measurements but will keep testing > >...
> > Hi @hafu, > > We are doing a [hackathon](https://www.hackster.io/news/fab-lab-barcelona-seeed-studio-hackster-meshtastic-to-collaborate-on-next-gen-smart-citizen-kit-aa63c981164a) next week to integrate a whole bunch of air quality sensors into meshtastic (we are coming from a project...
UPDATE: the rootcause is now clear. The way the flash memory management stores the sensor IDs is via a `static cast` of the `SensorType` enum here: https://github.com/fablabbcn/smartcitizen-kit-2x/blob/cf73c8ea1831e253b2822cbd5466a4cd98ab7c85/lib/Sensors/Sensors.h#L79 This was never...
Check https://github.com/fablabbcn/smartcitizen-kit-2x/issues/50 if working on flash issues.
Hi, I focused mostly on environment and air quality metrics, which I believe all have a `has_` defined. I would argue against omitting fields based on sensor values, as any...