DIY Waterproof remote

Regarding DIY controllers
Cannot find a working controller unit for the E-foil so we need to build our own. (RC remote in a bag is not a great solution. )

We have spent the last months building, designing and programing several controller units. And have some info we want to share. We all need some way of controlling the E-foil. As we see it we have two options that work, a wireless remote or a wired remote.

Requirements for the remote (there may be more)
Waterproof
Acceleration curve to eliminate strain on Gearbox/motor
Dead Manā€™s Switch (DMS) switch that needs to be pressed to achieve propulsion (safety feature)
Rechargeable (if wireless)
Battery indicator for board and controller.

Wierless:
pros:
LOOKS COOLER!
No wire entanglement

cons:
Needs to be recharged
May have sync issues,
Requires more electronics.

Wired:
Pros:
Stable connection
no extra battery required .
The remote can be smaller.
you donā€™t lose the remote.

Cons:
looks ugly
Wire entanglement
requires strong wire/cable.

How to transmit data. From remote to board?
Wire
BT modules, I have used Two HC-05 modules they seem to work ok, but I think the bluefruit modules are simpler to use. Also tested some cheap 2.4ghz modules they did not work very wellā€¦
THROTTLE switches:

Hall effect switches/sensors: they have no moving parts, which gives them long life. But they are also quite sensitive to noise, /magnetic fields etcā€¦ . I have had some issues with the Thumbweel switch I ordered from RS components, 1. Itā€™s not waterproof did not fulfill its ip67 requirements ( you have to modify it) 2. Some drift in the data it outputs, 3. Sensitive to noise. 4. A bit to short travel to be comfortable to use (too sensitive). 5. Expensive.
But overall it works ok, but not perfect. Biggest advantage with this switch is that it has return springs and is waterproof when modified.

Potentiometer:
They have a very stable signal! There are MANY different types, but they can be a bit troublesome to make waterproof. But with a shaft seal itā€™s not that hard. I will make one with a potentiometer it will be more stable. And I can get a longer travel on the trigger to make it easier to use.
Biggest advantage stable signal, cheap, easily customizable.

Pressure sensitive resistors: not yet tested but a friend of mine said they were quite reliable. Any one tested them yet?

Some of the designs so far:
this i V2 or somting not yet built but uses sliding potentiometer.
image
V5 built and tested works fin but not yet satisfied. Uses thumbwheel witch from RS components. Also DMS button and some LEDS that blink when low battery
image

will post more soon, I am tired of writing. :stuck_out_tongue:

8 Likes

That V5 looks sick!!!

You could had:

  • Helps to stabilize the rider during takeoff,
  • decreases learning curve time,
  • indispensable (at least at the beginning) for riders using a low volume board such as kitefoil boards,
  • and much more :thinking:
1 Like

Iā€™m thinking of using my modified g2tb remote that i have encased in MasterCho Mod and
Waterproofing Electronics to negate the ziplock bag

1 Like

Con: we live in 2017. Nothing should have wires anymore :wink:

1 Like

Yes forget that wire thingā€¦will not be the future:blush:

hi, iā€™m working on an e-foil too with one nuance: i need my remote to communicate through water.
i tried 2gHz: no luck, 75MHz : the technology is too old and too big to repackage. i finally landed on custom made 433 MHz.
Instead of using a potentiometer that requires waterproofing, iā€™m now using linear Hall effect sensors and some magnetsā€¦ It works great!

1 Like

Hello

I seem to be well. Can you tell use more about the linear hall effect and magnet! Where have you buy it?

1 Like

i got them from mouser electronics.
i tried both SS496A1 and SS495A1, the only difference is the strength of the magnetic field needed.
Magnets are from a hobby store.

for the remote iā€™m using:
Pro Micro 5V/16MHz Arduino Compatible Microcontroller
Hall effect sensor
Seeedstudio 433MHz Low Cost Transmitter
9v battery instead of 5v to improve range.
coil loaded 1/4 monopole antenna home made
Reed switch to turn on-off through the case
3d printed case.
bunch of magnets

For the receiver:
Pro Micro 5V/16MHz Arduino Compatible Microcontroller
Seeedstudio 433MHz Low Cost Receiver
coil loaded 1/4 wave dipole home made (apparently helps with EM interference)

Iā€™ll release all the drawings, program and part list once i start flying !

