Default behaviour of CyBLE013025

Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
NiVa_4337911
Level 3
Level 3
First like received

Hi,

What is the default firmware in CyBLE013025 modules? I got the following message while booting but I couldn't find anything for the messages starting with "@$"

@$*#04FF16F7009201020000074A057EEA5ECC00074E05D3160000

CYBLE-013025-00 manual says, the device is "Pre-programmed EZ-Serial firmware platform to allow for easy-to-use out of the box Bluetooth Low Energy connectivity", but it is not behaving like EZ serial.

0 Likes
1 Solution

Thank you, The problem was I selected a different UART (HCI UART) instead of PUART, i.e. SW1 switches 5, and 6 was on instead of 1, and 2.

View solution in original post

0 Likes
4 Replies
Owen_Zhang123
Moderator
Moderator
Moderator
5 questions asked 500 solutions authored 250 sign-ins

The default firmware in CYBLE-013025 is EZ-Serial: https://www.cypress.com/documentation/software-and-drivers/ez-serial-ez-ble-module-firmware-platform

Could you check if you set the UART right on your computer, which should be 115200 baud, 8 data bits, no parity, 1 stop bit, flow control disabled.

You may refer to the user guide chapter 2.2 for details: https://www.cypress.com/file/408286/download

Yes, the UART baud settings are correct. If it is EZSerial it should send @E not @$. And it is only wotking UART TX (module RX) unconnected.

0 Likes

The CYBLE-013025 only supports binary mode and doesn't support text mode with puart. You should set your UART to hex mode to receive the binary log or use a python script (refer to the user guide chapter 12) to see the text log.

0 Likes

Thank you, The problem was I selected a different UART (HCI UART) instead of PUART, i.e. SW1 switches 5, and 6 was on instead of 1, and 2.

0 Likes