Unsupported AT command version running on this device. Supported version is 1.6.x and lower, but found 1.7.0

Microsoft Windows [Version 10.0.19044.1586]
© Microsoft Corporation. Alle rechten voorbehouden.

C:\WINDOWS\system32>npm update edge-impulse-cli -g
npm WARN deprecated @zeit/dockerignore@0.0.5: “@zeit/dockerignore” is no longer maintained
npm WARN deprecated har-validator@5.1.5: this library is no longer supported
npm WARN deprecated request-promise@4.2.4: request-promise has been deprecated because it extends the now deprecated request package, see https://github.com/request/request/issues/3142
npm WARN deprecated debug@4.1.1: Debug versions >=3.2.0 <3.2.7 || >=4 <4.3.1 have a low-severity ReDos regression when used in a Node.js environment. It is recommended you upgrade to 3.2.7 or 4.3.1. (https://github.com/visionmedia/debug/issues/797)
npm WARN deprecated debug@4.1.1: Debug versions >=3.2.0 <3.2.7 || >=4 <4.3.1 have a low-severity ReDos regression when used in a Node.js environment. It is recommended you upgrade to 3.2.7 or 4.3.1. (https://github.com/visionmedia/debug/issues/797)
npm WARN deprecated debug@4.1.1: Debug versions >=3.2.0 <3.2.7 || >=4 <4.3.1 have a low-severity ReDos regression when used in a Node.js environment. It is recommended you upgrade to 3.2.7 or 4.3.1. (https://github.com/visionmedia/debug/issues/797)
npm WARN deprecated debug@4.1.1: Debug versions >=3.2.0 <3.2.7 || >=4 <4.3.1 have a low-severity ReDos regression when used in a Node.js environment. It is recommended you upgrade to 3.2.7 or 4.3.1. (https://github.com/visionmedia/debug/issues/797)
npm WARN deprecated request@2.88.0: request has been deprecated, see https://github.com/request/request/issues/3142
npm WARN deprecated uuid@3.4.0: Please upgrade to version 7 or higher. Older versions may use Math.random() in certain circumstances, which is known to be problematic. See https://v8.dev/blog/math-random for details.

changed 385 packages, and audited 386 packages in 2m

12 packages are looking for funding
run npm fund for details

11 vulnerabilities (6 moderate, 3 high, 2 critical)

To address all issues (including breaking changes), run:
npm audit fix --force

Run npm audit for details.

C:\WINDOWS\system32>edge-impulse-daemon
Edge Impulse serial daemon v1.14.5
Endpoints:
Websocket: wss://remote-mgmt.edgeimpulse.com
API: https://studio.edgeimpulse.com/v1
Ingestion: https://ingestion.edgeimpulse.com

[SER] Connecting to COM5
[SER] Serial is connected, trying to read config…
[SER] Retrieved configuration
[SER] Device is running AT command version 1.7.0
[SER] Unsupported AT command version running on this device. Supported version is 1.6.x and lower, but found 1.7.0.
[SER] Update the Edge Impulse CLI tools (via npm update edge-impulse-cli -g) to continue.

C:\WINDOWS\system32>edge-impulse-daemon
Edge Impulse serial daemon v1.14.5
Endpoints:
Websocket: wss://remote-mgmt.edgeimpulse.com
API: https://studio.edgeimpulse.com/v1
Ingestion: https://ingestion.edgeimpulse.com

[SER] Connecting to COM5
[SER] Serial is connected, trying to read config…
[SER] Retrieved configuration
[SER] Device is running AT command version 1.7.0
[SER] Unsupported AT command version running on this device. Supported version is 1.6.x and lower, but found 1.7.0.
[SER] Update the Edge Impulse CLI tools (via npm update edge-impulse-cli -g) to continue.

C:\WINDOWS\system32>

Someone has a solution for me ?

nmp update edge-impulse-cli -g doesn’t do the job…

Hi @cteq.eu,

Thanks for reporting the issue. We recently pushed a new version for AT commands but missed the CLI upgrade. I’m checking with our engineering to fix it asap.

Aurelien

@cteq.eu,

New CLI version has been pushed, just update it with: npm update edge-impulse-cli -g.
Let us know if that works and sorry again for this issue.

Aurelien

@aurel

thanks for the quick fix!
It works

kinds regards,
www.cteq.eu

I am having a similar challenge I have tried to use the command to update am using a mac m1, but still getting that same error

edge-impulse-daemon
Edge Impulse serial daemon v1.13.16
Endpoints:
Websocket: wss://remote-mgmt.edgeimpulse.com
API: https://studio.edgeimpulse.com/v1
Ingestion: https://ingestion.edgeimpulse.com

[SER] Connecting to /dev/tty.usbmodem1101
[SER] Serial is connected, trying to read config…
Failed to parse snapshot line [ ]
[SER] Unhandled configuration option snapshot ===== inference ======
[SER] Unhandled configuration option snapshot sensor 2
[SER] Unhandled configuration option snapshot model type classification
[SER] Retrieved configuration
[SER] Device is running AT command version 1.7.0
[SER] Unsupported AT command version running on this device. Supported version is 1.6.x and lower, but found 1.7.0.
[SER] Update the Edge Impulse CLI tools (via npm update edge-impulse-cli -g) to continue.

Hi @joelmuhanguzi,

Your CLI version is quite old (almost a year). Could you update it first with:

npm update edge-impulse-cli -g

Aurelien

npm update edge-impulse-cli -g

up to date, audited 206 packages in 1s

11 packages are looking for funding

run npm fund for details

found 0 vulnerabilities

oh, this is the response i get after running the update command, though when i try to re-run the daemon command the output remains the same

Been able to get it working, thank you a bunch

2 Likes

I am facing the same issue “Unsupported AT command version running on this device. Supported version is Supported version is 1.7.x and lower, but found 1.8.0.
[SER] Update the Edge Impulse CLI tools (via npm update edge-impulse-cli -g) to continue.”
I tried updating with npm update edge-impulse-cli -g but it responds as follow:
changed 1 package in 17s

23 packages are looking for funding
run npm fund for details
Kindly help me

Hi @aurel can you please check into this error. A new version of CLI is needed. I am using edge impulse in my project for Real time speech recognition and i am stuck because of unsupported AT command version which is 1.8.0 and my AT command version excepts 1.7.x. I used npm update edge-impulse-cli -g for updating edge impulse cli and still not able to connect my BLE 33 Sense with edge impulse API

Hi @bilal22,

Thanks for reporting, I’m checking with our team now to update the node package.

Aurelien

@bilal22,

New CLI has been pushed.

Aurelien

2 Likes

Thank you @aurel for looking into this error. It starts working fine after the version update.

Bilal

Hi guys, hi @aurel

I’m trying to run edge-impulse-run-impulse,
but I getting the same error as @bilal22:

Device is running AT command version 1.8.0
[SER] Unsupported AT command version running on this device. Supported version is 1.7.x and lower, but found 1.8.0.
[SER] Update the Edge Impulse CLI tools (via npm update edge-impulse-cli -g) to continue.

Hello @ottonovak,

You need to update your edge-impulse-cli:

npm update edge-impulse-cli -g

Best,

Louis