![]() |
![]() |
![]() |
|
|
|||||||
| Robotics Chat Specific to discussions about robots and the making of. |
|
|
Thread Tools | Display Modes |
|
|
(permalink) |
|
sigh. those are completely different processors? I suggest you spend a little time in the datasheet (summary is ok) and try to figure out the different between those two chips. you might just be suprised.
on the ELM line follower. I've seen that design before and was struck by his sensors. he pulls his npn phototransistors low, not high and uses them in an emitter follower form. he also has a single dropping resistor for all 6 line sensor LEDs. this will result in varying radiance. He doesn't use any shielding but relies on some sort of calibration. still it actually works. |
|
|
|
|
|
|
(permalink) |
|
So, I Think I'm on the wrong way?
|
|
|
|
|
|
|
(permalink) | |
|
Quote:
|
||
|
|
|
|
|
(permalink) |
|
The data sheet is the same, the diferce between 16AC and 16 PIC is the 16ac is commercial SMD and 16PI is industrial, My problem is the terminals. in 16ac I have the terminals ADC6 and ADC6, In 16PI I don't have those terminals. So, I need to know where is this in 16PI. My english is not so good, Sorry. /but thanks for your helps.
|
|
|
|
|
|
|
(permalink) | |
|
Quote:
|
||
|
|
|
|
|
(permalink) |
|
Yes, and it doesn't have ADC7 either. If you want it completely done for you, I suggest you go buy a kit. otherwise, roll up your sleeves and get your hands dirty.
One more hint - ADC stands for Analog to Digital converter. Note that ADC4 and 5 are unused. You also get the source code. look at the section scan_sens. take a look at how it walks though the sensors - you might find a pleasant surprise. |
|
|
|
|
|
|
(permalink) |
|
My knowledge in assembly still are limited, if you can give me a tip how I modify the souce code to put ADC4 and ADC5 in the ADC6 and ADC7 place.
|
|
|
|
|
|
|
(permalink) | |
|
kicking and screaming.
dude, just look at the code. Quote:
|
||
|
|
|
|
|
(permalink) |
|
I'lltake a look.
Thank you! |
|
|
|
|