6502.org Forum  Projects  Code  Documents  Tools  Forum
It is currently Sat Nov 23, 2024 10:51 pm

All times are UTC




Post new topic Reply to topic  [ 13 posts ] 
Author Message
 Post subject: I want MY drones.
PostPosted: Fri Jun 15, 2012 9:06 am 
Offline

Joined: Mon Mar 02, 2009 7:27 pm
Posts: 3258
Location: NC, USA
I WANT: RF transmission/reception. I have it in LINX modules.
I WANT: Motion sensors.
I WANT: Audio to be recorded, when motion sensors triggered. Instantaneous transmission, coded.
I WANT: Video snapshots.
I WANT: 6502 controlled system to be assured 'system' is working according to MY spec's, at all times.
I WANT: The Master to tell me within 1000' of my home, on my way home from work, how many triggers there were, with the option to receive recorded data.
I WANT: To know how many 'drones'. In order to know which ones are mine, and which ones are the enemies.
I WANT: A rechargeable battery power supply, with trickle charger solar panel for probes/drones.
I WANT: The option for self destruct, but we won't go there.

_________________
65Org16:https://github.com/ElEctric-EyE/verilog-6502


Top
 Profile  
Reply with quote  
 Post subject: Re: I want MY drones.
PostPosted: Fri Jun 15, 2012 5:37 pm 
Offline
User avatar

Joined: Mon Aug 08, 2011 2:48 pm
Posts: 808
Location: Croatia
:?


Top
 Profile  
Reply with quote  
 Post subject: Re: I want MY drones.
PostPosted: Fri Jun 15, 2012 6:55 pm 
Offline

Joined: Fri Jun 27, 2003 8:12 am
Posts: 618
Location: Meadowbrook
1. Lee and Garth and Daryl have I2C and PS2 and other comm circuits for your perusal and enjoyment. Use them, know them, love them.
2. Sparkfun and dangerous prototypes have tiny such additions that use the protocols listed above.
3. Repeat. Wash. rinse.

_________________
"My biggest dream in life? Building black plywood Habitrails"


Top
 Profile  
Reply with quote  
 Post subject: Re: I want MY drones.
PostPosted: Fri Jun 15, 2012 10:33 pm 
Offline
User avatar

Joined: Mon Aug 08, 2011 2:48 pm
Posts: 808
Location: Croatia
Hmm...
Just the other day i was thinking how i could build a remote controlled vehicle using a Raspberry PI, assuming i get my hands on one. Wifi would be a good way to control it, and stream audio and video.
A 6502 or 1802 co processor could be useful since it has only 8 gpio pins, and as a watchdog if the os crashes...


Top
 Profile  
Reply with quote  
 Post subject: Re: I want MY drones.
PostPosted: Sat Jun 16, 2012 12:44 am 
Offline

Joined: Mon Mar 02, 2009 7:27 pm
Posts: 3258
Location: NC, USA
Dajgoro wrote:
:?

I know. I was in rare form at time of the post. Wrong presentation, and I apologize for the confusion. But my ideas are still there and I plan experimenting on a side project soon.

Nightmaretony wrote:
1. Lee and Garth and Daryl have I2C and PS2 and other comm circuits for your perusal and enjoyment. Use them, know them, love them.
2. Sparkfun and dangerous prototypes have tiny such additions that use the protocols listed above.
3. Repeat. Wash. rinse.

For my drones, with the motion sensors and audio recorders/transmitters receivers, I would like to have the QFP WDC65C02 in control. EEPROMs are too big. I will need to experiment with serial loading from FLASH to SRAM on startup. These other sensors, especially the video from Sparkfun are reasonable.

_________________
65Org16:https://github.com/ElEctric-EyE/verilog-6502


Top
 Profile  
Reply with quote  
 Post subject: Re: I want MY drones.
PostPosted: Sat Jun 16, 2012 1:21 am 
Offline
User avatar

Joined: Mon Aug 08, 2011 2:48 pm
Posts: 808
Location: Croatia
ElEctric_EyE wrote:
Dajgoro wrote:
:?

I know. I was in rare form at time of the post. Wrong presentation, and I apologize for the confusion. But my ideas are still there and I plan experimenting on a side project soon.


Haha, looool :D

