Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

init error #1

Open
hqbao opened this issue May 10, 2023 · 2 comments
Open

init error #1

hqbao opened this issue May 10, 2023 · 2 comments

Comments

@hqbao
Copy link

hqbao commented May 10, 2023

#include <DFRobot_AXP313A.h>

DFRobot_AXP313A axp;

void setup() {
Serial.begin(115200);
Serial.setDebugOutput(true);
Serial.println();
while(axp.begin() != 0){
Serial.println("init error");
delay(1000);
}
axp.enableCameraPower(axp.eOV2640);//设置摄像头供电

The console shows init error every second

@StefanLundmark
Copy link

I have the same issue. Did you find a solution for this?

@StefanLundmark
Copy link

I solved this by changing the settings of the Arduino IDE according to the guide below:
https://wiki.dfrobot.com/SKU_DFR0975_FireBeetle_2_Board_ESP32_S3#target_6

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants