Search found 4 matches
- Fri Apr 12, 2019 4:14 am
- Forum: ESP-WHO
- Topic: camera_web_server not working
- Replies: 2
- Views: 11405
camera_web_server not working
Hi, I tried to set up the camera_web_server but get th following errors: (386) sccb: pin_sda 18 pin_scl 23 I (396) sccb: SCCB_Probe start E (886) camera: Detected camera not supported. E (886) camera: Camera probe failed with error 0x20004 E (886) app_camera: Camera init failed with error 0x20004 I ...
- Mon Nov 14, 2016 5:36 pm
- Forum: ESP-IDF
- Topic: Using Eclipse with OpenOCD to build and debug ESP32
- Replies: 13
- Views: 31352
Re: Using Eclipse with OpenOCD to build and debug ESP32
Hello,
I'm working with eclipse and jlink debugger here (OS: Linux)
Did the setup as described, and it works without problems.
The only problem not solved is that the debugger only attaches to one core ... so if you have not bound ur program to that, you likely miss the catch.
Wolpi
I'm working with eclipse and jlink debugger here (OS: Linux)
Did the setup as described, and it works without problems.
The only problem not solved is that the debugger only attaches to one core ... so if you have not bound ur program to that, you likely miss the catch.
Wolpi
- Tue Nov 01, 2016 3:28 pm
- Forum: Showcase
- Topic: [Info] Mongoose HTTP library porting to ESP32
- Replies: 10
- Views: 23320
Re: Mongoose HTTP library porting to ESP32
@WiFive https://github.com/tuanpmt/esp32-mqtt https://github.com/carsonmcdonald/esp32-aws-iot I've looked into different implementations -some for ESP8266. The one from tuanpmt is promising, also it crashes for me at startup due to an uninitialsed queue. the aws one looks too much specific for one s...
- Tue Nov 01, 2016 9:23 am
- Forum: Showcase
- Topic: [Info] Mongoose HTTP library porting to ESP32
- Replies: 10
- Views: 23320
Re: Mongoose HTTP library porting to ESP32
hi kolban,
I'm also searching around for a MQTT [...] library for the esp32.
Important for me is that it is running on RTOS (esp-idf should be ok, since it is based on FreeRTOS).
Do you have already a suitable framework for the mongoose lib on esp-idf?
wolpi
I'm also searching around for a MQTT [...] library for the esp32.
Important for me is that it is running on RTOS (esp-idf should be ok, since it is based on FreeRTOS).
Do you have already a suitable framework for the mongoose lib on esp-idf?
wolpi