Focbox Unity Bluetooth Module

Is it possible to use a Focbox Unity bluetooth module on a vesc 6?

Has anyone tried this? I have a bad Unity and I imagine the bluetooth module is good and would like to use it on my new board with vesc 6.

Update: I can confirm that it works perfectly, just have to change the baud rate to 250000.

1 Like

Should work… no harm in trying. The bluetooth port in the unity is just like a little uart port. Pretty sure you could just attach a uart cable to the pins on the unity BLE.

This thread may come in handy.

2 Likes

Thank you, gonna test it.

1 Like

Wired it up and is working good! Thank you once again.

1 Like

Nice work dude!

1 Like

Hey guys, sorry to barge in like this but you seem like you may be able to help me. I have a focbox unity that doesn’t work anymore but the bluetooth does and i now have a makerx dv4 and I’d like to adapt the BT module to my new dv4 ESC but the pins aren’t the same and there are some lettering that doesn’t match. Hope you guys can help. Thanks in advance

Makerx has 8 pins : (5v,3.3v,Gnd,A1,rx,tx,A2 and sw)
Unity module has 6 pins:( swd,swc,tx,rx,Gnd and 3.3v)

Where would the swd and swc pins from the module connect to on the dv4 esc?
Is it doable?

You only need v3.3, ground, rx and tx. Connect them to match and change the baud rate 250000. If it doesn’t work, swap tx and rx.