orphee
Newbie level 4
Hi
I made an application for my small electric motorcycle who works
( http://www.motoelectrique.unblog.fr ) but with a PIC16F628A who was my first PIC application.
In fact I have two separated systems: a PIC16F628A control system and an "cycle analyst" module, who can send a string using serial port (containing speed, distance, power...)
Now I'm trying to make this: cycle analyst -> control system -> Oled display module (4DGL) .
I tried to catch cycle analyst string (so using my Pic16F628A) but the problem I have is that speed (integrated 4Mhz) and memory to short to include all functions I need. In minimum size it works a little but often send wrong chars. Also it would be more interesting playing with strings chars.
So I bought a Pic18F4550 who have best RAM/ROM size and decided to add ext crystal (I have 4,8,16 and 20MHz)
Now, I just need ... to initialise my new pic, above all prepare serial in/out for non-lost chars.
If some of you can help me to do so I would be very happy
Thanks for reading and sorry for my bad english
I made an application for my small electric motorcycle who works
( http://www.motoelectrique.unblog.fr ) but with a PIC16F628A who was my first PIC application.
In fact I have two separated systems: a PIC16F628A control system and an "cycle analyst" module, who can send a string using serial port (containing speed, distance, power...)
Now I'm trying to make this: cycle analyst -> control system -> Oled display module (4DGL) .
I tried to catch cycle analyst string (so using my Pic16F628A) but the problem I have is that speed (integrated 4Mhz) and memory to short to include all functions I need. In minimum size it works a little but often send wrong chars. Also it would be more interesting playing with strings chars.
So I bought a Pic18F4550 who have best RAM/ROM size and decided to add ext crystal (I have 4,8,16 and 20MHz)
Now, I just need ... to initialise my new pic, above all prepare serial in/out for non-lost chars.
If some of you can help me to do so I would be very happy
Thanks for reading and sorry for my bad english