Hello!
I have an issue using the openlog module and the Wifi shield of Arduino MKR1000 together. I have been strugling with this a long time and I could really use a hand. I’m new to the forum but I’ll try to post as crearly as possible.
Issue
I have created a test script (attached), isolating the wifi setup functions and OpenLog setup functions from another larger project. The script first connects to a WiFi net via WAP, and then initialize the OpenLog, writing 3 times the escape character (changed to 36 in config.txt), then it creates a new csv file, appends some data to it, and then exits the command mode. The issue appears when writing the 3 escape characters, it doesn’t change to command mode.
WorkBench
OpenLog is wired using a custom UART comunication in pins 4 and 5, following this tutorial https://learn.sparkfun.com/tutorials/ad … ng-a-uart.
Steps to reproduce
Just use the script attached. The openlog was configured following this tutorial https://learn.sparkfun.com/tutorials/o … -guide/all
Behavior
wifi setup function: printIOTStatus()
openlog setup function: inicializarOpenLog()
Any help will be apreciated. Thanks.
WiFi_OpenLog_test.rar (6.99 KB)