Omni motor sailing boat

My AIS receiver arrived. Tested it with USB bit not the pixhawk yet.

Angle sensor for my wind sensor arrived too, it was a little stiff do I immersed it in a vacume chamber with some wd40 to degrease it so it runs smoother.

My multi target avoidance radar arrived


Finished modifying my AIS receiver, I was hoping to figure out what rf modules they are using, but the chips are all ground down.

Cpu is a STM32f103

I modified it to simply the wiring. I don’t need rs232 or rs432 so I soldered a wire to the input of those chips to get a ttl level signal, I also wired a 5v feed in directly bypassing the onboard regulator, it uses less than a watt so its not an issue.




Nice work on the AIS receiver mods. I did something similar on an earlier iteration of my chargers, skipped the whole TTL<>RS232<>TTL pain.

1 Like

What’s this device do?

1 Like

Its a radar rangefinder that gives multiple target ranges its not supported yet but hopefully soon. the idea is to eventually combine it with servo scanning to get 360 coverage.

M8q CAN gps has arrived for testing

First tests if CANBUS looks promising, i would have liked a few more options on the m8q-can firmware but it fine as a test device to see what ap_periph can do

I used one on hall sensors. He showed himself very well.

1 Like

My sensor is a hall sensor, but the grease in it was quite thick so it was resisting rotation.

I have added i2c INA battery monitors to the 18650 backup batteries, one pair runs the servos and pixhawk via the servo rail, The other pair of batteries powers the s4 phone and the pixhawk via the USB 5v rail, so whatever happens the pixhawk it should be the last thing alive.

I am waiting for another 12v UPS for the Bilge pump, it occurred to me if water got in and took main power offline then the pump is the first thing to stop.

1 Like

Good job, maybe a bit off-topic but I had the luck to test a leddar based teraranger tower and it allowed for nice obstacle detection in 8 quadrants with +/- 50 meters range and being solid state and certainly waterproofable.
The code for obstacle avoidance exists to my knowledge however didn’t test it yet, almost sure it works good with rover firmware va I2C.
Cheers

1 Like

I had a look at that sensor. Its essentially 8 directional rangefinders with a controller. Its similar to @ppoirier s POC where he took 8 lidars and connected them in a similar way.

I am planning on something similar just connected differently. So rather than having an arduino controller manage all 8 2m VL53L0X or 12m TF-mini lidars and send that as proximity information to the flight controller via mavlink I am just going to use an arduino to set the addresses on some 4m VL53L1X and let the flight controller manage the sensors directly. they will point every orientation apart from straight ahead where I will have a TF mini for some additional range. so in total I will have 4m lidar in every direction with 12m ahead and 20m rotating radar.

For long range detection that’s what the scanning radar is for. It can scan each orientation giving early warning but less accurate range and direction on obsticals allowing path planning much sooner.

1 Like

First test of the first pair of retractable solar panels.

1 Like

second test after some adjustments

1 Like

Cool thing with solar panels! It is possible to make a tracking mode in general so that the panels are always directed to the sun.

1 Like

I had ideas for tilting the panels up so they could track the sun during the day and act as sails at night. but the sail was a more reliable option.

the plan for retracting the solar panels is that they will retract if the wind gets too high, the boat tilts over too far or its too dark to make any power.

Got my tfmini plus rangefinder for the front of my boat.
I 3d printed a GoPro adapter and used a dual camera mount to mount the lidar under the wind sensors.

to change the sensor to i2c mode i used this arduino sketch.


1 Like

Bluetooth BMS arrived, this combined with the active balancing should let me get every drop of power out of all the cells safely.