You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
Englebert cc280ff8ee Added multiple settings and storing functions 3 years ago
..
AudaCity_data/eff/d1f Added schematic and also README. 3 years ago
AudaCity.aup Added schematic and also README. 3 years ago
README.md Menu Assistance. 3 years ago
bluetooth.mp3 Menu Assistance. 3 years ago
bluetooth.raw Menu Assistance. 3 years ago
pitchdecrease.mp3 Added more buttons for BLE gamepad and with throttle and yaw trim. Todo: add pitch and roll trim and save the settings. 3 years ago
pitchdecrease.raw Added more buttons for BLE gamepad and with throttle and yaw trim. Todo: add pitch and roll trim and save the settings. 3 years ago
pitchincrease.mp3 Added more buttons for BLE gamepad and with throttle and yaw trim. Todo: add pitch and roll trim and save the settings. 3 years ago
pitchincrease.raw Added more buttons for BLE gamepad and with throttle and yaw trim. Todo: add pitch and roll trim and save the settings. 3 years ago
poweroff.mp3 Menu Assistance. 3 years ago
poweroff.raw Menu Assistance. 3 years ago
rccontroller.mp3 Menu Assistance. 3 years ago
rccontroller.raw Added schematic and also README. 3 years ago
reboot.mp3 Menu Assistance. 3 years ago
reboot.raw Menu Assistance. 3 years ago
reset.mp3 Menu Assistance. 3 years ago
reset.raw Menu Assistance. 3 years ago
rfscanners.mp3 Menu Assistance. 3 years ago
rfscanners.raw Menu Assistance. 3 years ago
rfsettings.mp3 Menu Assistance. 3 years ago
rfsettings.raw Menu Assistance. 3 years ago
rolldecrease.mp3 Added more buttons for BLE gamepad and with throttle and yaw trim. Todo: add pitch and roll trim and save the settings. 3 years ago
rolldecrease.raw Added more buttons for BLE gamepad and with throttle and yaw trim. Todo: add pitch and roll trim and save the settings. 3 years ago
rollincrease.mp3 Added more buttons for BLE gamepad and with throttle and yaw trim. Todo: add pitch and roll trim and save the settings. 3 years ago
rollincrease.raw Added more buttons for BLE gamepad and with throttle and yaw trim. Todo: add pitch and roll trim and save the settings. 3 years ago
rxbinding.mp3 Menu Assistance. 3 years ago
rxbinding.raw Menu Assistance. 3 years ago
savesettings.mp3 Menu Assistance. 3 years ago
savesettings.raw Menu Assistance. 3 years ago
stickcalibration.mp3 Menu Assistance. 3 years ago
stickcalibration.raw Menu Assistance. 3 years ago
stickpositions.mp3 Menu Assistance. 3 years ago
stickpositions.raw Menu Assistance. 3 years ago
systemrebooting.mp3 Added schematic and also README. 3 years ago
systemrebooting.raw Added schematic and also README. 3 years ago
systemshuttingdown.mp3 Menu Assistance. 3 years ago
systemshuttingdown.raw Menu Assistance. 3 years ago
throttledecrease.mp3 Added more buttons for BLE gamepad and with throttle and yaw trim. Todo: add pitch and roll trim and save the settings. 3 years ago
throttledecrease.raw Added more buttons for BLE gamepad and with throttle and yaw trim. Todo: add pitch and roll trim and save the settings. 3 years ago
throttleincrease.mp3 Added more buttons for BLE gamepad and with throttle and yaw trim. Todo: add pitch and roll trim and save the settings. 3 years ago
throttleincrease.raw Added more buttons for BLE gamepad and with throttle and yaw trim. Todo: add pitch and roll trim and save the settings. 3 years ago
trims.mp3 Menu Assistance. 3 years ago
trims.raw Menu Assistance. 3 years ago
upload.py Menu Assistance. 3 years ago
welcome.mp3 Menu Assistance. 3 years ago
welcome.raw Menu Assistance. 3 years ago
wifi.mp3 Menu Assistance. 3 years ago
wifi.raw Menu Assistance. 3 years ago
yawdecrease.mp3 Added more buttons for BLE gamepad and with throttle and yaw trim. Todo: add pitch and roll trim and save the settings. 3 years ago
yawdecrease.raw Added more buttons for BLE gamepad and with throttle and yaw trim. Todo: add pitch and roll trim and save the settings. 3 years ago
yawincrease.mp3 Added more buttons for BLE gamepad and with throttle and yaw trim. Todo: add pitch and roll trim and save the settings. 3 years ago
yawincrease.raw Added more buttons for BLE gamepad and with throttle and yaw trim. Todo: add pitch and roll trim and save the settings. 3 years ago

README.md

How to upload

This is to upload sounds to the device. In order to speak correctly. Below is the command to push the files to the M5Core2 once is connected to the device via WiFi.

for i in $(ls *.mp3); do echo "Pushing [$i]...."; ./upload.py http://192.168.1.1/webupload $i; done

How to delete

To delete it is easy: curl -s http://192.168.1.1/erase?filename=the_filename