WiFi tone

ted123
Posts: 5
Joined: Mon Jun 23, 2025 7:45 pm

WiFi tone

Postby ted123 » Sun Aug 03, 2025 1:15 am

Hi
Looking for code which will send 1kHz signal to iPhone.
signal code:

Code: Select all

#include <Arduino.h>
void setup() {
  // No setup needed for tone() function itself
}

void loop() {
  
  tone(26, 1000);  // tone on pin 26
  delay(5); // Delay to hear the tone

}

Who is online

Users browsing this forum: ChatGPT-User, Google [Bot], PetalBot, Qwantbot and 4 guests