Posts by João Lucas Palácio Soares • 96 points
1 post
-
3
votes1
answer201
viewsA: Arduino (C++) send variable to PHP page
Using the Ethernet library Initializing byte mac[] = { 0x00, 0xAA, 0xBB, 0xCC, 0xDE, 0x01 }; // RESERVED MAC ADDRESS EthernetClient client; In the Begin() Serial.begin(115200); if…