Do you think it would be possible to unsolder the input wiring on the chip controlling the RC steering and wire up my uC pinouts to that chip?
I would imagine the chips input need only be hi or low to turn the motor and only 6 data pins needed. One reverse, one forward, and then forward/left...
No sorry, by digital remote I meant in a generic sense. I want to be able to let a uC control the movement of the RC therefore I need digital controlling rather than analog that a human would move.
Want to make a basic AI movement script and need to talk to the movement controller directly on...
Wait I have a better idea...couldn't I just unhook the wiring from the antenna to the IC and wire it to my own wiring thus bypassing the need for a translation?
I guess its just a matter of knowing which pin does what right?
Usually unless you've just invented something so unique it's never been seen before, you can only patent the means of achieving something or solution to a problem. Not the item itself.
Think of a twin axle car vs. a 2 wheel inline motor bike. The structural design is what's patented not the...
Hey guys, I understand remote control cars and such use their little antennas and shoot radio waves to the car and control it...
My question is can I make some kind of device such that I can remove the antenna on the car and instead hook up to the reciever a digital input processor which will...
Sorry guys, you are dealing with a software guy trying to do hardware stuff he is in no way qualified for! But if you have the patience, i'll try to give more detail, i appreciate the help :)
Basically what I'm trying to accomplish is having 4 plastic circular platters or turn tables if you...
As you wish...another stipulation is that it has to have a little precision as the wheels orientation is of significance to us. So basically we need to be able to tell it how many degrees to rotate...
Hey guys...i'm trying to locate a servo or similar device that has just three basic stipulations...
It needs to:
-Be able to turn a thin 6 inch diameter plastic wheel (negligible weight, no resistance as it's not attached to anything but the servo)
-Complete at least a half revolution in...
Hey guys I've done some toying around. I managed to obtain mplab along with a c-compiler so i think i'll toy around with some PIC's.
I'm eyeballing the PIC16F1937. It only has 14kB of program memory, is that a pretty simple program or does the program condense when it's compiled to machine...
Hey guys thanks for the replys!
But I have another question. In that other thread posted above they mentioned they were straying from pic's because of the start up cost being say $200 or more for a dev-kit.
Can you not just buy a pic, download a compiler and attach it to a breadboard? What...
hey guys...i'm looking for a micro-controller to toy around with. I'm a newbie so bare with me with a couple newbie questions...Is their a micro that can run straight c code or do I have to do it in assembly?
I need it to be able to store a little bit of data much like a variable stores...
OOoooo I'm surprised how fast what yall said made sense...with the help of a googled tutorial I think I'm going to get this pretty soon...
I'll keep yall posted if I run into any more questions, thanks for the help!
By the way, anyone know where I can buy some 7-segment displays online? I just...
Yes this sounds like what i want to hear :)
Unfortunately its very technical. I have only recently learned how to control one 7 segment with a basic stamp...So multiplexing and all that jazz is a bit Chinese.
Can anyone break this down into more theory than proper terms?
As i...
It is possible to control many 7 segment displays with one micro? I'm talking like 40 of them! If not are segment display micros expensive? Picture a wall of 7 segment displays with a bunch of numbers. I think this would be fun...