DIY Trigger Style Remote with Telemetry - Complete Guide

interestingly receivers with antenna has no issues for me and having at least one side with antenna is a big boost for signal. so, remote without antenna and receiver with antenna is good enough. i never tried this module so far http://www.ebyte.com/en/product-view-news.aspx?id=113 it seems to be giving the freedom to choose between with or without antenna. its just abit longer(25mm) than their products. i might give it a go in the future see how it does in practice.

IMG20181124020223 I rigged up a little bootloader flashing jig, takes a bit of wriggling to get the pins to contact properly on the pads but I did manage to reflash another two feathers.

Really no idea why these feather boards are so problematic to work with…

1 Like

ive seen people use other arduinos as their programmer is that not possible?

Yes that’s called ArduinoISP I think. Possible, but I had the USBasp stick so it’s just easier…

1 Like

Could anyone build one of these for me? I would be willing to pay.

I showed up this Sensor… I use it in my FeatherRemote and it works great. Range goes from 790 to 275. Good range on 3.3v

That’s about range I am getting too for the 3.3V hall sensor.

IMG20181124180301

Rode 25km with the new remote without any issue… now to wait for the better 3D print from my friend…

2 Likes

Looks cool! I would love to put my code into this thing :wink:

1 Like

Sure why not… My code is super outdated now… Still works so I haven’t bothered to change it…

1 Like

IMG20181124144213

IMG20181124144218

I am hoping to get rid of the LC filter and cap that I currently use to clean up the 5v from the ESC. So I incorporated some of it to the new Rx PCB.

One big caveat… I don’t really know if I am doing this right… But so far it seems to connect so that’s a good step.

3 Likes

Any luck getting @Ackmaniac’s software to work with telemetry ?

Was planning to give it a go soon… No idea if it works for now

1 Like

IMG20181201022404

Building my second remote for a friend… Damn this is so much easier than the old version! I was done with the main PCB soldering in about an hour…

IMG20181201020213 This time I laid the NRF module flat against the PCB… Previously it was lifted by the pin holder plastic things. What I didn’t realise was the antenna plug would make it too thick to fit properly into the remote… Laying it flat should do the trick.

Any idea when you will release the new version? :smile:

Few more changes to the design and I should be all good

2 Likes

IMG20181204205109

Latest version uses M3 screws to reinforce the weak parts

4 Likes

Capacitor array seems to work, I can do without the external LC filter it seems…

Telemetry also works with the latest VESC firmware (Ackmanics not tested)…

1 Like

IMG20181206130218

Sent these for print only to change the design after… Now have to reprint the new design… Groan…

BTW the new version with the M3 screws has been tested… So far so good…

5 Likes

IMG20181207180453

Close up look at the use of the m3 screws to beef things up…

2 Likes

@ervinelin Thanks for the guide and the parts! Mine’s finally, finally done. Made some mods:

  • 128x64 screen instead of 128x32
  • Pot from junk rc remote control instead of hall sensor
  • Arduino Fio I had lying around
  • Screen orientation is different for both left and right hand usage
  • Shape is different, the flatter shape lets you hold it with wrist guards comfortably

Also changed the code around a bit, each packet transmission is done with timer ISR at ~50ms intervals now.

DSC_0738 DSC_0739 DSC_0741

10 Likes