Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Xiao ESP32-S3 and C3 targets #61

Closed
4O6FPV opened this issue Feb 18, 2024 · 9 comments
Closed

Xiao ESP32-S3 and C3 targets #61

4O6FPV opened this issue Feb 18, 2024 · 9 comments

Comments

@4O6FPV
Copy link

4O6FPV commented Feb 18, 2024

I have been trying to find a projects for UAS telemetry that supports the Xiao ESP32-S3 and the Xiao ESP32-C3. I have tried both the C3 and S3 precompiled targets but they both go into a constant connect and reconnect of the USB. I have tried to add them myself but I just am not able to do it with my current skill set. I was just wondering if someone could possibly make targets for these 2 board I can test. Their size and external antenna connection make these such great candidates for UAS telem. I have the board to test if needed.

@seeul8er
Copy link
Contributor

I placed an order for the C3, looks very interesting also for my project. I'll take a look.

@seeul8er
Copy link
Contributor

seeul8er commented Feb 19, 2024

According to the docs, it has UART0 mapped to D6&D7, it may interfere with the USB-CDC Mode. Try configuring any other pin for UART TX&RX. E.g. use GPIO8 and GPIO9 (D8 & D9 in case of this board) for UART.
The ESP32 can use almost any pin as a UART.

You will have to delete the flash first and re-flash the firmware to test

@seeul8er
Copy link
Contributor

Changing the pins seemed to do the trick #36
Wil close this one and re-open if necessary

@4O6FPV
Copy link
Author

4O6FPV commented Feb 23, 2024

so all you should have to do is change the tx/rx pin assignments after youi flash dronebridge correct? Looking at the docs on the xaio esp32-s3 it does not suffer from the same usb issue. I have gotten both to flash now just hooking to a fc to see if they speak.

@Dhananjay2601
Copy link

@seeul8er I'm not able to connect to Esp32 C3 in client mode via the router using UDP 14550 in mission planner. TCP using 5760 is working fine.

@Dhananjay2601
Copy link

udp err

@4O6FPV
Copy link
Author

4O6FPV commented Feb 28, 2024 via email

@Dhananjay2601
Copy link

Yes I opened the port in Firewall.
UDPCI seems to work with the IP of esp and port 14550 but not UDP.

@seeul8er
Copy link
Contributor

@Dhananjay2601 This is not an issue of DroneBridge for ESP32, but a configuration problem on your side. Mission Planner or any other app on your PC seem to already have opened up the UDP port and now you get that error message. Check your mission planner settings. Since this is not a support forum I will not further investigate

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants