-
Download Lubuntu 16.04: https://ubuntu-pi-flavour-maker.org/download/
-
Configuration with first boot with HDMI:
raspi-config
Enable ssh, disable GUI
- Delete GUI:
sudo apt purge --remove lubuntu-*; sudo apt autoremove -y
- Enable UART. Add to /boot/config.txt:
enable_uart=1
core_freq=250
dtoverlay=pi3-disable-bt
Delete in /boot/cmdline.txt:
console=serial0,115200
- WiFi AP setup:
./rPi3-ap-setup.sh
-
ROS install:
http://wiki.ros.org/kinetic/Installation/Ubuntu
http://wiki.ros.org/ROS/Tutorials/InstallingandConfiguringROSEnvironment -
Install IPFS:
git clone https://github.com/claudiobizzotto/ipfs-rpi.git
- Install cjdns and NodeJS:
https://github.com/cjdelisle/cjdns/blob/master/doc/install/ubuntu-16.04.md
curl -sL https://deb.nodesource.com/setup_8.x | sudo -E bash -
sudo apt-get install -y nodejs
git clone https://github.com/cjdelisle/cjdns.git
NO_TEST=1 Seccomp_NO=1 ./do
Add peer to cjdroute.conf.
- Drone Employee air pollution sensors installation:
cd ~/catkin_ws/src
git clone https://github.com/tuuzdu/DJI-Air-pollution-sensors-project
git submdule init
git submodule update
pip install pyserial ipfsapi
Build dji_sdk:
http://wiki.ros.org/dji_sdk/Tutorials/Getting%20Started