Search found 9 matches
- Thu Jan 18, 2024 7:17 am
- Forum: ESP8266
- Topic: ESP12F Correct boot mode but not working
- Replies: 0
- Views: 1690
ESP12F Correct boot mode but not working
Hi, After adding the resistors mentioned here (https://www.esp32.com/viewtopic.php?f=50&t=37491) and also a TX0 Pullup the boot modes are correct - (1,6) for flashing and (3,6) for normal boot. My ESP board is programmed with ESPHome which prints wifi status and more in the logs, but when I boot nor...
- Sun Dec 31, 2023 7:11 pm
- Forum: ESP8266
- Topic: Problem with Custom PCB Design
- Replies: 4
- Views: 3197
Re: Problem with Custom PCB Design
Hi, sorry for not replying - I wasn't at home this past week. Anyways the board doesn't work :oops: There is only one thing that troubles me. The schematic you see is from the second revision of the board. The first revision ones didn't have the jumper connections to IO2 and IO15. I changed this fro...
- Tue Dec 26, 2023 8:53 am
- Forum: ESP8266
- Topic: Problem with Custom PCB Design
- Replies: 4
- Views: 3197
Re: Problem with Custom PCB Design
Hi, I added the resistor and it still doesn't work. As additional information: In my ESP12F programmer, the chip is in boot mode 3;6 during normal operation (it works then). And when I checked the boot mode in my circuit (before adding the things you mentioned) the logs also show boot mode 3;6. This...
- Mon Dec 25, 2023 7:12 pm
- Forum: ESP8266
- Topic: Problem with Custom PCB Design
- Replies: 4
- Views: 3197
Problem with Custom PCB Design
Hi, I designed a custom PCB for the ESP12F and BME680. It's quite simple - it has an AMS1117 to step down 5V from a USB port to 3.3V, the ESP and BME, some pins for RX and TX for programming, and jumpers to connect IO2 to HIGH and IO15 to GND (I read online that you need to connect this for programm...
- Fri Jan 06, 2023 9:00 am
- Forum: Hardware
- Topic: Using ESP32 as external WiFi & Bluetooth for Raspberry Pi
- Replies: 4
- Views: 1816
Re: Using ESP32 as external WiFi & Bluetooth for Raspberry Pi
Ok, I'll check it out
Thanks
Thanks
- Fri Jan 06, 2023 8:58 am
- Forum: Hardware
- Topic: Using ESP32 as external WiFi & Bluetooth for Raspberry Pi
- Replies: 2
- Views: 1817
Re: Using ESP32 as external WiFi & Bluetooth for Raspberry Pi
I'll check it out soon.
Thanks
Thanks
- Tue Jan 03, 2023 4:09 pm
- Forum: Hardware
- Topic: Using ESP32 as external WiFi & Bluetooth for Raspberry Pi
- Replies: 4
- Views: 1816
Re: Using ESP32 as external WiFi & Bluetooth for Raspberry Pi
The guy said: " I know the standard answer appears to use an ESP8089" I know that this library supports WiFi, but with the ESP8266, is there a way to have GPIO Bluetooth? I could use ESP8089 with ESP8266 and a separate BT module. Oh, and I've been looking at ESP32 modules the only ones I can find ar...
- Sun Jan 01, 2023 8:20 pm
- Forum: Hardware
- Topic: Using ESP32 as external WiFi & Bluetooth for Raspberry Pi
- Replies: 4
- Views: 1816
Using ESP32 as external WiFi & Bluetooth for Raspberry Pi
Hi, I want to use ESP32 as a WiFi & Bluetooth SoC/controller for my Raspberry Pi. I found a guy on the Pi forums [https://forums.raspberrypi.com/viewtopic.php?t=342816] who successfully did that using this GitHub repo [https://github.com/espressif/esp-hosted], but he was last active ~2 months ago, s...
- Sun Jan 01, 2023 4:50 pm
- Forum: Hardware
- Topic: Using ESP32 as external WiFi & Bluetooth for Raspberry Pi
- Replies: 2
- Views: 1817
Using ESP32 as external WiFi & Bluetooth for Raspberry Pi
Hi, I want to use my ESP32 as a WiFi & Bluetooth controller/SoC for my Raspberry Pi using the GPIO pins(more specifically SPI). It seems that this is possible as I found a guy [https://forums.raspberrypi.com/viewtopic.php?t=342816] on the RPi forums that executed this successfully, but he was last a...