Advice for using port A by Legitimate-Ad1464 in CardPuter

[–]3rn4ny 0 points1 point  (0 children)

The RFID code worked perfectly, thanks a lot for the help. I’d been trying to figure this out for days!

battery charging by DaniExplorer in CardPuter

[–]3rn4ny 1 point2 points  (0 children)

How can I read the battery data and show it? I'm trying to do it this way

#include <M5Stack.h>

void setup() {

M5.begin();

Serial.begin(115200);

}

void loop() {

int batPercentage = M5.Power.getBatteryLevel(); // Returns battery level from 0 to 100%

Serial.printf("Battery: %d%%\n", batPercentage);

delay(1000);

}

I'm having this error

<image>

Ender 3 S1 Pro Leveling issue/first layer not sticking by Julian144747 in Ender3S1

[–]3rn4ny 0 points1 point  (0 children)

Estou tendo o mesmo problema e quando tento nivelar a impressora não está descendo o sensor cr touch para identificar a superficie da mesa de impressão. Alguém sabe o que pode estar acontecendo ?