Sapient Hetero

Results 4 issues of Sapient Hetero

The W5500 data sheet (https://wizwiki.net/wiki/lib/exe/fetch.php?media=products:w5500:w5500_ds_v106e_141230.pdf) shows certain W5500 registers to be at different addresses than those used by the driver (W5100.h). Current W5100.h values: __GP_REGISTER16(RTR, 0x0017); // Timeout address __GP_REGISTER8...

topic: code
type: imperfection

Recommend changing return type from uint16_t to int and adding code to detect socket states that preclude successful writes and report with them a negative return value so they can...

I'd like to integrate a PIR sensor with a NCS314 V2.2 in order to extend bulb life by turning them off when nobody is in the room to see them....

While investigating puzzling differences between transmit and receive throughput I found the following design flaw. `socketSend()` writes the data to be transmitted to one of the W5x00's circular socket buffers,...

topic: code
type: imperfection