- Change into the directory you want to build
- Run
conan build . -pr lpc4078 -s build_type=MinSizeRel -b missing -c tools.build:jobs=1
- Change into
build/lpc4078/Debug
directory - Change FILE and SERIALPORT with correct values then run
Windows:
MAC: Linux:
nxpprog --control --binary="lpc4078_**FILE**.elf.bin" --device="COM**SERIALPORT**"
If this doesn't work then look here for updated instructions: https://libhal.github.io/2.2/
- Connect the safe black battery to the antenna on the pole.
- Plug in the Ryobi Battery to the arm
- If the TP-Link_FC30 (wireless access point on the arm) isn't getting power through the Ryobi battery then we will need to plug it into a power bank instead
- Ensure the esp is configured to connect to the tplink and your local computers server
- Goto your network settings
- Click on the TP-Link's network settings and edit them
- Where it says anything about DHCP, disable this and set it to manual mode. This will let you set your static IP address
- Set your Static IP address to 192.168.0.211
- Set your subnet Mask to 255.255.255.0
- Set your DNS to 192.168.0.1
- Set your GateWay to 192.168.0.1
- Leave routes blank for linux
- If you need to know, the network is a /24 network which means you have an 8 bit network which means 255 (3 less then this) can be connected
- Run the Following Commands
cd joystick-serial-prototype-2022 npm run start cd server npm run start
If this doesn't work then look here for updated instructions: https://github.com/SJSURoboticsTeam/joystick-serial-prototype-2022
- Copy the backend URL
- Paste it in the textbox that holds the localhost of the current port its running on
- Click connect