temtronic
Joined: 01 Jul 2010 Posts: 9229 Location: Greensville,Ontario
|
|
Posted: Fri Mar 23, 2018 1:36 pm |
|
|
first... that the 877 is a 'dinosaur' like me, and there are far better, cheaper PICs available for the application....Actually I'm surprised it's not on the EOL(End of Life) notice as it's gotta be 25 years old.
2nd, unless you pick a PIC that's 3Volt rated(at speed), you'l' need logic level interfacing to the ESP8266 as most(all) peripheral devices are 3 volts and that PIC is a 5 volt device.
3rd, how to make coffee! You'll need lots of pots as projects like these can easily take 3-4 months of long days and longer nights !
4th, how to split the task.You've got a CPU and 2 peripherals AND you have to decide ALL the details like update rate,comm failure routines,sensor confirm,backups, CRC or not,dozens and dozens of seemingly small things but they can add up to a big headache. 'Borrowing' chunks of code can be a nightmare,especially if you 'assume' the original program actually works.
'data from an IR sensor' is really,really vague! WHAT kind of data ? analog, digital,range,calibration,etc? I could ask another dozen questions BEFORE even thinking about code for it.
start small, like choosing the correct PIC, do the 1HZ LED program then 'Hello PC' would be a good beginnng. |
|