chipKIT® Development Platform

Inspired by Arduino™

OLED on chipKIT max32 with Basic IO shield

Created Fri, 16 Dec 2011 22:05:33 +0000 by lucHardware


lucHardware

Fri, 16 Dec 2011 22:05:33 +0000

Hi all, I just try out the board [color=#4000FF]MAX32[/color] with the [color=#4000FF]basic IO Shield[/color], but if I use the example for the IOShield_Oled_Demo the compiler gives: I put the library file IOShieldOled.h in the same directory then it's:

I like to learn from the examples but I need someone put me on the right track with the OLED. I use MPIDE0022-windows20110822 Thanks for the help


Jacob Christ

Sat, 17 Dec 2011 06:14:08 +0000

I haven't used this board so I'm not sure if this is the problem, but it sounds like what happens with the Network Shield if you put the files in the wrong place...

I think they need to go here:

mpide-0022-windows-20110822\hardware\pic32\libraries

Jacob


lucHardware

Sat, 17 Dec 2011 11:17:00 +0000

The problem is solved, In the map IOShield_Oled_Demo you find IOShield_Oled_Demo.pde and need also

all in the same map and it works fine. Maybe some of them no need, but now I can start.


ricklon

Tue, 20 Dec 2011 01:51:10 +0000

This library works best if installed in the libraries directory inside the user sketch folder.

Once located there, the pde sketch will find those libraries.

--Rick


knuckles

Mon, 23 Jul 2012 16:30:31 +0000

i have the same problem as he. dowwnloaded the samples file into the libraries subfolder and unzipped it . started up MPIDE and the files appear in the examples ,but nothing in the sketch import library . so when i compile i get an error message and nothing works in the samples OLED.

unzipped a few times but hasnt solved the problem .

i am a new boy here ...


lucHardware

Mon, 23 Jul 2012 19:58:50 +0000

Hi, You can find the solution in the example [url]http://www.designspark.com/knowledge/quadrupple-voltmeter[/url]

Greetings Luc