Skip to content

Releases: Kgray44/DIY_Arduino_E-Scooter

V2.1

07 Jun 14:23
f38d782
Compare
Choose a tag to compare

Majorly updated version!

I have made constant adjustments since the last release version, to improve my scooter's functioning. I currently don't have any lights at all (although I hope to set those up), so I can't attest to them working perfectly.

I have made major improvements in controlling the motor though (throttle adjustments), including it being smoother, easier to go slow, and adding a throttle limit!
I also have made major improvements to the WiFi, including a system that first attempts to connect to saved networks, then tries having you connect using its AP, and then trying ESPTouch.
Also have added a feature that allows the scooter to be programmed wirelessly, and to be reprogrammed immediately, even on boot up.
Also added faster display updating, to prevent lag and flashing.

Full Changelog: V1.5...V2.1

V1.5

06 Jul 20:21
d6fb2dd
Compare
Choose a tag to compare

Added V5 code; includes new code tab specifically for everything WiFi related! I also added the capability of measuring current using DFRobot's current sensor. At the moment, the current is only printed in the serial monitor, but you can have it be displayed on the screen also, with the variable "current" and/or "watts"!

V1.4

21 Jun 13:05
d2557bb
Compare
Choose a tag to compare

Some new WiFi additions! Also includes much better throttle control.

V1.3

19 Jun 13:46
578fc48
Compare
Choose a tag to compare

Newest version! Includes 4 versions of the code including the most updated.

V1.2

07 Jun 13:29
6c6d2b0
Compare
Choose a tag to compare

Added the missing "thingProperties.h" file!

V1.1

06 Jun 13:22
ae3501f
Compare
Choose a tag to compare

Includes two versions of the main code, along with all supporting libraries!