This is a project which goes along with an MPLab Xpress Example
It uses NodeJS to set up web server, and creates a socket connectoin to an MPLab Xpress Evaluation Board with an attached Mikro Elektronika WiFly Click Board. From the web page, you are then able to set a "relay" (this is just an LED for now) perform ADC reads for the on-board potentiometer.
- Need to install the dependancies with
npm install
- Power on your Xpress board and WiFly Click and wait for it to connect to your SSID (~30s?)
- Run the NodeJS Server with
npm run start
- Visit http://localhost/1337