Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WIO WiFi Analyzer requires change for updated RTL8720 firmware #15

Closed
robertpeteuil opened this issue Jan 17, 2021 · 3 comments
Closed

Comments

@robertpeteuil
Copy link

People who have upgraded the firmware on their WIO's RTL8720 need to change the include on line 17 to the eRPC library:

from:

to

#include "rpcWifi.h"
@moononournation
Copy link
Owner

Yes, WioTerminal is still in developing substantially. But I suffer from below error and cannot test latest version yet:

src/port/esp_hardware.c:11:10: fatal error: esp_system.h: No such file or directory

@robertpeteuil
Copy link
Author

robertpeteuil commented Jan 18, 2021

Yes, its compiling and working fine for me (using the rpc libs).

I think your compile error may be related to the mbedtls library; specifically I think you need the dev branch for the WIO.

Seeed's WIO docs on installing the new network libraries point the dev branch. I noticed the dev branch contains this commit which removed ESP dependencies.

These are the libraries I'm using (not release tagged):

https://github.com/Seeed-Studio/Seeed_Arduino_FS
https://github.com/Seeed-Studio/Seeed_Arduino_SFUD
https://github.com/Seeed-Studio/Seeed_Arduino_mbedtls/archive/dev.zip
https://github.com/Seeed-Studio/Seeed_Arduino_rpcWiFi
https://github.com/Seeed-Studio/Seeed_Arduino_rpcUnified
https://github.com/Seeed-Studio/Seeed_Arduino_FreeRTOS
https://github.com/moononournation/Arduino_GFX

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants