This is the link I followed:
https://blog.hackster.io/the-arrival-of ... d9beab12c7
But it seems to make claims of support for Google Assistant that I can't see anywhere else.
Search found 11 matches
- Fri Dec 07, 2018 2:58 pm
- Forum: ESP-ADF
- Topic: Questions about LyraT Boards
- Replies: 2
- Views: 6181
- Mon Dec 03, 2018 11:23 am
- Forum: ESP-ADF
- Topic: Questions about LyraT Boards
- Replies: 2
- Views: 6181
Questions about LyraT Boards
I've been looking at ESP32b Audio dev boards. I can see two different versions of the Lyra: i) The LyraTD-MSC ii) The LyraT V4.3 What is the difference between these two boards (apart from the fact that one is round and one is rectangular)? The original CES announcement suggests that the LyraTD-MSC ...
- Mon Jun 12, 2017 2:36 pm
- Forum: General Discussion
- Topic: Flashing ESP32 From Native Windows
- Replies: 1
- Views: 4672
Flashing ESP32 From Native Windows
Is there any way to flash an ESP32 from native Windows command line , without having to go through a Linux shell?
- Thu May 18, 2017 6:35 am
- Forum: ESP-IDF
- Topic: [Answered] How to use esp_wifi_set_auto_connect()?
- Replies: 5
- Views: 14674
Re: [Answered] How to use esp_wifi_set_auto_connect()?
That seems to make sense. Has anyone got this to work?
- Wed May 10, 2017 2:05 pm
- Forum: ESP-IDF
- Topic: WSS, Libwebsockets
- Replies: 8
- Views: 18178
Re: WSS, Libwebsockets
The AP problems appear to be fixed in the current version of ESP-IDF.
I still need some help creating a simple web server using libwebsockets. Has anyone done this yet?
I still need some help creating a simple web server using libwebsockets. Has anyone done this yet?
- Wed Apr 26, 2017 3:41 pm
- Forum: General Discussion
- Topic: libwebsockets won't build on OSX
- Replies: 1
- Views: 4462
libwebsockets won't build on OSX
I'm trying to build libwebsockets for the ESP32 on OSX from this repo: https://github.com/warmcat/lws-esp32-factory Everything builds OK, until the link stage, where it fails to link to functions in the previously created library libwebsockets.a Doing an nm shows that the functions exist in the libr...
- Tue Apr 25, 2017 3:35 pm
- Forum: General Discussion
- Topic: Setting Up Open OCD on Mac - Unknown target type ESP108
- Replies: 2
- Views: 6234
Re: Setting Up Open OCD on Mac - Unknown target type ESP108
That fixed it.
Thanks
Thanks
- Tue Apr 25, 2017 2:35 pm
- Forum: ESP-IDF
- Topic: Using Eclipse with OpenOCD to build and debug ESP32
- Replies: 13
- Views: 31375
Re: Using Eclipse with OpenOCD to build and debug ESP32
These are our OSX Setup instructions. We use an FTDI Debugger, but they should work with others. Note the need to manually flash the device before debug. Debugger Setup ============== For debug we use the JTAG, OpenOCD and GDB. The JTAG Hardware is a C232HM-DDHSL-0 although any FTDI compatible 3.3V ...
- Tue Apr 25, 2017 2:29 pm
- Forum: General Discussion
- Topic: Debugging in Eclipse
- Replies: 3
- Views: 7602
Re: Debugging in Eclipse
We couldn't get this to work using a pipe between OpenOCD and GDB.
The technique described here works for us on OSX - it uses the ARM OpenOCD Debugger plugin.
https://www.matthias-jentsch.de/2017/02 ... d-openocd/
The technique described here works for us on OSX - it uses the ARM OpenOCD Debugger plugin.
https://www.matthias-jentsch.de/2017/02 ... d-openocd/
- Thu Apr 13, 2017 11:12 am
- Forum: General Discussion
- Topic: Setting Up Open OCD on Mac - Unknown target type ESP108
- Replies: 2
- Views: 6234
Setting Up Open OCD on Mac - Unknown target type ESP108
I'm struggling to get OpenOCD running on OSX. I've copied and edited esp32.cfg as described here: https://github.com/espressif/esp-idf/blob/master/docs/openocd.rst When I run it I get: openocd -s ./tcl -f esp32.cfg Open On-Chip Debugger 0.10.0 Licensed under GNU GPL v2 For bug reports, read http://o...