1st try with PINGUINO
Posted: Fri Oct 07, 2011 3:54 pm
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
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
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
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