-
Notifications
You must be signed in to change notification settings - Fork 1.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Variable input from php form at other webserver #652
Comments
I get from Deeseek 👍 // Wi-Fi credentials // Web server URL // RFID pins MFRC522 mfrc522(SS_PIN, RST_PIN); // Create MFRC522 instance void setup() { // Connect to Wi-Fi // Initialize SPI and MFRC522 void loop() {
} else { delay(5000); // Wait before next iteration String fetchVariableFromServer() { // Send GET request to server if (httpCode == HTTP_CODE_OK) { http.end(); void writeToRFID(String data) { // Write data to the RFID tag MFRC522::MIFARE_Key key; // Authenticate and write to block 4 (you can change this) mfrc522.PICC_HaltA(); // Halt PICC |
Hi Everyone...
I want to get some variable from other webserver, that will I use to input ESP32 RFID Write Code.
Can anyone send me an example code?
The text was updated successfully, but these errors were encountered: