Coder Social home page Coder Social logo

off-grid-communications-node's Introduction

Off Grid Communications Node

This repository holds the Node.js part of an off-grid comminication system that uses Arduinos with HC-12 transceiver modules and is only necessary if a browser interface is desired.

Node.js reads and writes messages to and from the serial port using the node-serialport module and communicates with a browser via socket.io events.

The file index.html is almost exactly copied from the socket.io Getting Started example, index.js is also based off that project but adds serial port access. If you're intersted in building this off-grid system and have not used socket.io the best place to begin is to build the Gettin Started chat program on the web site https://socket.io/.

Run listports.js to get a list of all serial ports:

$ node listports.js

In my case the list looks like this:

/dev/cu.Bluetooth-Incoming-Port
/dev/cu.PharosBTGPSII-DevB
/dev/cu.usbmodemFA241

The last one in the list is my Uno, so I pass it to index.js:

node index.js /dev/cu.usbmodemFA241

I open a browser to loclahost port 3000 and see:

listening on *:3000
port open. Data rate: 9600
Starting Arduino
a user connected

Browser-Screen

off-grid-communications-node's People

Contributors

richhowley avatar

Stargazers

Johannes avatar jin avatar

Watchers

 avatar

off-grid-communications-node's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.