Controlling Naze32 based quadcopter from a PC

Post Reply
m3us
Posts: 6
Joined: Thu Mar 06, 2014 6:53 pm

Controlling Naze32 based quadcopter from a PC

Post by m3us »

Hey guys
I was looking into the naze32 boards and was wondering if its possible to control them wireless from the PC(maybe using matlab)
I've been looking at some serial and SPI communication systems
There seems to be

3dr radio telemetry kits and their clones on HK
NRF24LE1 NRF24LU1 2.4G USB Wireless Module on Ebay
APC220 Wireless Communication from ebay and other sites

I cant decide on any of em and would like some suggestions if any.
Thanks

timecop
Posts: 1880
Joined: Fri Sep 02, 2011 4:48 pm

Re: Controlling Naze32 based quadcopter from a PC

Post by timecop »

Use any serial>RF link you have available.
There's MSP_SET_RC (or similar) to set external RC inputs.

m3us
Posts: 6
Joined: Thu Mar 06, 2014 6:53 pm

Re: Controlling Naze32 based quadcopter from a PC

Post by m3us »

Thanks timecop,

I dont have any available atm so ill be buying them
I found these as i said
3dr radio telemetry kits and their clones on HK and APC220
both are about 30USD
are there any alternatives?(or what would you use?)

PS-im going through serial.c ,tryingto understand the code.

Post Reply