[Solved] M5 Burner Firmware Option Update
-
@gachapo only the official espressiv and espcam docs
-
@gachapo At main.c file
-
Hi - Can't find main.c file. I've been into the downloaded fiirwares and I can't see it. Where am I going wrong please?
-
@gachapo
Download the firmware of ESP32CAM -
ok - so if i amend the main file with my SSID and Password, save and then place the whole directory in the M5 burner directory, refresh the burner, delete the previous firmware on the camera, choose the new firmware and load will that work?
-
@watson I can't use the M5burner of the Stick C as it it coming up as
Port: "dev/cu.serial-6D52F9B441
instead of the expected
Port: "dev/cu.SLAB_USBtoUART
-
@ajb2k3 Are you working with Mac OS?
-
@watson
Yes, but is only the StickC that is giving the strange port ID.
All others report normal port. -
@gachapo I means you can modify main.c file if you want to access other ip address during wifi setting instead of
192.168.4.1
. Then compile the camera firmware again and burn it to ESP32CAM -
I understood this problem.
We need to fix M5Burner for mac.
-
@salty_good said in [updated for Camera boards] M5 Burner Firmware Option Update:
I understood this problem.
We need to fix M5Burner for mac.
Can you add drop down box to select port?
ポートを選択するためのドロップダウンボックスを追加できますか? -
-
@ajb2k3 Off course yes,
and Baudrate also needs to be selectable. -
@watson Thanks - I have amended this. Am I best to use Arduino IDE to compile and upload? Currently when I use Arduino I have several error messages.
-
Hello @gachapo It's best to use esp-idf.
-
@watson Thanks- can you use arduino-ide?
-
-
@watson Thank you.
Do I choose CAMERA_MODEL_WROVER_KIT?
-
You need chang this source code about camera hardware configuration for adapting to ESP32CAM. Because the arduino source code is for M5Camera A model.
// Select camera model //#define CAMERA_MODEL_WROVER_KIT #define CAMERA_A_MODEL_M5STACK_PSRAM //#define CAMERA_MODEL_AI_THINKER
-