Search found 202 matches
- Thu Nov 23, 2023 2:12 pm
- Forum: General Discussion
- Topic: BMP + GPS + EPAPER
- Replies: 2
- Views: 5972
Re: BMP + GPS + EPAPER
I think you can use USART1 and USART2 for your two different USART devices. There had been a previous discussion regrading this multiple USART issue. You can find that here: https://esp32.com/viewtopic.php?t=6715 By the way, if you are thinking of making a weather forecaster using ESP32 and BMP280, ...
- Tue Oct 24, 2023 8:30 am
- Forum: General Discussion
- Topic: Programming to send data using ESP32
- Replies: 3
- Views: 4415
Re: Programming to send data using ESP32
I only could find some videos of this series. https://www.youtube.com/watch?v=gDBmM9m_tMw You can see if these help you. Here is also a robot tutorial which pairs an android phone with the ESP32.You can see it too. https://www.pcbway.com/project/shareproject/Self_Balancing_Robot_Using_ESP32_1171d9cb...
- Tue Oct 17, 2023 8:41 am
- Forum: ESP32 Arduino
- Topic: ESP32 Rainmaker fails to connect to wifi
- Replies: 3
- Views: 6260
Re: ESP32 Rainmaker fails to connect to wifi
Here is a video about some common Rainmaker problems.
https://www.youtube.com/watch?v=pNJBaWZ_vj0
You can see if it helps.
https://www.youtube.com/watch?v=pNJBaWZ_vj0
You can see if it helps.
- Tue Oct 17, 2023 8:35 am
- Forum: General Discussion
- Topic: Programming to send data using ESP32
- Replies: 3
- Views: 4415
Re: Programming to send data using ESP32
Looks like your phone is not getting paired with the ESP32. Which phone are you using? Android or Iphone? When you scan for new devices, can your mobile phone detect the ESP32?
- Tue Oct 17, 2023 8:31 am
- Forum: Rust
- Topic: esp32-2432s028r - how to get Display to work ?
- Replies: 2
- Views: 35500
Re: esp32-2432s028r - how to get Display to work ?
Helo, which code are you trying to compile and what error message are you seeing?
- Tue Oct 17, 2023 8:28 am
- Forum: General Discussion
- Topic: ESP32 Timer Wake Up from Deep Sleep Mode with Arduino IDE
- Replies: 1
- Views: 3792
Re: ESP32 Timer Wake Up from Deep Sleep Mode with Arduino IDE
Thanks for sharing. These are really good references for those who wish to use ESP32 in low power modes.
- Sun Oct 15, 2023 12:04 pm
- Forum: General Discussion
- Topic: Which version of Arduino supports ESP32-C6
- Replies: 4
- Views: 13897
- Sun Oct 15, 2023 12:02 pm
- Forum: General Discussion
- Topic: ESP Wifi Concept Question
- Replies: 1
- Views: 2306
Re: ESP Wifi Concept Question
As far as I know, it is not possible to perform wifi FTM and CSI on the same ESP32 board at the same time without modifying the firmware.
- Sun Oct 15, 2023 11:58 am
- Forum: 硬件问题讨论
- Topic: esp32-wroom32 为什么不能通过串口与外设通讯
- Replies: 1
- Views: 22242
Re: esp32-wroom32 为什么不能通过串口与外设通讯
what can you see in the serial monitor?
- Sun Oct 15, 2023 11:51 am
- Forum: General Discussion
- Topic: MTCK and MTDO pins in ESP32S3
- Replies: 2
- Views: 3665
Re: MTCK and MTDO pins in ESP32S3
You can initialize these pins as GPIO pins. No issues. If you ever need to use JTAG for programming or debugging, you might need to disable their use as regular GPIOs and configure them back to their default JTAG functions.