Arduino external library install

Discussion on both general simulation and Proteus VSM microcontroller simulation.
Post Reply
executer
Unlicenced User
Posts: 2
Joined: Mon 2016-02-01 12:31

Arduino external library install

Post by executer »

Hello, can you provide some detais about installation process of external arduino librarys?
For example I want to deal with "Arduino Web Server" example project. Original project starts ok and make simulation perfectly. But when I change some code inside (from source code editor in proteus) it would not compile sucesfully and give me an error:

Code: Select all

../main.ino:19:25: error: UIPEthernet.h: No such file or directory
Its clear, there is a reference to "https://github.com/ntruchsess/arduino_uip" library. Ok, put it to "C:\Program Files (x86)\Arduino\libraries", check it in Arduino scetch editor - it founds new lib and examples. And compile library examples wo errors, so I assume that the library installed sucesfully.

But when I try to compile my scetch from source code editor in proteus - it keeps to show an error. I try to copy library in different folders, put it to PATH variable but nothing helps.
Please tell me how to properly install arduino external library for proteus source code editor?
Thanks.
Ettore
Labcenter Staff
Posts: 2929
Joined: Fri 2006-03-03 11:56
Location: Milan
Contact:

Re: Arduino external library install

Post by Ettore »

Another user have had the same problem and my colleague has solved the situation.
http://support.labcenter.co.uk/forums/v ... net#p20571
(will suffice to put the word UIPEthernet in the Search field and press Search button - upper right angle of the screen)
Kind regards,
Ettore Arena - Labcenter Electronics.
executer
Unlicenced User
Posts: 2
Joined: Mon 2016-02-01 12:31

Re: Arduino external library install

Post by executer »

Works great! :P
Great thanks!
Post Reply