![Cypress CYALKIT-E02 Reference Design Kit Manual Download Page 36](http://html1.mh-extra.com/html/cypress/cyalkit-e02/cyalkit-e02_reference-design-kit-manual_2706362036.webp)
CYALKIT-E02 Solar-Powered BLE Sensor Beacon Reference Design Kit Guide, Doc. No. 002-11317 Rev. *C
36
[10] Read the Lock State
Read the lock state.
Default: unlocked
<Example>
EDSTATE
⏎
(echo) EDSTATE
(output) -> EDSTATE: unlocked
[11] Lock Eddystone-URL Configuration Service and set the lock-code
Write new lock-code and lock Eddystone-URL Configuration Service. This write operation is not
allowed if Eddystone-URL Configuration Service is locked.
<Example>
EDLOCK EEEEDDDD-CCCC-BBBB-AAAA-999988887777
⏎
(echo) EDLOCK EEEEDDDD-CCCC-BBBB-AAAA-999988887777
(output) -> New EDSTATE: locked
[12] Unlock Eddystone-URL Configuration Service
Unlock Eddystone-URL Configuration Service with lock-code set by EDLOCK command. If user
forgets the code, user needs send the DEFAULT command to change the lock state to unlocked.
<Example>
EDUNLOCK EEEEDDDD-CCCC-BBBB-AAAA-999988887777
⏎
(echo) EDUNLOCK EEEEDDDD-CCCC-BBBB-AAAA-999988887777
(output) -> New EDSTATE: unlocked
[13] Read/Write the URL
[13-1] Read
Read the URL.
Default: http://www.cypress.com/
<Example>
EDURI
⏎
(echo) EDURI
(output) -> Eddystone-URL URI Data: http://www.cypress.com/
[13-2] Write
Write the URL. This write operation is not allowed if Eddystone-URL Configuration Service is
locked.
The length is limited. The URL is case-sensitive except the protocol (http or https) and the domain.
<Example 1>
EDURI http://www.Abc.com/Root
⏎
<- Input [protocol]://[domain]/[path]
(echo) EDURI http://www.Abc.com/Root
(output) -> New Eddystone-URL URI Data : http://www.abc.com/Root
<Example 2>