🤖Have you ever tried Chat.M5Stack.com before asking??😎
    M5Stack Community
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Register
    • Login

    AtomS33R Camera, control blue light on the front

    Atom
    2
    2
    497
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • H
      HappyUser
      last edited by HappyUser

      Sorry, no doubt i have missed it in the documentation and sample, but how can I control the blue led on the front of the camera?
      Or is this the IR Led driven by GPIO_Num_47?
      Oh, now I see, it is the blue led connected to 3 Volt.
      Thank you.
      This code does not seem to work :

      #include <M5AtomS3.h>
      
      void setup() {
          AtomS3.begin(true);  // Init M5AtomS3Lite.
          AtomS3.dis.setBrightness(10);
      }
      
      void loop() {
          AtomS3.dis.drawpix(0xff0000);
          AtomS3.update();
          delay(500);
          AtomS3.dis.drawpix(0x00ff00);
          AtomS3.update();
          delay(500);
          AtomS3.dis.drawpix(0x0000ff);
          AtomS3.update();
          delay(500);
      }
      
      1 Reply Last reply Reply Quote 0
      • kurikoK
        kuriko
        last edited by

        @HappyUser
        I guess it is directly connected to some hardware pin, so it may not be controlled by the user.
        Or you can check the schematic and write high and low levels to all LED pins connected to GPIO to try it.

        Good morning, and welcome to the Black Mesa Transit System.

        1 Reply Last reply Reply Quote 0
        • First post
          Last post