Search found 19 matches

by juanyi
Wed May 05, 2021 8:46 am
Forum: QuickFeather
Topic: Simple Streaming with Wifi
Replies: 1
Views: 15065

Re: Simple Streaming with Wifi

Just to update in case anybody using non-Adafruit ESP32. I'm using NodeMCU ESP32, perhaps I was dumb enough to connect the uart wiring (from quickfeather) to the RX0/TX0. thus it didn't work, until I swap the wiring to the RX2/TX2.
by juanyi
Wed Apr 14, 2021 10:03 am
Forum: QuickFeather
Topic: Compilation error for tensorflow-mircolite
Replies: 2
Views: 15384

Re: Compilation error for tensorflow-mircolite

Thanks, it works. I should have tried your advice first, thanks anyway.
by juanyi
Mon Apr 12, 2021 3:01 pm
Forum: QuickFeather
Topic: Compilation error for tensorflow-mircolite
Replies: 2
Views: 15384

Compilation error for tensorflow-mircolite

Got compilation error when linking the libtensorflow-microlite in the config-GCC.mk file. At first I suspect the file name contains "-", replacing it with "_" no luck neither. Need some help. make[1]: Entering directory `/mnt/c/QF/qorc-sdk/qf_apps/qf_ssi_ai_app_R0/GCC_Project' Li...
by juanyi
Thu Apr 01, 2021 3:47 pm
Forum: QuickFeather
Topic: Simple Streaming with Wifi
Replies: 1
Views: 15065

Simple Streaming with Wifi

I was following Justin's tutorial to connect ESP32 (non-adafruit huzzah32) to QF, need some guidances. I managed to flash the ESP32 with Sensiml firmware and managed to connect to the wifi, and obtained the static IP. At the QF side, I flash the board with qf_ssi_ai_app bin file which was set to cap...
by juanyi
Sun Mar 21, 2021 3:39 am
Forum: QuickFeather
Topic: No model_json.h in /qorc-sdk/qf_apps/qf_ssi_ai_app/src/datasave.c
Replies: 2
Views: 6328

No model_json.h in /qorc-sdk/qf_apps/qf_ssi_ai_app/src/datasave.c

I was trying to use the Sensiml knowledgepack to SSI_AI app, following the steps published by @Chris Knorowski https://www.youtube.com/watch?v=AjR3vV7Q9fQ . Compilation error pop up as below: In file included from /mnt/c/QF/qorc-sdk/qf_apps/qf_ssi_ai_app/src/datasave.c:22: /mnt/c/QF/qorc-sdk/qf_apps...
by juanyi
Sun Mar 14, 2021 8:24 am
Forum: QuickFeather
Topic: The LED of QF stays solid green in download mode
Replies: 6
Views: 21542

Re: The LED of QF stays solid green in download mode

Thanks Anthony. I managed to recover the board and get the breathing fpga example running. Thanks again.
by juanyi
Tue Mar 09, 2021 12:23 pm
Forum: QuickFeather
Topic: Bunch of noises in the audio data
Replies: 9
Views: 9598

Re: Bunch of noises in the audio data

Yes, thanks for the remedy! It audio data is clean now.
by juanyi
Fri Mar 05, 2021 6:00 am
Forum: QuickFeather
Topic: Not showing Knowledge Pack Results on Serial.
Replies: 7
Views: 10144

Re: Not showing Knowledge Pack Results on Serial.

Hello, I was having the same issue initially. But after some investigation and trial/error, I think I found an answer to it. We need to select the debug option when we download the knowledge pack. This works for me. I have a somewhat strange finding though, when the project is using accelerometer, I...
by juanyi
Tue Mar 02, 2021 10:22 am
Forum: QuickFeather
Topic: The LED of QF stays solid green in download mode
Replies: 6
Views: 21542

Re: The LED of QF stays solid green in download mode

I was able to run some application (e.g., helloworldsw, helloworldhw, ssi ai app) before this happen, using stock/original bootloader. So I tried to follow the FPGA webinar, flashing the FPGA bin files to the quickfeather but result in no expected response (which is the breathing LED effect), I gues...