Nicholas Humfrey

Results 187 comments of Nicholas Humfrey

It does sound like a hardware problem. Are you able to able to post a picture of your wiring?

I suspect this is related to splitting the response over multiple IP packets and the EtherCard code is only handling the first packet.

I have experienced this problem as well. The problems started when the is_lan() code was added to EtherCard - previously everything was sent to the Gateway MAC address, which forwarded...

Slightly closer to making EtherCard run on non-AVR micro-controllers. I have created Pull Request #335 for switching to using the Arduino SPI library. Needs a little bit more work but...

Hi, I am not entirely clear what you are asking. The Arduino linker is very good at only including code that you call from your Arduino sketch. So if you...

Hm! That is really annoying. I wonder what is going on. It must have something to do with Serial being a global variable. ArduinoJson uses a `printTo()` method that allows...

Wow, that is quite a piece of work, thanks ArnaudD-FR. It changes quite a lot of stuff in this changeset- not just adding ARP cache - such as new IP...

It is probably something to do with the code that chooses the Layer 2 MAC address to send to. When sending to the Internet, EtherCard just needs the use the...

It probably needs the library switched over to using the SPI library that Arduino provides. I started this in #335 but never got it finished.

Are you still working on this project? How big are the JPG images? Are you hoping to stream them like video, or send periodic stills? If there images are bigger...