2025-06-11 6:51 AM
Hiiii!
I installed NanoEdge AI Studio. try to upload some test data for training. As shown below, sanity check is not taking progress.
I am not sure if is related to connection issue. I do encounter following issue as well
My license is activated successfully.
Really new to NEAI. Looking for help~~~
2025-06-11 7:30 AM
Hello @Gmen,
The connection issue while be a problem later on for emulation and compilation as NanoEdge needs to reach our server to compile the library. It's most likely a proxy setup missing. If you are in a company, you may want to ask your IT department if you have one.
As for the signal that cannot be imported, could share an example file with your real data or at least one with the same exact structure.
You can attach .zip to message here (it may even work directly with .csv)
Have a good day,
Julian
2025-06-12 1:56 AM
Thank you for such quick reply @Julian E.
I solved proxy issue, now server is reachable.
and sanity check still is 0%. I attached .csv and readme file in attached zip.
Many thanks in advance! Looking forward to your reply.
2025-06-12 2:50 AM
Hello @Gmen,
The issue is the encoding type of your files.
Your files need to be saved as UTF8 encoding, in your case they seem to be UTF16 LE.
Have a good day,
Julian