Just an update on this. I know have "camera web server" working. This time the upload etc went without a hitch. I think the little bit of experience I now have makes it easier. Thanks again for the help.
Regards,
Ken.
Search found 9 matches
- Thu Jun 13, 2019 6:51 pm
- Forum: Hardware
- Topic: Problems uploading code to esp32+cam
- Replies: 13
- Views: 27888
- Sat Jun 08, 2019 5:04 pm
- Forum: Hardware
- Topic: Problems uploading code to esp32+cam
- Replies: 13
- Views: 27888
Re: Problems uploading code to esp32+cam
Hi,
Thanks for that. I had seen the baud rate drop down munu but I didn't know how you could find out what it should be set to. I'll try it.
Regards,
Ken.
Thanks for that. I had seen the baud rate drop down munu but I didn't know how you could find out what it should be set to. I'll try it.
Regards,
Ken.
- Sat Jun 08, 2019 3:55 pm
- Forum: Hardware
- Topic: Problems uploading code to esp32+cam
- Replies: 13
- Views: 27888
Re: Problems uploading code to esp32+cam
@ portasynthinca3, C:/Python27/, C:/Python27/Scripts As the above looked to be for windows I had to adapt it a bit for linux. I was fairly sure that my machine was running python 2.7 but I checked anyway. root@live:~# python --version Python 2.7.16 However, I didn't have pip so I installed it. sudo ...
- Fri Jun 07, 2019 5:53 pm
- Forum: Hardware
- Topic: Problems uploading code to esp32+cam
- Replies: 13
- Views: 27888
Re: Problems uploading code to esp32+cam
Hi, Have you tried to completely delete the ESP32 core for Arduino Yes I did it through arduino ide by going to Tools>Board>Board Manager>ESP32 by Espressif v 1.0.2. I clicked "Remove" and rebooted. However, when you asked the question it stuck me that I had not checked to see if anything was left b...
- Fri Jun 07, 2019 2:53 pm
- Forum: Hardware
- Topic: Problems uploading code to esp32+cam
- Replies: 13
- Views: 27888
Re: Problems uploading code to esp32+cam
Hi, I have tried again to upload code to the esp32 using method (3) as outlined in my original post. As before it failed with the same error. See below. Traceback (most recent call last): File "/root/.arduino15/packages/esp32/tools/esptool_py/2.6.1/esptool.py", line 37, in <module> import serial Imp...
- Thu Jun 06, 2019 6:37 pm
- Forum: Hardware
- Topic: Problems uploading code to esp32+cam
- Replies: 13
- Views: 27888
Re: Problems uploading code to esp32+cam
@portasynthinca3, After a bit of a problem I had in trying to workout how to remove esp32 v1.0.2 then reinstall it I found it to be quite easy. I see there's a v 1.0.1 and a v 1.0.0. I though I might try these if v 1.0.2 does not work again. I have not tried to upload again but I think I'll go back ...
- Thu Jun 06, 2019 6:20 pm
- Forum: Hardware
- Topic: Problems uploading code to esp32+cam
- Replies: 13
- Views: 27888
Re: Problems uploading code to esp32+cam
@ESP Spirte,
Thanks for your PM and the explanation therein. I'm still not authorised to reply via the PM hence this post. I have now overcome the problem I outlined on that post so it's now not needed. Thanks for letting me know what had happened as I wondered where it had gone.
Regards,
Ken.
Thanks for your PM and the explanation therein. I'm still not authorised to reply via the PM hence this post. I have now overcome the problem I outlined on that post so it's now not needed. Thanks for letting me know what had happened as I wondered where it had gone.
Regards,
Ken.
- Wed Jun 05, 2019 5:13 pm
- Forum: Hardware
- Topic: Problems uploading code to esp32+cam
- Replies: 13
- Views: 27888
Re: Problems uploading code to esp32+cam
Hi,
Thanks for your reply. I'll try reinstalling then uploading the code and I'll report back.
Regards,
Ken.
Thanks for your reply. I'll try reinstalling then uploading the code and I'll report back.
Regards,
Ken.
- Wed Jun 05, 2019 12:29 pm
- Forum: Hardware
- Topic: Problems uploading code to esp32+cam
- Replies: 13
- Views: 27888
Problems uploading code to esp32+cam
Hello All, This is my first post here and I am new to the esp32 board. I have bought a esp32+cam board. It is an ai thinker marked with esp32-s. The camera that comes with this board is an ov2640. I have installed arduino ide 1.8.9. Both the linux 32bit and windows 32 bit versions. Windows version i...