3 Likes

So you got your hall sensor completely in your waterproof case and just the Magnet touching the water and the magnetic field of it walking through the wall of the case right?

Exactly, and if on top of that you use a reed switch for on / off, you only have 1 seal between the 2 parts of the case to worry about ā€¦

Tested some linear hall effect sensor today, with grate results! the sensor is fixed between two magnets which rotates around the sensor. Simple and smart solution:P
I think this setup is grate! You get the leaver action you want, long travel, and very simple to make waterproof. The signal is also very stable and good. I think it is because the magnetic field between two magnets are quite homogenic and not as easily interfered.

the video is a bit dark so I added a crude CAD drawing, to show how the test was conducted. Now I canā€™t wait to make a new improved remote! It might also be plausible that Lift foils uses this principle?

in the video you can see the setup in action. A bit shaky as I had to hold it with one hand and film with the other :blush:


cheers! will post new remote soon.

3 Likes

Nice work Hiorth. Linear hall effect sensors look good.

Are you ready into a arduino or similar micro and sending via bluetooth to another on the board which generates PWM for ESC?

Iā€™m also building my own, I have an idea to build in a launch/learner control function, i.e full squeeze of trigger when starting and micro can control a fixed speed (which we set), this would help with jerky control when trying to learn. Obviously need to know the required speed etc. that is optimum.

Glen

thank you :slight_smile:
yes sending via bluetooth and using PWM signal.

measures to prevent gearbox failure.:

testing slow acceleration, the videos show a linear acceleration curve. Pressing the button while holding the throttle in. the motor goes from no speed to full speed, the acceleration and deacceleration can easily be changed. added safety feature the button must be pressed for the throttle to work.

Ended up using a different curve and controller when water testing the other day, the test remote in the video has a wire :flushed:

3 Likes

you can also use cheap RF modules ā€¦ very, very cheap (5$ for transmitter and receiver).
one safety function that shouldnā€™t be overlooked is a failsafe. It has to be implemented in the receiver arduino and shuts down if the remote signal is lostā€¦
on mine iā€™m just counting time between signal receivedā€¦ to avoid shutting down for small signal lost, it wait 1 second and then put the ESC at neutral.

Cheap is good, but I think bluetooth is ā€œsaferā€ in terms of interferens with other tramsmitter and so on? Due to the bluetooth protocol

From what i read i think itā€™s also less regulated, 433mhz or 315 have restriction in some countries.
Bluetooth is also less a problem for the antenna side of thingsā€¦
But if you want to transmit through water, you need to go down in frequency ā€¦ 2.4ghz get too much attenuated.

Hi guys. Working also on a remote and thought I would share our approach (although we are in early stages and no CAD drawings yet).

Untested so far.

For the remote:

For the receiver.
Didnā€™t get to work on the interface to the ESP yet. Here I have my biggest question mark:

  • I got a cheap one via Alibaba 200amp label: ā€˜Mysteryā€™.
  • It has a 3wire interface but I have no idea how I can communicate with this thing?

Thatā€™s it quite early stage still waiting from some parts to arrive but will keep you poster as I make progress.
I like the idea of magnet with Hall sensor I think that is a nice workaround to avoid complicated water seals.

you communicate with ESCs the same way as you do with servomotors.
thereā€™s a dedicated arduino library for that called "servo"
you then drive the ESC by sending it an angle. (same as you would for a servomotor)

the 3 wires are: ground and +5v (handy to power the arduino) and the signal wire (usually white) where you send the command.

WOW didnā€™t realize this forum was going to blow up that way. Mat, looks like Iā€™m not the only one with that hall effect sensor idea. It is what Lift did(https://www.liftfoils.com/pages/e-foil-launch). I have a couple on hand right now but buying a few different ones. Im really liking that SS495A. Being high volt input, could allow more resolution. Not sure exactly but cant wait to try it. Im using two Nanos with two nRF24L01. Programmed them for one to be the transmitter and one to be the receiver. Going to be tough to 3d model this unit with a trigger but have some experience with Fusion 360. And a CNC to cut parts. Hoping in the end a good sealing 3d printed model. Here was just the beginning of my project.

WOULD LIKE LINEAR TRIGGER DESIGNS TO PUT INTO THE PROJECT :D. Thank you

3 Likes