Search found 3 matches

by Fachinelli
Mon Jun 13, 2022 1:05 pm
Forum: ESP-IDF
Topic: esp32-s2 - usb+wifi scan problem?
Replies: 1
Views: 1106

Re: esp32-s2 - usb+wifi scan problem?

It seems that this just happens when i send something trough USB... if i comment these two lines, USB + wifi works, even if i'm receiving things trough USB. tinyusb_cdcacm_write_queue((tinyusb_cdcacm_itf_t)itf, ucDataBuffer, size); tinyusb_cdcacm_write_flush((tinyusb_cdcacm_itf_t)itf, SEND_WAIT_TIME);
by Fachinelli
Fri Jun 10, 2022 5:21 pm
Forum: ESP-IDF
Topic: esp32-s2 - usb+wifi scan problem?
Replies: 1
Views: 1106

esp32-s2 - usb+wifi scan problem?

hello, this question is about a problem i'm getting when using usb and trying to scan the nearby wifi with the esp32-s2 saola board. i'm currently trying to scan wifi while using the usb as cdc(tinyusb library). When i scan without usb working i always get all the wifis in the area. When i scan with...
by Fachinelli
Fri Dec 03, 2021 8:00 pm
Forum: ESP-WHO
Topic: Issue with esp32-s2 camera
Replies: 0
Views: 26147

Issue with esp32-s2 camera

Hello, i have an application where i have to get an image from the camera and send it trough usb. Currently code: https://github.com/Fachinelli/esp_usb_camera The board i'm using is the esp32-s2 saola, the camera is OV7670 and the esp-idf version is 5.0. The problem: i do a esp_camera_fb_get() and t...