Roman's Posts (10)

Sort by

Hello

wr703n.jpg?width=750

I found that lot of people discovered this new feature of the wr703n flashed under openwrt : It is able to stream an USB webcam (soon a Gopro using an easycap) and also to make a bridge between a serial interface (USB according to CDC driver or 3.3V TTL).

see : http://www.diydrones.com/profiles/blogs/hacking-a-rc-helicopter-for-wifi-router-control

Here is the tutorial (3 parts + 1 part unbricking ;) ) on Openpilot Forum : http://forums.openpilot.org/blog/52-fertitos-blog/

So I started a TUTORIAL to help those that would like to add this feature on theyre drone and start developping new sensors :

I'ld like to work on a laser line avoidance system using the webcam :

scan.JPG

If you have question... ;)

Read more…

Yet another Frsky Android project (IOIO inside ;) )

Hello,

.2012.03.16-14.56.24_m.jpg

here is the last project I'm working on. I'm trying to build myself my own RC transmitter with my android phone (geeksphone zero) as configurator.

I first try to get a working ppm out of my custom IOIO board, but it was not working very well :

http://vimeo.com/34435171

So I decided to add another chip (pic18f46j50) to my IOIO to generate a nice PPM signal.

After that I used nearly the same board to catch Accelerometer, gyroscope, barometric pressure and temperature (ms5607) and GPS and to send it in the Frsky receiver, and plugged the frsky transmitter to the IOIO board.

.IMG_20120209_123627_2_m.jpg

So I'm able to retrieve the data sent according to the frsky protocol and data from my custom hub and display it on a custom android app :

.2012.03.16-14.49.15_m.jpgNow I'm planing on remaking a complete pcb including the IOIO chip and my ppm chip, potentiometer, switchs, ...

and a prototype of my new radio...

Read more…

.foil_nid2_m.jpgHello,

Some time ago I fell on this :

http://www.diydrones.com/forum/topics/printed-wing-concept

3689429542?profile=original

that was the spark that ignite everything in my head.

I'm doing kitesurf and kitefoil and we can't reach excessive speed (over 24 kots) due to fast stabilisation problem.

In the water the small pressure differential can have enormous effect, which make you fall every time.

 

So I first started doing a fast IMU for my wing and now I'm trying to print it ;)

we do not have any problem of weight, the wing is lifting lot for a small surface.

Here is the pictures of my firts printing attempts ... on a mendel prusa ;)

.SNC01203_2_m.jpg

.SNC01202_2_m.jpg

will try to talk later on the IMU ;)

Read more…

gs5.JPGHello,

here is the last news of my development.

 

I received my small 5dof imu, some new sample of the last 24bits integrated pressure sensor from intersema MS5706, I plug everything on my RC receiver and telemetry transmitter and look at what will work... Surprisingly .. everything...

 

I check the range out of my telemetry board with just a crap antenna, and it is far from being good, less than 100m...

waiting for other antenna to make other check, I must have mistaken something...

 

beside that I bought one of those ultra-cheap android tablet and started to look what can be done and how...

there is only a dirty wifi module, no bluetooth, a crapy 30pin ipod style dongle that give 2 usb port, 1 rs232 plugged to u-boot and a rj45.

 

So I plugged one of my board on it and try some things...

.IMGP5588_2_m.jpg

 

I First had some bad luck, the software is fully buggy, the tablet is ultra slow, impossible to root it so it is impossible to access the serial port (for writting), but I succesfully was able to read the serial data that come out of my board via USB CDC bridge.

I'm not good either with java, and the emulator works worth than the real tablet... but I did some stuff that seems to work ;)

.IMGP5589_2_m.jpg

 

... to be continued... (I'm waiting for stuffs...)

Read more…

.gs_m.jpg

Hello,

I'm still working on my Interception/Injection board for my Spektrum Dx6i, here is the news :

 

  • the interception is working like a charm, I can monitor all of the 6 channels on the groundstation (the 9 gauge on the left), It can be plugged to usb or over bluetooth.
  • the flying board is (for now) equipped with GPS an a 3 axis accelerometer (gyro is on the way).SNC00776_2_m.jpg
  • both boards have a rfm22 (the same used by OpenLrs), for now only the flying board is transmitting the GPS and the Acc data..SNC00778_2_m.jpg
  • First try developping a quick GroundStation as demonstrator, with horizon, altimeter and speed, Acc Data and even a google map ;) The GS is working on Win32 and Windows mobile, I'm planing on porting it on Android when I'll have an Android.gs1_m.jpg
