-
Seems to be some issues with the dependencies in the particle web ide, unless I'm missing something. All I've done is include the library. Error codes bellow.
Processing boron_wake_publish_sleep.i…
-
Using Espruino with PICO
After a reset via RSTn pin function wizchip_getnetinfo() retuns all ip's 0 except for dns
https://github.com/Wiznet/ioLibrary_Driver/blob/cbf5b6e908cfd3e74e03d1a4c9bddaa…
-
Hello.
W5500 and ENC28J60 work fine.
It works very stably.
But W5100 don't work.
My board:
WeMos D1 Mini
My code:
#include
#include
//#include // https://github.com/d-a-v/W5500l…
-
In date, and today the year number is wrong. It was working, not need to diff code and find
what got changed.
-
hey there :wave:
i'm noticing this behavior somewhat regularly:
![Screen Shot 2019-11-24 at 1 08 47 PM](https://user-images.githubusercontent.com/367674/69501651-d7c66c80-0ebb-11ea-9c0e-2dd26e9e…
-
There are different ways how call back in wifi and ethernet libs are handled
my understanding is that a callback function should have at least to parameter
* error
* information
* ....
Is…
-
I'm using the W5500 like this,
![image](https://user-images.githubusercontent.com/32593114/68678265-9ae3a700-0598-11ea-802d-75f2ce6ca87b.png)
My notes on the connections I’m using are:-
ESP8266 …
-
```
#define CHECK_SOCKNUM() \
do{ \
if(sn > _WIZCHIP_SOCK_NUM_) return SOCKERR_SOCKNUM; \
}while(0); \
```
I think you want this : ```> a…
-
What i tried to do:
I wired my system as suggested by [sautters blog](https://sautter.com/blog/ethernet-on-esp32-using-lan8720/).
the i used the example code and adjusted my pins according to th…
-
https://github.com/Wiznet/ioLibrary_Driver/blob/40dc8d1f1e747ea19c0972fb26439c5e4287eafc/Ethernet/W5300/w5300.h#L2128
must be changed as following :
WIZCHIP_WRITE(Sn_PROTOR(sn),(WIZCHIP_READ(Sn_P…