Hoping someone in Open Energy Monitor community can help with this, although it’s related, not a direct concern. This goes on a bit, sorry!
I’ve been gifted a box of the oldest (I think) Air Quality Eggs, each one base station (no screen) and sensor egg. I’d like to try and get them going and use for a local project and send the readings to emon further along the project.
So far, I’ve powered one of them up and plugged in the ethernet cable to to the base station. It picks up an address from my DHCP and is pingable, though that seems a tiny bit flaky. It registers in my router as an Arduino 36, whatever that is?
Meanwhile I’ve attached an FTDI cable to the connectors at the far end and tried to get some connectivity via the most current Arduino IDE. The cable registers as genuine but I can’t get any board info from the base station.
My idea is ‘probably’ to modify the sketch (nanode.ino
?) that contains the api URL:
char website[] PROGMEM = "api.cosm.com"
: to something I can use. This seems like the least invasive/radical? I’m assuming that this is the sketch in the base station, but, of course no simple way to verify.
Also, the current configurator doesn’t deal with the ethernet old version Egg, I can’t find any code or binaries for the old configurator either.
Another idea is to abandon the supplied base station make a ‘new’ one from a Feather M0 RFM69 with a modified version of the above sketch.
Anyway, slightest bit of help appreciated!