Marcel

Results 13 comments of Marcel

Upadate! Found a second occurrence where numberonly devices cause problems: ```javascript $.fn.filterDeviceReading = function (key, device, param) { return this.filter(function () { var elem = $(this); var value = elem.data(key);...

Hi, i am not familiar with that shield tbh. Have you tried any of the example sketches from the Ethernet2 lib to make sure the module it self is working?...

Hello JLightMedia, one of the next steps is to add the capability to use the Ethernet2 lib. My Leonardo is not here yet but should arrive at the start of...

Hello Roman, i had that problem initialy to, but i am not to sure right now what fixed that. Another user has that problem to, so i will look into...

Hey, good news! Instead of the set arrival date of the 1-4 sept. The Arduino arrive today :P So when i get home i can start working on this! Regards,...

Ok, i looked into that. The problem ist that i can't even get the web server example sketch with the leonardo eth working and i have actually no idea why....

Oh my, i will try to look at it in my lunch break. Haven't seen that much conflicts in a while. Deltacore

Ok. I tried the example code. It compiles fine with 2 changes to the eth lib: EthernetBonjour.cpp: change ```c++ #include #include ``` to ```c++ #include #include ``` EthernetBonjour.h: change ```c++...

What i forgot: i was using the leonardo ethernet, had nothing else here, but your problems where with the compiling it's self so that should not matter in my opinion....

Hi @Hemonster, sadly i have no idea from ontop of my head. I'll be out on the weekend so i can't do much about that right now. Monday i will...