Search found 7 matches

by ricksondpenha
Fri May 15, 2020 5:29 pm
Forum: ESP-MDF
Topic: ESP IDF Version Support with MDF
Replies: 8
Views: 35323

Re: ESP IDF Version Support with MDF

Hi any updates on supporting ESP-IDF4.x, eagerly waiting./ :ugeek:
by ricksondpenha
Sat Feb 15, 2020 6:29 am
Forum: General Discussion
Topic: ESP32 CSI for localization / gesture recognition
Replies: 4
Views: 7809

Re: ESP32 CSI for localization / gesture recognition

Hi, I was researching on this too, Esp32 doesnt have multiple antennas so i dont know how accurate the data will be, in addition theres esp wifi mesh available, may be we could stream the csi data from the the mesh connected devices? Then theres tensorflow lite available on esp32, which can do furth...
by ricksondpenha
Tue Oct 22, 2019 5:12 pm
Forum: General Discussion
Topic: Google Voice Assistant IoT device (Direct to Google)
Replies: 1
Views: 3965

Re: Google Voice Assistant IoT device (Direct to Google)

I think you can use google iot and cloud functions for that. If you want to directly use it with google assistant, you'll have to write a google assistant action.

or you can use a third party library which does the job for you. check https://github.com/kakopappa/sinric
by ricksondpenha
Fri Jul 26, 2019 4:47 pm
Forum: ESP-ADF
Topic: Is something like Snips available on ESP?
Replies: 1
Views: 3846

Re: Is something like Snips available on ESP?

Hi Walter Snips runs on raspberry pi based system,meaning it needs Linux OS. But there is something like snips which works for microcontrollers and works completely offline, "Picovoice". But the creators of Picovoice haven't yet shown any kind of support for the ESP32 chip due to less incentives. I ...
by ricksondpenha
Wed Nov 29, 2017 3:58 pm
Forum: ESP-IDF
Topic: Wifi Disconnect Loop
Replies: 6
Views: 10189

Re: Wifi Disconnect Loop

FWIW, we're aware of this bug and we're trying hard to get this fixed before the 2.1 release. Hi this bug still isn't fixed, I have a AWS IOT PUB SUB and a Multi client TCP server, whenever i send messages to either TCP server or via AWS IOT, after some time the wifi gives a beacon timeout error an...
by ricksondpenha
Thu Jun 01, 2017 6:14 am
Forum: General Discussion
Topic: RTC battery supply
Replies: 21
Views: 40520

Re: RTC battery supply

Did a few tests about this. The issue seems to be that internal CPU regulator can also take power from VDD_RTC pin, meaning that if all the power rails except VDD_RTC are powered off, CPU can still keep running; this may cause issues if the CPU tries to read instructions or data from Flash, which w...
by ricksondpenha
Mon Sep 19, 2016 11:15 am
Forum: ESP-IDF
Topic: Build Error, ESP-IDF-Template project on both Eclipse Windows and mysys32 setup
Replies: 3
Views: 9069

Re: Build Error, ESP-IDF-Template project on both Eclipse Windows and mysys32 setup

Hello there, i have been getting the same error in windows 10 using Eclipse mars for c/c++. Have you found any solution yet?