Skip to content

deej-ESP32-Pro

Latest
Compare
Choose a tag to compare
@mohasali mohasali released this 28 May 01:22
· 13 commits to master since this release
de256f5

Features:

  • Upgraded the Arduino code to only send data when needed to help save battery.
  • Added Bluetooth communication.
  • Changed Arduino code so it only sends data when there is a value change to helps save battery.
  • Added a way to smooth the data from potentiometer which helps save battery by sending less data.
  • Added a way to auto search for the port.
  • Added a check to see if the device is connected and what type of connection it is.
  • Added a check to see if the BT device has been disconnected.
  • Changed code so that it only sends data when it is connected.
  • Change code so it sends data through the correct method only which should helps save battery
  • Changed tray.go to use up to date systray
  • Overall improved Arduino code
  • Added button functionality which allows you to emulate a keyboard button, open a file, or run cmd statments.
  • plus all the features of deej v0.9.10