Still a lot of work and test to do, but on the good way ;)
Read more…

Spektrum Dx6i interception/injection Board

.SNC00750_2_m.jpg
hello,
some time ago I broke my DX6I 2.4ghz transmiter, not the full radio, just the transmiter board... The Power Amplifer went away due to the break of the antenna...
I'm still waiting for another transmitter board, but already made a modification based on the transmitter of a hobbyking radio that accept PPM In as signal to continue flying.
As I was browsing web trying to find a explanation of the serial protocol used by the DX6I motherboard (DX5e has a spi protocol so the transmitter is not compatible), I found this Website : Dx6i Channel expander .
Thanks to him (and the google translator) I figured how was the motherboard acting, and decided to make my own interface with much more functionnality.

The basics features :
* Grab DX6i motherboard serial line and decode it
* Translate the 6 channel into a negative PPM signal

The advanced fetaures :
* Send decoded channel over USB (if connected)
* Send decoded channel over Bluetooth (if connected and usb disconnected), ok I'm not sure that adding Bluetooth inside a 2.4Ghz radio is the idea of the year, but it is funny.
* inject/modify channel from Bluetooth or usb
* Expand Channel Number of the radio
* Grab PPM In and translate it to channel (still lot of work to do here...)

The more advanced fetaures :
* Send all channel in parallel to a rf22 433Mhz transceiver to add Long Range Failsafe (on the receive side a rf22 and a µc is acting like a satellite) (the 433Mhz is the same used on the [OpenLRS|blog.flytron.com/category/openlrs-project|en] project)
* Receive 433Mhz telemetry from the rf22 and send it back to bluetooth/usb
* The board is aslo designed to act as a receiver (lot of correction to do here)


At this time, I made a proto board that seems to work, the USB is not working the way I would like it for now, but on the good way.
I would like to have a composite usb (CDC RS232 + HID joystick), but for now only the CDC is working, the HID don't want to start...
The Bluetooth is working, I can connect it to my smartphone and receive the channels informations :
.IMGP5558_2_m.jpg

dx6i interception/injection board from BARTHELEMY Roman on Vimeo.



The PPM out is working nice as the servo out (x8)

.IMGP5560_2_m.jpg

The RF22 seems to init smoothly, I have to build another board to make them talk each other.

I'll soon be able to play to my PSX emulator using my DX6i ;)
Read more…
http://www.vimeo.com/13185002
Here is a project I've been working with for several days,
and after 2 bluetooth modules and a Corona 2.4ghz exploded, I finally get the connection between my smartphone and a microchip pic plugged with a bluetooth module.

As my Corona transmitter died I used my Spektrum DX6i as transmitter via the trainer port.

The video show the man a little shakky, this is because I'm only sending commands at 5Hz for start, I'll try to obtain a minimum of 10Hz latter.

The movement I'm doing at start is to give the software the boundary of the accelerator module.

;)

Read more…

EZ430-Chronos as Telemetry system

EZ430-Chronos.png


Hello,
Some month ago TI developped a watch based on there super low current 430 ic,
in it you can find a µc, a triple axis accelerometer, a pressure sensor, and a 868Mhz RF chip with antenna.
they also give the sdk for cooking custom apps...

http://processors.wiki.ti.com/index.php?title=EZ430-Chronos


And all of this is sold ... 50$...


Pretty cool, except that I had to wait 3 month to have one...


Maybe I'm not the first to do this, but I added a variometer function to the altimeter module and to the RF module to be able to send the vario Data to the computer ;)

.SNC00318_m.jpg

.SNC00319_m.jpg

I'll try to make a video of this ;)



Read more…

Paradrone : a paraglider drone

Hello,
here is my project : an autonomous in thermal drone.
No motor, able to use the only thermal energy to climb.
I started this project 2 month ago, I did the first glider prototype and pod:

.micro_s.jpg

.IMGP1413_m.jpg

.IMGP1420_m.jpg


.SNC00141_m.jpg

And did my first try with non-autonomous flight :



http://www.vimeo.com/11080324
and
http://www.vimeo.com/11080324

Now the pod has cam and 2.4ghz emitter and I finished my interface computer->DX6i in order to drive everything...

next to come.
;)
Read more…