🤖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

    Scheduled Pinned Locked Moved Atom
    2 Posts 2 Posters 1.8k Views
    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 Offline
      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 Offline
        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

        Hello! It looks like you're interested in this conversation, but you don't have an account yet.

        Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.

        With your input, this post could be even better 💗

        Register Login
        • First post
          Last post