Kinda weird we got struck with similar ideas at the same time, well last week i was browsing ebay, when i found some camera modules, and then i was thinking how could i read them with a 6502, and the only solution is to use programmable logic to do the work. And then i remembered a forgotten project from high school, where i made a copper chassis with 4 dc motors and my netbook on top. The idea was to be a wireless controlled vehicle, and it kinda worked, it was just that the wheels were taken from some toys and they didn't fit right, so they kept falling of, and the laptop was too heavy, so it wouldn't move until i pushed it... The project got scrapped, but i still have the dc motors, and the control circuit. So i thought how could i take that camera module and a wifi module, and fit it all together, but doing it all with a 6502 and cpld-s to handle the enormous video stream is kinda hard.
Anyway i was curious about that camera module, and i am still, so i started the "Camera module control logic" topic, but nobody replied...
The better way to make it work is to get a R-Pi and add a 6502 for controlling the motors, sensors, R-Pi watchdog, and an auxiliary radio link, in case it goes out of the wifi range, while the radio link is much slower, it would be cool if it could still stream pictures, but one at the time...
I also had this idea that if i get to build it, i could put it in a box and ship it to somebody and explore that person's town/surrounding...
But i won't get any R-Pies soon...

Edit: About rare forms, my fried was in a rare form the other day, when he was trying to convince me that we should start manufacturing industrial cnc machines and sell them...


Top
 Profile  
Reply with quote  
 Post subject: Re: I want MY drones.
PostPosted: Sat Jun 16, 2012 8:52 pm 
Offline
User avatar

Joined: Mon Aug 08, 2011 2:48 pm
Posts: 808
Location: Croatia
What do you plan to do with them anyway?


Top
 Profile  
Reply with quote  
 Post subject: Re: I want MY drones.
PostPosted: Sun Jun 17, 2012 12:56 am 
Offline

Joined: Mon Mar 02, 2009 7:27 pm
Posts: 3258
Location: NC, USA
Dajgoro wrote:
What do you plan to do with them anyway?

Deploy them. But they must be resistant to the effects of outside weather conditions. All seasons. They must be able to be charged by a small solar cell...
This is the LINX receiver module I have my eye on. Each 'drone' module will have a RF transmitter as well as a receiver to control transmitter frequency and other options, as real time situations demand.

_________________
65Org16:https://github.com/ElEctric-EyE/verilog-6502


Top
 Profile  
Reply with quote  
 Post subject: Re: I want MY drones.
PostPosted: Sun Jun 17, 2012 1:43 am 
Offline
User avatar

Joined: Mon Aug 08, 2011 2:48 pm
Posts: 808
Location: Croatia
ElEctric_EyE wrote:
Dajgoro wrote:
What do you plan to do with them anyway?

Deploy them. But they must be resistant to the effects of outside weather conditions. All seasons. They must be able to be charged by a small solar cell...
This is the LINX receiver module I have my eye on. Each 'drone' module will have a RF transmitter as well as a receiver to control transmitter frequency and other options, as real time situations demand.


But what do they do, what real time situations will they have to handle?


Top
 Profile  
Reply with quote  
 Post subject: Re: I want MY drones.
PostPosted: Sun Jun 17, 2012 4:13 pm 
Offline

Joined: Mon Mar 02, 2009 7:27 pm
Posts: 3258
Location: NC, USA
Mainly audio, but they can go up to 56kbps for digital up to 1000feet.

_________________
65Org16:https://github.com/ElEctric-EyE/verilog-6502


Top
 Profile  
Reply with quote  
 Post subject: Re: I want MY drones.
PostPosted: Sun Jun 17, 2012 8:04 pm 
Offline
User avatar

Joined: Mon Aug 08, 2011 2:48 pm
Posts: 808
Location: Croatia
You mean they are for spying your neighbors?


Top
 Profile  
Reply with quote  
 Post subject: Re: I want MY drones.
PostPosted: Sun Jun 17, 2012 9:30 pm 
Offline

Joined: Mon Mar 02, 2009 7:27 pm
Posts: 3258
Location: NC, USA
No not spying, just making sure my own perimeter is secure. If I was going to spy, I'd use a laser listening device, which is one thing my probe should be able to detect, if someone were using such a device on my house. A regular camera module should be able to see an infrared beam, at night at least. A snapshot an hr at random times after dark might be a good scheme.

All this may seem paranoid to the extreme, but it's more of just an experiment. There are really nice pieces of electronics out there... I really wouldn't care if someone was spying on me though.

_________________
65Org16:https://github.com/ElEctric-EyE/verilog-6502


Top
 Profile  
Reply with quote  
 Post subject: Re: I want MY drones.
PostPosted: Mon Jun 18, 2012 12:40 am 
Offline
User avatar

Joined: Mon Aug 08, 2011 2:48 pm
Posts: 808
Location: Croatia
Will the 6502 be the main cpu in the drones, or something more powerful?


Top
 Profile  
Reply with quote  
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 13 posts ] 

All times are UTC


Who is online

Users browsing this forum: No registered users and 27 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to: