2018-04-20 07:16 AM
Hello Experts,
Recently I bought the STEVAL-WESU1 board and able to read the sensor data using android application.
My requirement is to connect this wearable platform to other ARM board (raspberry pi board), raspberry pi should be able to read the data from wearable platform via BLE.
Is it possible ? can you please provide us some code to do that ?
Thanks for the help.
Please let me know if need any information.
#wearable #bluestsdkSolved! Go to Solution.
2018-07-12 07:49 AM
Dear Titus
may be a recap could help you:
1.move J1 to pin 2-3, and move J2 to pin 2-3 on the small adapter board.
2. now on central strip you have RX and TX lines, and specifically on pin 6 and 7 of it. please refer to below image
3. to capture the serial information you need a RS232 to USB adapter (there are many in commerce) or you can re-use a Nucleo Board, in this case you have to connect above RX and TX on CN3 (on ST-Link side).
Please note: these are RX and TX for STM32 on ST-Link, since you have to connect TX to RX and RX to TX.4. To avoid the STM32 on the nucleo conflict with STM32 on WeSU you have to isolate it: remove JP5 and JP6, connect JP1.Hoping this help
Adriano
2018-04-28 06:16 AM
Any support from ST Microelectronics ?
2018-05-02 03:03 PM
Yes, it is possible, but you will have to write your own code for the target ARM board.
2018-05-03 08:26 AM
Hi Miroslav,
Thanks for the reply.
BTW, I have tried to read the data via UUID which should be possible in any BLE supported wearable device.
And I have tried to read the sensor data via UUID, but getting datas as zero, checked with raspberrypi forum, they suspect that we may need to write or enable some access to read the data.
Can you please me with that ? Is it possible to route this technical question to ST wearable
STEVAL-WESU1 board technical team ?
Here is my question in raspberrypi forum, they asked me to check with ST team.
https://www.raspberrypi.org/forums/viewtopic.php?f=63&t=212483&p=1310671 ♯ p1310671
2018-05-03 09:47 AM
Please check following repository
2018-05-05 11:28 AM
Thanks Miroslav.
Can you please help me to get the debug UART logs from this board (STEVAL-WESU1) ?
I can see lot of PRINTF() in the given demo example, can you please help me on this ?
It would be helpful to debug the examples.
2018-05-10 11:44 AM
Hello Miroslav,
Any help ?
2018-05-30 10:40 AM
Hello
titusece
,please find the new release of the
https://github.com/STMicroelectronics-CentralLabs/BlueSTSDK_Python
to be used on a Linux gateway.I fixed the issue related to the connection to the STEVAL-WESU1 board.
Please note in the README.md filethat c
urrently only a subset of the BlueST features is implemented; moreover, neither the debug capability is implemented at the moment. All the missing features will be added asap. Stay tuned.
Thank you and regards,
Davide
#
2018-06-01 10:03 AM
Hello Titus
the UART connection are indicated on pag.19 of UM2041.
2018-06-04 09:42 AM
Hi Davide,
Thanks for your wonderful answer.
Will try once I got my new board.