Universal Advanced VESC Remote Control (Photon) - Custom design

Nice alternative, I will add that to my To-Do list, seems like a much compact solution.:+1:

1 Like

Add on…

I suggest you try holding the remote wearing this kind of skateboard gloves with hard plastic pad particularly on the palm. I personally wear them for safety and I guess for most of the guys here too. You have the the design and functions I want it so badly…but the ergonomic design for gloves wearer, how does it function? handle? Safe? comfortable to hold?

I’m currently using the Nano remote. It is very small in size, but the position of the remote on hand while wearing the glove makes the remote position slightly uncomfortable.

Thanks mate!

I flew off my board at the speed of 50++km/h. The glove safe my BOTH my hand.

apologize if i drifted topic… this the the best interfacing wireless remote if anyone here can research about.

Whow, just came across that Thing, its wonderful.

any idea when you will officially “release/sell” them ?

I’m interested !!

ps.: on your website it tells that ill get a conformation mail but i do not, am i signed in now ?

Hi, will it be possible to add some kond of pot to the programmable custom button on the remote, in order to controll a hydraulic breaking Servo ?

Cause i have a Magura Brake from Trampa wich i controll with a RC-servo, and i’d like to keep that option.

greets Gernot

http://www.electric-skateboard.builders/t/mmmsb-magura-mad-munkey-servo-brake-yeah/30195

That would be possible. You can use the main throttle pot for that. When the throttle pot is pulled downward, it will apply regenerative braking, at the same time, you can configure one of the GPIO pins on the receiver to read the pot values and use that to control your braking servo. Two birds one stone solution :slight_smile:

1 Like

From where are you actually ?

So the receiver is using the UART port.

would it be possible to use your receiver on UART port of the master VESC and a HM-10 bluetooth module for @Ackmaniac 's Android app on the slave VESC or teh other way round if used in Dual-VESC Setup ?

greets Notger

Yes. I have an NRF24L01 module on my master and a bluetooth module on my slave. works well :slight_smile:

1 Like

Im from USA, and yes as @rpn314 stated, it should work just fine.

That’s great,…any idea when you’ll start selling them and for what price ?

Do you plan to make different enclosures in the future? like Thumb or index-finger trigger enclosure ?

greets

Notger

1 Like

Can you explain to me why Bluetooth wouldn’t be suitable? I’m using hc05 modules for my remote and I’m not sure if I get the rare dropouts because of my code or because of the Bluetooth modules. Considering switching to nrf. Besides, I’m very impressed by your design and it,alongside others, inspired me to make my own crude Arduino nunchuck OLED remote because I wanted to learn how to do this stuff. Thanks!

Thanks. I believe that Bluetooth is more suitable to interface smartphone devices, if i’m not mistaken, it uses a proprietary communication protocol with a predefined baud rate. Not really ideal if you want to do something like frequency hopping and advanced channel selection. I’m glad my work inspired you and I hope to see your project soon :slight_smile:

Perhaps in the future, if the project takes off I will get motivated to spend more time on it. About the selling price, I finished setting up the store, and I think I’m ready to start the first batch. I believe I can get all the necessary parts ready+assembly in about 2-3 weeks, hence I’m starting a Pre-Order batch. For the first batch, remote price should be 109$ + 19$ for receiver. I think 109$ for the remote is a fair price seeing the amount of effort I have put into it, its still cheaper than evolves 120$ remote. Pre-Ordering should open later today or first thing in the morning :relaxed::+1:

4 Likes

preordering,…here in the forum, or via your website ?

that is very cool. great job!

Looks great @Wajdi

There is definitely a market for an advanced remote like this

Like others have mentioned, I’d love to see a trigger version down the road! Keep up the good work

Take money now please. Thanks!!!

Alright, I thought Bluetooth would handle all the connection stuff like hopping itself and I just had to send some serial commands to it. You can see some pictures of the remote in my build thread, however it’s not nearly as complex as yours. I don’t have much real world experience with programming yet so I wanted to keep it simple.