Search found 9 matches
- Thu Mar 14, 2019 2:02 pm
- Forum: Showcase
- Topic: ESP32 TFT display library
- Replies: 74
- Views: 554552
Re: ESP32 TFT display library
I’m experimenting with this library using a ESP32 Pico kit v4.1 and this touchscreen TFT panel: https://raw.githubusercontent.com/loboris/MicroPython_ESP32_psRAM_LoBo/master/Documents/disp_ili9341.jpg I have it hooked up this way: • mosi: 23 • miso: 19 • sck: 18 • CS: 5 (display CS) • DC: 26 (displa...
- Wed Feb 20, 2019 2:50 pm
- Forum: ESP-ADF
- Topic: Offline / online speech recognition
- Replies: 3
- Views: 12393
Re: Offline / online speech recognition
Thank you. I have reached out to your support team to discuss our application.
- Wed Feb 13, 2019 5:29 pm
- Forum: ESP-ADF
- Topic: Offline / online speech recognition
- Replies: 3
- Views: 12393
Offline / online speech recognition
Wondering if the ESP32 platform has enough horsepower and function to support a "hybrid" speech recognition platform. For example, let's say I have about 20 phrases that I would like to use to execute various functions regardless of whether I'm connected to the internet ("turn on the kitchen light",...
- Wed Jan 16, 2019 2:04 pm
- Forum: ESP-MDF
- Topic: ESP Mesh with cameras
- Replies: 3
- Views: 14955
ESP Mesh with cameras
Has anyone taken any of the available ESP32 camera projects and modified them to stream video through the mesh? Is there enough horsepower / bandwidth to do this at say 640x480 and 15FPS? Any other potential pitfalls?
Thanks!
- Lance
Thanks!
- Lance
- Mon Jan 07, 2019 2:04 pm
- Forum: ESP-MDF
- Topic: Designate a "preferred" root node
- Replies: 1
- Views: 4533
Designate a "preferred" root node
I have an application where it may be desirable to designate a "preferred" root node in the mesh but if this node malfunctions, the election process can still find a new root. The root node will always connect to the Internet via WiFi router. Is there any example that is close to this scenario or ar...
- Mon Dec 17, 2018 2:08 pm
- Forum: ESP-MDF
- Topic: No meshkit-sense examples in master branch
- Replies: 5
- Views: 9202
Re: No meshkit-sense examples in master branch
Thanks for the update!
- Fri Dec 14, 2018 6:28 pm
- Forum: ESP-MDF
- Topic: No meshkit-sense examples in master branch
- Replies: 5
- Views: 9202
No meshkit-sense examples in master branch
The master branch readme file shows this: Example Layout The examples are grouped into subdirectories by category. Each category directory contains one or more example projects: -get_started: contains some very simple examples with minimal functionality. -function_demo: demonstrates how functions ca...
- Fri Nov 23, 2018 5:16 pm
- Forum: ESP-IDF
- Topic: Smartconfig will not work with Linksys WiFi extender
- Replies: 0
- Views: 2812
Smartconfig will not work with Linksys WiFi extender
I have a Linksys WiFi router and a Linksys RE9000 extender running in AP mode. Both devices have unique SSIDs. Smartconfig works perfectly when my phone is connected to the router but fails when the phone is connected to the extender. Debug hangs at: I (406) smartconfig: SC version: V2.8.0 I (5226) ...
- Thu Nov 15, 2018 2:52 pm
- Forum: ESP-IDF
- Topic: AWS IoT Subscribe/Publish example problem
- Replies: 3
- Views: 5682
AWS IoT Subscribe/Publish example problem
I can not get the example to work with any of Amazon's root certificates including the one provided in the example. I can get the example to work by setting:
mqttInitParams.isSSLHostnameVerify = false;
I've tried several things including loading from SD card, etc. Any tips to debug?
mqttInitParams.isSSLHostnameVerify = false;
I've tried several things including loading from SD card, etc. Any tips to debug?