Forum >Replies by sharklaserhead@gmail.com
userhead sharklaserhead@gmail.com
Replies (3)
  • You Reply:

    these thing are finicky and sensitive, dialing them in is a challenge but that is the fun of it

  • You Reply:

    Well chat Gpt fixed the example code and it runs fine on a replacement unit, I want to hook up a small amp to drive a bigger speaker on it next. 

     

    the only other question is there a way to improve the MIcs on it?

  • You Reply:

    I also could not get one of the sample codes to compile?

     

    C:\Users\Owner\AppData\Local\Temp\.arduinoIDE-unsaved202521-6148-144fj4w.pg0z\sketch_mar1a\sketch_mar1a.ino: In function 'void setup()':
    C:\Users\Owner\AppData\Local\Temp\.arduinoIDE-unsaved202521-6148-144fj4w.pg0z\sketch_mar1a\sketch_mar1a.ino:24:11: error: 'Led' was not declared in this scope
      pinMode(Led, OUTPUT);    //Init LIGHT pin to output mode
              ^~~
    C:\Users\Owner\AppData\Local\Temp\.arduinoIDE-unsaved202521-6148-144fj4w.pg0z\sketch_mar1a\sketch_mar1a.ino: In function 'void loop()':
    C:\Users\Owner\AppData\Local\Temp\.arduinoIDE-unsaved202521-6148-144fj4w.pg0z\sketch_mar1a\sketch_mar1a.ino:87:20: error: 'Led' was not declared in this scope
          digitalWrite(Led, LOW);                                 //Turn on the LED (Active low Logic)
                       ^~~

    exit status 1

    Compilation error: 'Led' was not declared in this scope