OreCart / OreCart-Hardware

OreCart's hardware repository
Apache License 2.0
2 stars 0 forks source link

Hardware: Decide upon chosen hardware; microcontroller vs. device on shuttle #2

Closed doriangc closed 9 months ago

doriangc commented 9 months ago

This one should definitely be a group decision, so anyone who wants to contribute to the hardware, feel free to assign to yourself.

Addressing LoRA vs. LTE-M This will depend on whether we are able to achieve the desired range with LoRa. At the moment, it seems LoRa may not be able to deliver on required range due to terrain blockage on the route.

This is a radio path study between Brown building and Jeffco Government Center (terrain-only, no buildings). It's looking a bit tight, especially considering the distance.

Antenna would need to be placed at a height of 145m above ground level (at location of Brown) to guarantee line-of-sight. We don't necessarily need line-of-sight, but terrain does definitely affect range.

LTE-M is an LTE standard designed specifically for IoT devices. LTE-M data plans are fairly cheap (much cheaper than normal LTE plans), so we may just want to go with that. Example from AT&T, unlimited plan.

There a few options I can think of (feel free to add if you can think of more viable ones). We could also start with either a prebuilt or semi-prebuilt dev kit and then progress from there.

A fully pre-built LTE+GPS device (like a cheap smartphone or other widely available hardware):

Advantages:

Disadvantages:

Potential candidates:

A pre-built microcontroller boards with "expansion" boards

Advantages

Disadvantages

Potential candidates:

A fully-custom circuit board

Advantages

Disadvantages

Potential candidates:

doriangc commented 9 months ago

The hardware has been finalized.

An RP2040 will be used along with an SIM7080G.

For development, a Raspberry Pi Pico WH will be used along with the Waveshare SIM7080G dev board (https://www.waveshare.com/pico-sim7080g-cat-m-nb-iot.htm).