Page 1 of 2

1st try with PINGUINO

PostPosted: Fri Oct 07, 2011 3:54 pm
by redips_id
I have try two Pinguino software which are "pinguinobeta9-05windows.py" and "pinguinobetax2.py" with SK40C + PIC18F4550. I have problem with both of them.

For pinguinobeta9-05windows.py

> When I write
lcd.home();
lcd.print("1234567890abcdef");
lcd.setCursor(0,1);
lcd.print("1234567890abcdef");
+ LED blinking.
> then burn to Pinguino board, LCD and LED not function.

> Then I write
lcd.home();
lcd.print("1234567890abcde");
lcd.setCursor(0,1);
lcd.print("1234567890abcde");
+ LED blinking.
> then burn to Pinguino board, all work.

Why I can't write with full 16 characters on LCD?

For pinguinobetax2.py

pinguino error.png

From the picture, compilation is done, but when I click to connect to Pinguino board, ERROR happen. Then when I continue with upload to the board, it display done but nothing happen at the hardware.

This is not urgent, juz my hobby to try something new :)

Re: 1st try with PINGUINO

PostPosted: Sat Oct 08, 2011 1:43 pm
by kl84
Hi Idris,
I'm using Pinguinobetax2 IDE and I don't have such error. Also can use 16 characters on the LCD.
As I'm an end user, really no idea what that error is. May be you can try ask in forum.pinguino.cc too.

Re: 1st try with PINGUINO

PostPosted: Sat Oct 08, 2011 1:51 pm
by sich
Have you check out the post at Cytron's tutorial site? Please look for "Error Writing Program to Pinguino Board?" around the end of the installation post.

Re: 1st try with PINGUINO

PostPosted: Mon Oct 10, 2011 12:02 pm
by redips_id
pinguinobeta9-05windows.py
About the 16 characters, a little wierd, I can write any full 16 characters EXCEPT write lcd.print("PIC18F4550"); haha.. For the 1st try I have write lcd.print("SK40C+PIC18F4550"); then the board hang, after do a little research, I aware that I can't write PIC18F4550 on LCD, maybe it is like to referring something, maybe only :D . Fuh!!! if I don't have a big spirit, I will said that Pinguino is boring, haha :lol: . You can try, if you can, hmm there have something problem with my stuff.

pinguinobetax2.py
However about the PinguinoBetaX2 still have the same problem. I have follow all the steps show in Cytron Tutorial. Error in the picture also different with error at Cytron Tutorial. Never mind, I still can write on pinguinobeta9-05windows.py.

Re: 1st try with PINGUINO

PostPosted: Mon Oct 10, 2011 10:29 pm
by sich
Hm...really no idea why it happens. Let's wait for the next revision of the IDE to solve the bugs.

Re: 1st try with PINGUINO

PostPosted: Tue Oct 11, 2011 7:30 am
by robosang
No time to try it out yet, will find sometime to do it :D

Re: 1st try with PINGUINO

PostPosted: Thu Oct 27, 2011 12:24 am
by twk1989
@ redips_id
Hi ! Thanks for supporting Pinguino and sharing your problems! :D From the image you attached, I just realized that you click the "tick" icon, not the "arrow" icon. To upload the program into the board, click the "arrow" icon. I also got the same error with that "tick" button but just ignore it...you still can upload the program using the "arrow" icon..I also not sure what you mean by "it display done". However, if you success, there will be a message "xxx.hex successfully uploaded !!" shown in the IDE output.

Image

-TWK-

Re: 1st try with PINGUINO

PostPosted: Thu Oct 27, 2011 12:35 am
by shahrul
Why the code size is big? 64% used, it's only LCD program.

Re: 1st try with PINGUINO

PostPosted: Thu Oct 27, 2011 12:41 am
by twk1989
@ shahrul
Hi ! I guess the size is probably because of the LCD library from ...\Pinguino\x.2\x.2\p8\libraries\lcdlib.c :D

-TWK-

Re: 1st try with PINGUINO

PostPosted: Thu Oct 27, 2011 8:25 am
by ober