Close
0%
0%

Pole Mounted Bus Tracker

The goal is to make an outdoor rated battery powered display that pulls data over cellular and can semi-permanently mount on a pole

Public Chat
Similar projects worth following
The ultimate goal is get more bus trackers at each stop to make public transportation better. In Chicago there are some displays are larger bus sheds but there is not any on neighborhood routes. People with internet enabled phones can use the tracking app but it's this doesn't help people without internet plans, and tourists.

The first prototype will be design for a person to build and attached a pole mounted bus tracker to their local bus station to make it easier to predict bus arrivals. Since the device will be mounted outdoors and active all the time, other users of the bus stop will benefit from the initial installation. The installer will be responsible to maintenance and charging so there is not a central authority who has to make sure everything is working properly.

The second iteration will focus on a larger scale install and less individual maintenance. Switching from cellular to LORA/BLE and adding solar cells.

The first iteration of this project will be a rechargeable cellular module with an E-ink display for the purpose of showing bus arrival times at a specific spot. This device will be mounted outside to or near a bus stop.  This requires it to be weather-proof, work outside of wifi range, tamper resistant, and last long enough that the installer isn't burden by charging cycles.  Since I do not want to have to deal with the complexity of solar panels on the first try, this version will be charged via a common 5V usb battery pack. 

  • 1 × Waveshare 2.13" E-ink 250x122, 2.13inch E-Ink raw display panel SKU: 12672
  • 1 × Adafruit Feather 32u4 FONA Cellular module PRODUCT ID: 3027
  • 1 × Li-Po Battery Battery size TBD
  • 1 × Hologram Sim Card Cellular Data Provider
  • 1 × 3D Printed Enclosure In-progress

View all 9 components

  • Electronics Selection

    Andrew Sowa04/29/2018 at 21:28 0 comments

    The first thing to do on the electronics side is too get a proof of concept working.  This is important to confirm that the idea is viable and figure out if any parts will drive the enclosure design. I can do this based on general ideas of what will work but in this case it will be best to layout what I want to accomplish with this project.  This will help you understand why I chose the parts that I did and give me a checklist to reference during the development process. 

    Project Goals

    • Reproducible
      • This project will be a failure if other people do not replicate this project. Because of this, I must try and make sure parts are available, easy to assemble, or made available by myself. The software must be accessible and everything well documented. 
    • Affordable
      • What is affordable differers from person to person, but the spirit is this goal is to make sure BOM cost is a factor in the design from the beginning.  I would be happy if the first design can be made for $100 or under, in quantities of one. 
    • Durable
      • This device will be be outside and subjected to a variety of weather.  In my city temperatures range from -20C to 40C with a decent amount of rain, sleet, and snow. Ideally the goal is to work from -40C to 50C ambient temperatures and have a IP67 rating.  Starting off I am aiming at 0-30C and IP65 rating. 
    • Low Power
      • Since the first design will only have a battery, a person will be responsible for charging the device will it is still attached to a pole.  This person will likely be using that bus station to get to work so the minimum interval would be 3-4 days.  This would allow them to charge when they go to work in the morning and not have to worry about it during a typical two day work weekend. I would be happy will a week long battery life, but obviously I will try for more if it doesn't add significant cost. Future, large scale designs, will need to be self sustainable, but I will leave that requirement to another version. 

    Wireless Connection

    I want to use cellular data on this project, specifically Hologram, for a couple reasons.  The biggest reason is that I don't think I can rely on WIFI or BLE.  I like very close to my local bus stop but I still can't see my home WIFI network. There is a coffee shop nearby, but not everyone is going to have that convenience. With cellular I know that most people will at least have signal.  

    Hologram is going to be the choice to start mainly because I don't know enough about how Particle differs, they have a free tier, their headquarters is in Chicago, and I know people who work there. 

    I picked the Adafruit Feather 32u4 Fona because Adafruit has a large reach to the community I am targeting.  This could be a custom PCB, but that would take time to develop and make things more complicated to start. I want to test a system right now and the more know working components I can get the faster I can get to testing system level functions. This was also the cheaper option than some of the other modules on the compatibility this here

    Display

    E-ink offers two advantages in this application.  It is easily readable in direct sunlight and only requires power when changing states. They have been being used more often in hobby projects because the cost has come done and they have Arduino library support.  Waveshare seems to be the de-facto brand at this time and should have enough documentation to get everything glued together. I bought a couple of the small sizes and the three color options so I can see which works best. 

    Microprocessor

    I am using the Atmel 32u4 because that's what the Fona board uses and it is Arduino compatible. If/when I make a custom PCB, I will need to think more about optimizing for cost, power, price, etc. but this will work for now.  

    Battery

    I want to work from a battery early in the project...

    Read more »

View project log

Enjoy this project?

Share

Discussions

Similar Projects

Does this project spark your interest?

Become a member to follow this project and never miss any updates