you need way way more than that to get a favicon working.
You would need a basic web server sketch running to accept http requests and send back the favicon file from the SD card.
Search found 71 matches
- Sun Dec 02, 2018 10:56 pm
- Forum: EtherMega
- Topic: root directory
- Replies: 1
- Views: 3573
- Fri Oct 12, 2018 8:34 am
- Forum: EtherMega
- Topic: Ethernet issue
- Replies: 3
- Views: 4769
Re: Ethernet issue
Going to have to see your code, it depends on how you are implementing the web server.
Is it a web server that you are trying to code?
I have managed to get a web server, UDP, NTP all working on one sketch, so it can be done relatively easy.
Is it a web server that you are trying to code?
I have managed to get a web server, UDP, NTP all working on one sketch, so it can be done relatively easy.
- Sun Oct 07, 2018 1:49 am
- Forum: EtherMega
- Topic: Ethermega setup issue
- Replies: 1
- Views: 2588
Re: Ethermega setup issue
I have my wiznet doing ICMP, UDP and HTTP all on one sketch and it works fine, but you have to do some specific setup. I use my SD card, so my code is a bit different. I set up the SD card FIRST, then enable ethernet. If you aren't using the SD card, write a HIGH to pin 4. First, on power up of your...
- Sun Oct 07, 2018 1:44 am
- Forum: EtherMega
- Topic: Ethernet issue
- Replies: 3
- Views: 4769
Re: Ethernet issue
Probably going to need to see your code.
The wiznet chip has some minor issues, and one of them is an issue with it not closing sockets, and since it only has 4, it can run out of them.
The wiznet chip has some minor issues, and one of them is an issue with it not closing sockets, and since it only has 4, it can run out of them.
- Mon Aug 13, 2018 6:20 am
- Forum: EtherMega
- Topic: are these being made still?
- Replies: 5
- Views: 5980
Re: are these being made still?
Holy crap yes, you think you are sold out of the current modules? the W5500 mega will go out the door so fast you will need to teflon coat it.
- Tue Aug 07, 2018 5:54 am
- Forum: EtherMega
- Topic: are these being made still?
- Replies: 5
- Views: 5980
Re: are these being made still?
Thank you, there seems to be nothing else like this product in the world.
Its perfect!
The only thing that would be nice would be to replace the w5100 with 5200 or 5500.
Its perfect!
The only thing that would be nice would be to replace the w5100 with 5200 or 5500.
- Fri Jul 13, 2018 1:34 am
- Forum: EtherMega
- Topic: are these being made still?
- Replies: 5
- Views: 5980
are these being made still?
They are absolutely perfect for about every project i have ever made, and i cant seem to find one. No one makes it, and there is no equivalent device.
I NEED THEM
I NEED THEM
Re: HTTPS
No, the arduino isnt powerful enough to handle SSL.
- Mon Feb 05, 2018 7:26 am
- Forum: Random Chit-Chat
- Topic: Can i help with the spam?
- Replies: 2
- Views: 4809
Can i help with the spam?
Ban the user, delete the post? Its getting pretty bad 

- Sat Dec 31, 2016 5:39 am
- Forum: OLED128 Display
- Topic: Speeding up the OLED?
- Replies: 0
- Views: 4022
Speeding up the OLED?
I have made my own scrolling routine as the textbox scroll is a bit broken. It however still takes some signficant time to draw onto the OLED. Is there a way of running it a lower bit depth? I only need 2 colours, red and green, so if i could reduce the amount of data being written it would definite...