Vedder's Nunchuk RF

chaka

1 kW
Joined
Jul 2, 2015
Messages
303
Location
New Mexico
We have some Nunchuck-RF PCB's in fabrication, should have them a week from now. I'll do my best to document everything during assembly and create a build guide. The Nunchuck has a 2 layer PCB and is a fairly simple build, a good project for someone new to smd with intermediate soldering skills.

The Nunchuk RF is a great piece of hardware, it provides a great platform for customizing the VESC with user programming, adding extra features to our builds.

Hardware: https://github.com/vedderb/nunchuk_rf_hw

Firmware: https://github.com/vedderb/nunchuk_mod

PCB's on OshPark: https://oshpark.com/shared_projects/GKeNqY7y

Tri Wing Screwdriver: https://www.google.com/search?q=tri...Ewjw7bHbtr3JAhXFLogKHcyaAHwQ_AUIBigA&dpr=1.09

Don't forget to send a little support to Ben for sharing this great project! http://vedder.se/2015/08/vesc-writing-custom-applications/#more-916

caece645192dbd756e5dbe543b9cf2c6639dce22.png
876687caf0a0a0208af2ed85e80d01163c426030.png
 
is this to hack a normal wired nunchuku into wireless?
sorry if it's a stupid question.
 
can it connect to 2 receivers? using one joystick to control 2 skates? like 1tx-2rx connection?

Im trying to build a handheld controller for my electric inline skates and I need one joystick to control both feet together.

would be possible to add this feature? :oops:
 
as far as I know the nRF24L01 cannot connect to multiple receivers, but it can connect to multiple (6 i think) transmitters.
 
i think your answer is in this post on the nordic devzone

https://devzone.nordicsemi.com/question/21087/nrf24l01-multi-transmit-1tx-multiple-rx/
 
Ryuudan said:
can it connect to 2 receivers? using one joystick to control 2 skates? like 1tx-2rx connection?

Im trying to build a handheld controller for my electric inline skates and I need one joystick to control both feet together.

would be possible to add this feature? :oops:

That should be possible with some minor modifications to the code.
 
Does this use the original Kama receiver to interface with the VESC?
 
chaka said:
No, it uses the widely available nrf24l01

Ah, cool. I guess that's app_nrf in the bldc code.

Wonder if I can fit one of these in the wired version of the Kama I bought by accident :)
 
dec said:
chaka said:
No, it uses the widely available nrf24l01

Ah, cool. I guess that's app_nrf in the bldc code.

Wonder if I can fit one of these in the wired version of the Kama I bought by accident :)

Most people will/can retro fit a wired nunchuck with this PCB. Nyko Kama's and other wireless Wii Nunchucks will be sold out soon since they aren't in production as much as before.
 
Just make sure the you use the latest firmware as it is unstable and can be unsafe, and don't have any of the 2k resistors installed to set the address to 0, then very soon I'll push a git hub update to the code that will search and set the address according to what you have set your vesc address to, this way you can have 2 ppl riding at once with out soldering resistors.
 
jacobbloy said:
Just make sure the you use the latest firmware as it is unstable and can be unsafe, and don't have any of the 2k resistors installed to set the address to 0, then very soon I'll push a git hub update to the code that will search and set the address according to what you have set your vesc address to, this way you can have 2 ppl riding at once with out soldering resistors.

Just to clarify - are you suggesting we should or should not use the latest firmware?
 
Hi Chaka,

I ordered the PCB from OshPark (thanks for providing the files) and currently I'm soldering the parts on it. Have you made any progress regarding a tutorial to get started? I would appreciate any help to get the RF connected to the VESC.
 
Dude said:
Hi Chaka,

I ordered the PCB from OshPark (thanks for providing the files) and currently I'm soldering the parts on it. Have you made any progress regarding a tutorial to get started? I would appreciate any help to get the RF connected to the VESC.

Blasto has been making some headway on a tutorial over on vedders website. We'll push that info over here too. http://vedder.se/forums/viewtopic.php?f=15&t=75
 
Back
Top