Skip to content

karl-mohring/StreetFighter_Sensor_Testbed

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

StreetFighter - Smart Streetlight Testbed

Build badge Arduino badge License

What is it?

StreetFighter is a smart cities sensor platform intended for mounting inside LED street lights. The platform includes sensors to monitor road usage, and can manage street light dimming to adapt the light level to real-time traffic.

Streetfighter installed in LED streetlight

Why the stupid name?

  • The main hardware platform of this project is the Arduino Yun.
  • Yun (Lee) is a character from CAPCOM's Street Fighter franchise.
  • Our sensor platform is intended for road-side deployment in street lights to fight energy waste
  • It made sense to me...

The phrase "quick-start" can be misleading in hardware projects, but here's a list of things you'll need to set up this platform (Full details in the Wiki):

  • Arduino Yun (with 4GB card) or Arduino Leonardo (for the non-logging, non-WiFi version)
  • StreetFighter PCB
  • Traffic sensors (sonar, lidar, PIR)
  • Environmental sensors (temperature, humidity, illuminance, IR temperature, noise)
  • Some kind of long-range network transceiver (XBee socket)

After you get all all that, you just need to populate the PCBs, wire up the sensors, configure the Yun software, build and upload the Arduino-side firmware, power the platform somehow, and then you're golden.

Traffic detection

  • PIR sensor detects generic movements from vehicles, cyslists, and pedestrians
  • Sonar/Lidar counts vehicles over a single lane

Environmental monitoring

  • Ambient temperature
  • Relative humidity
  • Illuminance
  • Ambient noise
  • Road temperature
  • Road flood level

Lamp health and control

  • Luminaire temperature
  • Power consumption
  • Dimming interface

Other

  • Smartphone detection using Wifi and/or Bluetooth
  • Public WiFi AP (if wired connection is provided)
  • Full installation documentation can be found on the Wiki
  • Code documentation is inside the code. No external reference just yet.

This project is licensed under the terms of the GNU General Public License v3.0.

Releases

No releases published

Packages

No packages published