Search found 6 matches
- Fri Dec 10, 2021 11:22 pm
- Forum: Hardware
- Topic: Digital TV tuners (DVB-C/T/S) support in ESP32
- Replies: 7
- Views: 13788
Re: Digital TV tuners (DVB-C/T/S) support in ESP32
Sorry to revive this old thread, but I'm also interested in this subject. Did you manage to turn your ESP32 into a digital TV tuner?
- Sat Oct 30, 2021 8:00 am
- Forum: Hardware
- Topic: Bluetooth not working with Windows 10 and not working with Android
- Replies: 0
- Views: 2392
Bluetooth not working with Windows 10 and not working with Android
I'm trying to use ESP32 to send receive/send data (RFCOMM) through bluetooth to Windows 10, I've already tried with both classic and BLE bluetooth, but despite what I do, Windows 10 won't recognize ESP32 as a Bluetooth device. This is what I see when I go to the bluetooth and other devices settings ...
- Tue May 18, 2021 9:17 pm
- Forum: General Discussion
- Topic: Noob question
- Replies: 3
- Views: 3054
Re: Noob question
Hi, most info is in this topic viewtopic.php?f=2&t=20959ESP_Sprite wrote: ↑Tue May 18, 2021 9:12 amWhat SDK (arduino, esp-idf, ...) are you using and how are you 'loading' the example?
Using Arduino IDE.
- Tue May 18, 2021 9:15 pm
- Forum: General Discussion
- Topic: ESP32 and Trezor firmware
- Replies: 3
- Views: 15520
Re: ESP32 and Trezor firmware
You did not post a link to your source material including code base! List all the hardware interfaces you have; display, usb, wifi, ble etc. Be careful though, you must break features (Display) down into acceptable interfaces. How do you achieve 'Display'? (SPI would be one way but there are others...
- Tue May 18, 2021 8:56 am
- Forum: General Discussion
- Topic: Noob question
- Replies: 3
- Views: 3054
Noob question
I'm learning how to use the ESP32, so I loaded an example in the ESP32, but now I can't load another example because the current example won't be deleted. Should I format it first?
What should I do and how?
What should I do and how?
- Sun May 16, 2021 10:19 pm
- Forum: General Discussion
- Topic: ESP32 and Trezor firmware
- Replies: 3
- Views: 15520
ESP32 and Trezor firmware
Few months ago I found out that a dude created a hard wallet using raspberry pi zero and trezor wallet firmware (which is available for free) and I noticed this: "Features: Use the original trezor One code. Only a thin layer is used to adapt the code to the raspberry pi Linux platform. " As you can ...