olivercrask / Pollutant-Mapping

Map air quality data in Home Assistant
3 stars 0 forks source link

No UARTs for GPS #4

Open olivercrask opened 6 years ago

olivercrask commented 6 years ago

GPS module needs integration but it has no spare UART connections. Cellular and pollution sensor are using up both.

olivercrask commented 6 years ago

Proposed solution for now is connected GPS to arduino and communicate between raspberry pi and arduino over I2C.

robmarkcole commented 6 years ago

I know that your hardware solution is pretty advanced but we might also consider alternative hardware. For example we could swap out the pi for a pycom board. I think it would make a good impression if our hardware looked a bit slick. I've got a spare wipy board you can use

https://pycom.io/product/pytrack/

https://pycom.io/product/lopy4/

olivercrask commented 6 years ago

Funnily enough I contacted pycom yesterday to see if I can get a sample of their sigpy. I've been planning on upgrading to a sigfox device for a while now. Much lower power usage with pretty good coverage.

WiPy only has WiFi right? It'd need some other kind of connectivity.

robmarkcole commented 6 years ago

You need to check sigpy/lowra coverage. I think sigpy is mostly mainland europe

WiPy is wifi only but it would give you a chance to check compatibility with your sensor and decide if this is a route we want to go down?

olivercrask commented 6 years ago

SigFox has good coverage over the UK. Lora only had coverage where users have created gateways and there aren't any around here (near me at least)

olivercrask commented 6 years ago

True, definitely worth testing it with WiPy

robmarkcole commented 6 years ago

OK didn't know about Sigfox. Will bring in my Wipy

olivercrask commented 6 years ago

Though I'm pretty sure it will work, got a contact in Michigan who is already using Lora and an ESP32 based board with the same sensor so compatibility shouldn't be too much of an issue

olivercrask commented 6 years ago

Okay great