Skip to content

issues Search Results · repo:njh/EtherCard language:C++

Filter by

268 results
 (78 ms)

268 results

innjh/EtherCard (press backspace or delete to remove)

I ve checked that my arduino and shield worked, but my python server can t get arduino udp. `#include EtherCard.h static byte mymac[] = { 0x1A,0x2B,0x3C,0x4D,0x5E,0x6F }; byte Ethernet::buffer[700]; ...
  • vbgrigorevuser
  • Opened 
    on Apr 6, 2024
  • #431

Hello, I am trying to send data to ThingSpeak, and also ping a local device in the same loop (and periodically get time via NTP) ThingSpeak obviously needs a TCP Session, but pinging the local device ...
  • Trellian
  • Opened 
    on Oct 9, 2023
  • #430

Hello everyone, I m trying the backsoon example without success. Program get stuck in if statement in line 46. if (ether.begin(sizeof Ethernet::buffer, mymac, SS) == 0) if does not return any value. ...
  • rbp9802
  • 5
  • Opened 
    on Apr 1, 2023
  • #427

If I switch to another network (without turning off the Arduino and ENC28J60) I do get the new IP data from the DHCP. But when I request a website, the destination MAC address of the old DNS server remains ...
  • ColinDexter
  • 6
  • Opened 
    on May 21, 2022
  • #426

Hi guys is it possible to use custom Port for GET request ?? i need automatic dhcp client with possibility to send request to specific port, i am not able to make it work from existing docs thanks
  • serusko
  • 1
  • Opened 
    on Apr 4, 2022
  • #425

I think there is a bug in file tcpip.cpp EtherCard::clientTcpReq so it returns 0 as session id for tcp connection tcp_fd = (tcp_fd + 1) 7; return tcp_fd; tcp_fd initiates with value 0 and is cycled ...
  • stalkerMPro
  • Opened 
    on Dec 16, 2021
  • #423

Hello. Im trying to send some test strings using example sketch provided in the description of the library. I have checked all the mentioned issues, but they all seem to share same thing - static ip. I ...
  • DexasElectronics
  • 1
  • Opened 
    on Oct 5, 2021
  • #422

Hi. I am using a STM32F411CEU6, and i have a board with a ENC28J60. I am using Serial2(PA3, PA2) for debugging, and it would be great if i could use ether.printIp() in this Serial Port and not in the Serial0(PA10, ...
  • jrubencr
  • Opened 
    on Sep 27, 2021
  • #421

How to hide HTTP header response reading from tcpSend()
  • darshanmirajkar
  • Opened 
    on Jul 28, 2021
  • #420

After persist_tcp_connection flag = true i could able to read full response. Even if in increase byte Ethernet::buffer[2048]; i could read only 512byts in chunks. Any other way to increase this to 2k or ...
  • darshanmirajkar
  • Opened 
    on Jul 28, 2021
  • #419
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue search results · GitHub