-
Notifications
You must be signed in to change notification settings - Fork 199
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Adding support for electric skateboard #29
Comments
Hi, if it has telemetry that's a 2-way protocol, I'd need both the
transmitter and the receiver.
|
https://github.com/shusain/eskatecontroller |
Thanks for the repo link, the evolve gt doesn't use a pwm input as far as I know, it uses SPI direct to the nrf module, the reason for doing the reverse engineer is to make a new remote using better developed code or replace the devolved esc with a vesc sink keep the remote. @goebish could you email me your location and some information and I will get a board and remote to u while your working on this and we will work some thing out for your help! |
Gotcha yeah just made the PCB to connect the nrf and used an arduino pro mini 3.3V on as the transmitter and another as the receiver. I use the VESC so wasn't really worried about support for other signal protocols. Nice looking board layout and controller setup so far, I've thought of putting an OLED in mine too but only have a b/w one and only .96" still might be worth it just for some basic Voltage readouts but there are good apps already (metr) for monitoring data the VESC collects (V, amps, temperature, etc.) |
Is there any way that support could be added for an electric skateboard? The evolve gt uses nrf24lo1+ and seems to operate the same as an RC transmitter, it even has telemetry.
Because of the cheap way it was made I wouldn't be supprised if It is using an existing protocol.
Would you need both the board and transmitter to reverse engineer or could you do with just the transmitter? The transmitter has a cheap stc15w4k32s4 chip on it which I think I have seen on some china transmitters. [email protected]
The text was updated successfully, but these errors were encountered: