Search found 202 matches

by bidrohini
Thu Nov 23, 2023 2:12 pm
Forum: General Discussion
Topic: BMP + GPS + EPAPER
Replies: 2
Views: 2220

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, ...
by bidrohini
Tue Oct 24, 2023 8:30 am
Forum: General Discussion
Topic: Programming to send data using ESP32
Replies: 3
Views: 3103

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...
by bidrohini
Tue Oct 17, 2023 8:41 am
Forum: ESP32 Arduino
Topic: ESP32 Rainmaker fails to connect to wifi
Replies: 2
Views: 4318

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.
by bidrohini
Tue Oct 17, 2023 8:35 am
Forum: General Discussion
Topic: Programming to send data using ESP32
Replies: 3
Views: 3103

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?
by bidrohini
Tue Oct 17, 2023 8:31 am
Forum: Rust
Topic: esp32-2432s028r - how to get Display to work ?
Replies: 2
Views: 23375

Re: esp32-2432s028r - how to get Display to work ?

Helo, which code are you trying to compile and what error message are you seeing?
by bidrohini
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: 2758

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.
by bidrohini
Sun Oct 15, 2023 12:04 pm
Forum: General Discussion
Topic: Which version of Arduino supports ESP32-C6
Replies: 4
Views: 9037

Re: Which version of Arduino supports ESP32-C6

Guytou wrote:
Thu Oct 12, 2023 7:30 pm
Hi, Is there any update on when Arduino will support the ESP32-C6 ? Is there perhaps a Zigbee library available that could be used on PlatformIO ?
You can also post this question to the Arduino community.
by bidrohini
Sun Oct 15, 2023 12:02 pm
Forum: General Discussion
Topic: ESP Wifi Concept Question
Replies: 1
Views: 1452

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.
by bidrohini
Sun Oct 15, 2023 11:58 am
Forum: 硬件问题讨论
Topic: esp32-wroom32 为什么不能通过串口与外设通讯
Replies: 1
Views: 17142

Re: esp32-wroom32 为什么不能通过串口与外设通讯

what can you see in the serial monitor?
by bidrohini
Sun Oct 15, 2023 11:51 am
Forum: General Discussion
Topic: MTCK and MTDO pins in ESP32S3
Replies: 2
Views: 1545

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.