[Solved] M5 Burner Firmware Option Update
-
That's great thank you - works.
Is there any documentation about how to assign your own IP address to the camera please?
-
@gachapo Do you mean this doc?
https://docs.m5stack.com/#/en/quick_start/m5camera/m5camera_quick_start
-
Hi,
I've see that document and youtube video. I just need to know how to move the camera from M5stack AP connection on 192.168.4.1 to an assigned ip address by myself like 192.168.1.131?
Thanks
-
@gachapo you need to recompile the code is ST mode and upload to cameea
-
@ajb2k3 Thanks - Is there any documentation you can point me to please?
-
@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.