Olimex Support Forum

DUINO => PINGUINO => Topic started by: NewtoC on January 22, 2020, 07:49:18 PM

Title: Pinguino PIC32 Micro IDE fpör Windows
Post by: NewtoC on January 22, 2020, 07:49:18 PM
Hello !

Until a couple of months ago I had Pinguino IDE V11 and V12 installed and they worked pretty well to play with my PIC32 Pinguino MICRO.
However, my harddisk crashed and was replaced by an SSD and Windows 10 reinstalled.
By that time the pinguino.cc site was closed down and I found installer version 1.7.1.4 here:
 
https://github.com/PinguinoIDE/pinguino-installers/tree/master/windows

However, when installed it just starts for half a second and then disappears. It is the same for both V11 and V12. I have tried the other versions 1.7.1.1, .2 and .3 with the same result.
 
I have also tried the older (I think) versions X3 and X4. With them I can program and compile but downloading the code is impossible. It does not find the board. Yes, I have downloaded the drivers also.

Does anyone have any suggestions ?

Regards,
Urban
Title: Re: Pinguino PIC32 Micro IDE fpör Windows
Post by: JohnS on January 22, 2020, 08:50:17 PM
I wonder if the driver is 32-bit but your new Win10 64-bit?

If not, try the Zadig program to persuade Windows to do the right thing.

(Or dual-boot Linux?)

John
Title: Re: Pinguino PIC32 Micro IDE fpör Windows
Post by: NewtoC on January 23, 2020, 01:21:30 PM
Thanks John for your answer. However it did not help. I tried Zadig but it is somewhat complicated to use for the "hobby-programmer".

Pinguino is much more demanding for the user than Ardiuno. After having experimented a lot with different IDE-versions after the harddisk crash I think it is time now to go to Arduino instead.

Regards,
Urban
Title: Re: Pinguino PIC32 Micro IDE fpör Windows
Post by: LubOlimex on January 23, 2020, 04:49:39 PM
You can use Arduino IDE with the board. We've described it in detail here:

https://github.com/OLIMEX/Arduino_configurations/tree/master/PIC

Also PlatformIO:

https://docs.platformio.org/en/latest/boards/microchippic32/pinguino32.html
Title: Re: Pinguino PIC32 Micro IDE fpör Windows
Post by: NewtoC on January 24, 2020, 11:59:24 AM
Thanks a lot for the information. I will give it a try !

Regards !