WooDrone is a WooCommerce-powered drone, written in Node.js.
To get it running, you need to get the drone to connect to your WIFI network by running a script on it through telnet to configure WPA.
- Connect to drone's wifi network.
- Run the
script/installscript for wpa2. - Run the
script/connectscript for wpa2. - DO NOT have any extra connections to the drone.
- Run
node app.js. - Finch (or other software to expose local server online) forward the node.js app.
- Update the
order.createdwebhook URL in the WC install if different. - Success.
Once it's connected to your WIFI network, you need to replace the drone_ip var in app.js with the IP the drone is occupying on the network.
You can now run the node app by running node app.js in the app's directory.
- Calibrate before use using
node-ar-droneclient. - AndroidAP IP is
192.168.42.1-254or192.168.43.1-254. - Might need to run NMAP to figure out drone IP…
nap -sn 192.168.43.0/24or Network Discovery app. - After nmap was: 192.168.43.134
- If using local WIFI, check router settings for Drone IP.
