juliomichelle ferrelltteague
Published © Apache-2.0

Bike Swarm

Cyclists will be able to connect seamlessly to form a synchronized swarm of riders to reduce traffic congestion and improving safety.

IntermediateWork in progress16 hours1,783
Bike Swarm

Things used in this project

Hardware components

Wio Node
Seeed Studio Wio Node
×1
Photon
Particle Photon
×1
Grove starter kit plus for Intel Edison
Seeed Studio Grove starter kit plus for Intel Edison
×1
AT&T IoT Starter Kit
This great kit has a NXP FRDM-K64F MCU and an Avnet M14A2A Cellular Shield
×1

Software apps and online services

PubNub Publish/Subscribe API
PubNub Publish/Subscribe API
Google AngularJS

Hand tools and fabrication machines

mbed
Arm mbed

Story

Read more

Schematics

Flow Diagram

Code

Node Red - HTTP Request

JSON
Need to add the following for some requests
 msg.payload = { args: "on"};
 msg.headers = {'content-type':'application/x-www-form-urlencoded'};
 return msg;

Node Red - HTTP Request

JavaScript
msg.headers = {
    'content-type':'application/json',
    'X-M2X-KEY':'xyz123'
};

msg.payload = { "values": [ { "timestamp": "2016-11-18T01:00:00.011Z", "value": "Your data goes here" }] };

Angular Chat

Leveraged existing code base

Credits

julio

julio

6 projects • 34 followers
web dev art linkedin.com/in/multimedia
michelle ferrell

michelle ferrell

1 project • 9 followers
designer | scifi lover | curious about UI/UX & web dev | fitness |
tteague

tteague

10 projects • 57 followers

Comments