Hi,
I just got this lib:
https://github.com/ntruchsess/arduino_uip
to test UDP with it over my enc28j60 but when I put the library under Arduino IDE folder called libraries (renaming to UIPEthernet) and restart the IDE, still not having it presented in the Examples list. Trying to compile any example of this lib also fails. Could anyone expert please give it a try and help me make it running please? I need a working UDP urgent, but other libs I tried didn’t work for me reliably. Not sure of this one too, but it’s been suggested on Arduino web playground.
No doubt a screenshot of your Arduino library (folder) structure would explain why. That “we” can see the files are where they should be, with no spelling errors. See the LCD example below.
(click on to open)
Mee_n_Mac:
No doubt a screenshot of your Arduino library (folder) structure would explain why. That “we” can see the files are where they should be, with no spelling errors. See the LCD example below.
(click on to open)
Thank you, in fact in the readme of the lib I found these:
$ cd ~/Documents/Arduino/libraries
$ git clone https://github.com/ntruchsess/arduino_uip UIPEthernet
so I did it as suggested, so my folder name is UIPEthernet, but anyway it loads all others but this one!
help please! screenshot is attached!
Are the unzipped UIPEthernet.cpp and UIPEthernet.h files in that folder ? Do all the names match, exactly ?
Mee_n_Mac:
Are the unzipped UIPEthernet.cpp and UIPEthernet.h files in that folder ? Do all the names match, exactly ?
well I didn’t change anything in them, that’s why I’m pretty sure is not a problem with what I did! I just downloaded from github and did exactly as instructed!
I attached a screenshot of inside folder. Any other screenshot needed please let me know I do it. Please help, I have only 1 more day to get this done!
Current problem why I’m turning to this lib:
I had a good working system where I programmed a socket into openwrt (wr703n) and had that commanding arduino via usb (pl2303), then my router died and until I’m waiting for it a new one sent to me, I switched to enc28j60 just to send some commands to my servos and it works really poor with tcp. I thought to switch to udp to have simpler mechanism so hopefully less problem perhaps. Now have only 1 day to robot showcase, all ready but this problem! If you see any better solution please point me to. I looked for other lib around enc28j60 but no success (nothing reliable found). As long as I understand its because of the cheap chip itself.
Mee_n_Mac:
Are the unzipped UIPEthernet.cpp and UIPEthernet.h files in that folder ? Do all the names match, exactly ?
Hi,
I finally solved it, thank you for pointing me toward it! I this time used Import Library from menu in the IDE and thankfully it gave error message: no src folder found! I then changed the original lib downloaded to the structure like other working ones and it is now there! Now going to test udp.
Thanks!