-
Notifications
You must be signed in to change notification settings - Fork 1
/
Release_Notes.html
620 lines (620 loc) · 26.8 KB
/
Release_Notes.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
<head>
<meta charset="utf-8" />
<meta name="generator" content="pandoc" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes" />
<title>Release Notes for FP-ATR-BLE1 STM32Cube Function Pack</title>
<style type="text/css">
code{white-space: pre-wrap;}
span.smallcaps{font-variant: small-caps;}
span.underline{text-decoration: underline;}
div.column{display: inline-block; vertical-align: top; width: 50%;}
</style>
<link rel="stylesheet" href="_htmresc/mini-st.css" />
<!--[if lt IE 9]>
<script src="//cdnjs.cloudflare.com/ajax/libs/html5shiv/3.7.3/html5shiv-printshiv.min.js"></script>
<![endif]-->
<link rel="icon" type="image/x-icon" href="../_htmresc/favicon.png" />
</head>
<body>
<div class="row">
<div class="col-sm-12 col-lg-4">
<center>
<h1 id="release-notes-for-fp-atr-ble1-software-for-stm32"><small>Release Notes for</small> <strong>FP-ATR-BLE1 Software for STM32</strong></h1>
<p>Copyright © 2023 STMicroelectronics<br />
</p>
<a href="https://www.st.com" class="logo"><img src="_htmresc/st_logo_2020.png" alt="ST logo" /></a>
</center>
<h1 id="purpose">Purpose</h1>
<p>The <strong>FP-ATR-BLE1</strong> is STM32Cube function pack function pack for asset tracking using BLE&NFC connectivity for SensorTile.box PRO discovery box The purpose of this functional pack is to provide simple asset tracking application for STEVAL-MKBOXPRO Pro that could be controlled by Bluetooth and NFC connectivity.</p>
<p>The expansion is built on STM32Cube software technology to ease portability across different STM32 microcontrollers.</p>
<h1 id="fp-atr-ble1-software-features">FP-ATR-BLE1 software features:</h1>
<ul>
<li>Complete example application to develop node with BLE&NFC connectivity, environmental and motion sensors, and perform real-time Tracking sensor monitor</li>
<li>Firmware compatible with ST Asset Tracking applications for Android/iOS controlling and reading the tracking log</li>
<li>Firmware compatible with ST BLE Sensor applications for Android/iOS for firmware update over the Air (FoTA)</li>
<li>Easy portability across different MCU families, thanks to STM32Cube</li>
<li>Free, user-friendly license terms</li>
</ul>
<p>This firmware package includes Components Device Drivers, Board Support Package and example application for the STMicroelectronics:</p>
<ul>
<li><p>STEVAL-MKBOXPRO (SensorTile.box-Pro) evaluation board that contains the following components:</p>
<ul>
<li><p>MEMS sensor devices: STTS22H, LPS22DF, LSM6DSV16X, LIS2DU12, LIS2MDL</p></li>
<li><p>Dynamic NFC tag: ST25DV04K</p></li>
<li><p>Digital Microphone: MP23db01HP</p></li>
<li><p>BlueNRG-LP Bluetooth Low Energy System On Chip</p></li>
</ul></li>
</ul>
<p>The figure below shows the overall architecture: <img src="_htmresc/FP-ATR-BLE1_Software_Architecture.png" /></p>
<p>Here is the list of references to user documents:</p>
<ul>
<li><a href="https://www.st.com/en/embedded-software/fp-atr-ble1.html#documentation">FP-ATR-BLE1</a> : Data Brief, User Manual and Quick Start Guide</li>
<li><a href="http://www.st.com/stm32cube">STM32Cube</a> : STM32Cube</li>
<li><a href="http://www.st.com/stm32nucleo">STM32 Nucleo boards</a> : STM32 Nucleo boards</li>
</ul>
</div>
<div class="col-sm-12 col-lg-8">
<h1 id="update-history">Update History</h1>
<div class="collapse">
<input type="checkbox" id="collapse-section2" checked aria-hidden="true"> <label for="collapse-section2" aria-hidden="true">V2.1.0 / 05-October-2023</label>
<div>
<h2 id="main-changes">Main Changes</h2>
<h3 id="product-update-release">Product Update release</h3>
<ul>
<li>Added support to AutoDiscovery of NFC component</li>
<li>Bug Fix</li>
</ul>
<h2 id="contents">Contents</h2>
<p>The components flagged by “<span class="icon-st-update"></span>” have changed since the previous release. “<span class="icon-st-add"></span>” are new.</p>
<table>
<caption>Documentation<br />
</caption>
<thead>
<tr class="header">
<th style="text-align: left;">Name</th>
<th style="text-align: left;">Version</th>
<th style="text-align: left;">Document</th>
</tr>
</thead>
<tbody>
<tr class="odd">
<td style="text-align: left;">FP-ATR-BLE1_STM32U585AI-SensorTile.boxPro Doxygen documentation</td>
<td style="text-align: left;">2.1.0 <span class="icon-st-update"></span></td>
<td style="text-align: left;"><a href="Documentation\FP-ATR-BLE1_STM32U585AI-SensorTile.boxPro.chm">CHM</a></td>
</tr>
</tbody>
</table>
<table>
<caption>Projects<br />
</caption>
<thead>
<tr class="header">
<th style="text-align: left;">Name</th>
<th style="text-align: left;">Version</th>
<th style="text-align: left;">Document</th>
</tr>
</thead>
<tbody>
<tr class="odd">
<td style="text-align: left;">STM32U585AI-SensorTile.boxPro/Applications/ATR_BLE</td>
<td style="text-align: left;">2.1.0 <span class="icon-st-update"></span></td>
<td style="text-align: left;"><a href="Projects/STM32U585AI-SensorTile.boxPro/Applications/ATR_BLE/readme.html">Read Me</a></td>
</tr>
</tbody>
</table>
<table>
<caption>Middlewares<br />
</caption>
<thead>
<tr class="header">
<th style="text-align: left;">Name</th>
<th style="text-align: left;">Version</th>
<th style="text-align: left;">Document</th>
</tr>
</thead>
<tbody>
<tr class="odd">
<td style="text-align: left;">BlueNRG-LP</td>
<td style="text-align: left;">1.3.0 <span class="icon-st-update"></span></td>
<td style="text-align: left;"><a href="Middlewares\ST\BlueNRG-LP\Release_Notes.html">Release Note</a></td>
</tr>
<tr class="even">
<td style="text-align: left;">BLE_Manager Lib</td>
<td style="text-align: left;">1.9.1 <span class="icon-st-update"></span></td>
<td style="text-align: left;"><a href="Middlewares\ST\STM32_BLE_Manager\Release_Notes.html">Release Note</a></td>
</tr>
<tr class="odd">
<td style="text-align: left;">PnPLCompManager Lib</td>
<td style="text-align: left;">2.0.0 <span class="icon-st-add"></span></td>
<td style="text-align: left;"><a href="Middlewares\ST\PnPLCompManager\Release_Notes.html">Release Note</a></td>
</tr>
<tr class="even">
<td style="text-align: left;">parson</td>
<td style="text-align: left;">1.5.2 <span class="icon-st-update"></span></td>
<td style="text-align: left;"><a href="Middlewares\Third_Party\parson\Release_Notes.html">Release Note</a></td>
</tr>
</tbody>
</table>
<table>
<caption>Drivers<br />
</caption>
<thead>
<tr class="header">
<th style="text-align: left;">Name</th>
<th style="text-align: left;">Version</th>
<th style="text-align: left;">Document</th>
</tr>
</thead>
<tbody>
<tr class="odd">
<td style="text-align: left;">STM32U5xx CMSIS</td>
<td style="text-align: left;">1.3.0 <span class="icon-st-update"></span></td>
<td style="text-align: left;"><a href="Drivers\CMSIS\Device\ST\STM32U5xx\Release_Notes.html">release notes</a></td>
</tr>
<tr class="even">
<td style="text-align: left;">STM32U5xx HAL</td>
<td style="text-align: left;">1.3.0 <span class="icon-st-update"></span></td>
<td style="text-align: left;"><a href="Drivers\STM32U5xx_HAL_Driver\Release_Notes.html">release notes</a></td>
</tr>
<tr class="odd">
<td style="text-align: left;">BSP SensorTileBoxPro</td>
<td style="text-align: left;">1.1.0 <span class="icon-st-update"></span></td>
<td style="text-align: left;"><a href="Drivers\BSP\SensorTileBoxPro\Release_Notes.html">release notes</a></td>
</tr>
</tbody>
</table>
<table>
<caption>Components<br />
</caption>
<thead>
<tr class="header">
<th style="text-align: left;">Name</th>
<th style="text-align: left;">Version</th>
<th style="text-align: left;">Document</th>
</tr>
</thead>
<tbody>
<tr class="odd">
<td style="text-align: left;">lis2mdl</td>
<td style="text-align: left;">1.6.0</td>
<td style="text-align: left;"><a href="Drivers\BSP\Components\lis2mdl\Release_Notes.html">release notes</a></td>
</tr>
<tr class="even">
<td style="text-align: left;">stc3115</td>
<td style="text-align: left;">1.1.0</td>
<td style="text-align: left;"><a href="Drivers\BSP\Components\stc3115\Release_Notes.html">release notes</a></td>
</tr>
<tr class="odd">
<td style="text-align: left;">lis2du12</td>
<td style="text-align: left;">1.2.0 <span class="icon-st-update"></span></td>
<td style="text-align: left;"><a href="Drivers\BSP\Components\lis2du12\Release_Notes.html">release notes</a></td>
</tr>
<tr class="even">
<td style="text-align: left;">lps22df</td>
<td style="text-align: left;">1.2.0</td>
<td style="text-align: left;"><a href="Drivers\BSP\Components\lps22df\Release_Notes.html">release notes</a></td>
</tr>
<tr class="odd">
<td style="text-align: left;">lsm6dsv16x</td>
<td style="text-align: left;">1.3.0</td>
<td style="text-align: left;"><a href="Drivers\BSP\Components\lsm6dsv16x\Release_Notes.html">release notes</a></td>
</tr>
<tr class="even">
<td style="text-align: left;">stts22h</td>
<td style="text-align: left;">1.4.0</td>
<td style="text-align: left;"><a href="Drivers\BSP\Components\stts22h\Release_Notes.html">release notes</a></td>
</tr>
<tr class="odd">
<td style="text-align: left;">ST25DV</td>
<td style="text-align: left;">2.0.2</td>
<td style="text-align: left;"><a href="Drivers\BSP\Components\ST25DV\Release_Notes.html">release notes</a></td>
</tr>
</tbody>
</table>
<h2 id="known-limitations">Known Limitations</h2>
<p>None</p>
<h2 id="development-toolchains-and-compilers">Development Toolchains and Compilers</h2>
<ul>
<li>IAR Embedded Workbench for ARM (EWARM) toolchain V9.20.1 + STLink/V3</li>
<li>RealView Microcontroller Development Kit (MDK-ARM) toolchain V5.37.0 + STLink/V3</li>
<li>STM32CubeIDE Integrated Development Environment for STM32 V1.13.2 STLink/V3</li>
</ul>
<h2 id="supported-devices-and-boards">Supported Devices and Boards</h2>
<ul>
<li>SensorTileBoxPro discovery box with multi-sensors and wireless connectivity [<a href="https://www.st.com/en/evaluation-tools/steval-mkboxpro.html">STEVAL-MKBOXPRO</a>]</li>
</ul>
<h2 id="backward-compatibility">Backward Compatibility</h2>
<p>None</p>
<h2 id="dependencies">Dependencies</h2>
<p>This software release is compatible with:</p>
<ul>
<li><a href="https://play.google.com/store/apps/details?id=com.st.assetTracking"><strong>ST Asset Tracking Android application</strong></a> V3.4.0 (or higher)</li>
<li><a href="https://apps.apple.com/it/app/st-asset-tracking/id1483734401"><strong>ST Asset Tracking iOS application</strong></a> V3.4.0 (or higher)</li>
<li><a href="https://play.google.com/store/apps/details?id=com.st.bluems"><strong>ST BLE Sensor Android application</strong></a> V5.0.0 (or higher)</li>
<li><a href="https://apps.apple.com/it/app/st-ble-sensor/id993670214"><strong>ST BLE Sensor iOS application</strong></a> V5.0.0 (or higher)</li>
</ul>
</div>
</div>
<div class="collapse">
<input type="checkbox" id="collapse-section2" aria-hidden="true"> <label for="collapse-section2" aria-hidden="true">V2.0.0 / 27-March-2023</label>
<div>
<h2 id="main-changes-1">Main Changes</h2>
<h3 id="product-update-release-1">Product Update release</h3>
<ul>
<li>Added support for SensorTile.box-Pro evaluation board</li>
<li>Removed support for SensorTile.box evaluation board</li>
<li>Added the capability to control the Tracking using NFC connectivity</li>
<li>Added the capability to read the Maximum&Minium samples values</li>
<li>Added the capability to make Firmware Over the Air Update (FoTA)</li>
</ul>
<h2 id="contents-1">Contents</h2>
<p>The components flagged by “<span class="icon-st-update"></span>” have changed since the previous release. “<span class="icon-st-add"></span>” are new.</p>
<table>
<caption>Documentation<br />
</caption>
<thead>
<tr class="header">
<th style="text-align: left;">Name</th>
<th style="text-align: left;">Version</th>
<th style="text-align: left;">Document</th>
</tr>
</thead>
<tbody>
<tr class="odd">
<td style="text-align: left;">FP-ATR-BLE1_STM32U585AI-SensorTile.boxPro Doxygen documentation 2.0.</td>
<td style="text-align: left;">0 <span class="icon-st-add"></span></td>
<td style="text-align: left;"><a href="Documentation\FP-ATR-BLE1_STM32U585AI-SensorTile.boxPro.chm">CHM</a></td>
</tr>
</tbody>
</table>
<table>
<caption>Projects<br />
</caption>
<thead>
<tr class="header">
<th style="text-align: left;">Name</th>
<th style="text-align: left;">Version</th>
<th style="text-align: left;">Document</th>
</tr>
</thead>
<tbody>
<tr class="odd">
<td style="text-align: left;">STM32U585AI-SensorTile.boxPro/Applications/ATR_BLE</td>
<td style="text-align: left;">1.2.0 <span class="icon-st-add"></span></td>
<td style="text-align: left;"><a href="Projects/STM32U585AI-SensorTile.boxPro/Applications/ATR_BLE/readme.html">Read Me</a></td>
</tr>
</tbody>
</table>
<table>
<caption>Middlewares<br />
</caption>
<thead>
<tr class="header">
<th style="text-align: left;">Name</th>
<th style="text-align: left;">Version</th>
<th style="text-align: left;">Document</th>
</tr>
</thead>
<tbody>
<tr class="odd">
<td style="text-align: left;">BlueNRG-LP</td>
<td style="text-align: left;">1.2.0 <span class="icon-st-add"></span></td>
<td style="text-align: left;"><a href="Middlewares\ST\BlueNRG-LP\Release_Notes.html">Release Note</a></td>
</tr>
<tr class="even">
<td style="text-align: left;">BLE_Manager Lib</td>
<td style="text-align: left;">1.8.0 <span class="icon-st-add"></span></td>
<td style="text-align: left;"><a href="Middlewares\ST\STM32_BLE_Manager\Release_Notes.html">Release Note</a></td>
</tr>
<tr class="odd">
<td style="text-align: left;">parson</td>
<td style="text-align: left;">1.3.0 <span class="icon-st-add"></span></td>
<td style="text-align: left;"><a href="Middlewares\Third_Party\parson\Release_Notes.html">Release Note</a></td>
</tr>
</tbody>
</table>
<table>
<caption>Drivers<br />
</caption>
<thead>
<tr class="header">
<th style="text-align: left;">Name</th>
<th style="text-align: left;">Version</th>
<th style="text-align: left;">Document</th>
</tr>
</thead>
<tbody>
<tr class="odd">
<td style="text-align: left;">STM32U5xx CMSIS</td>
<td style="text-align: left;">1.1.0 <span class="icon-st-add"></span></td>
<td style="text-align: left;"><a href="Drivers\CMSIS\Device\ST\STM32U5xx\Release_Notes.html">release notes</a></td>
</tr>
<tr class="even">
<td style="text-align: left;">STM32U5xx HAL</td>
<td style="text-align: left;">1.1.0 <span class="icon-st-add"></span></td>
<td style="text-align: left;"><a href="Drivers\STM32U5xx_HAL_Driver\Release_Notes.html">release notes</a></td>
</tr>
<tr class="odd">
<td style="text-align: left;">BSP SensorTileBoxPro</td>
<td style="text-align: left;">1.0.0 <span class="icon-st-add"></span></td>
<td style="text-align: left;"><a href="Drivers\BSP\SensorTileBoxPro\Release_Notes.html">release notes</a></td>
</tr>
</tbody>
</table>
<table>
<caption>Components<br />
</caption>
<thead>
<tr class="header">
<th style="text-align: left;">Name</th>
<th style="text-align: left;">Version</th>
<th style="text-align: left;">Document</th>
</tr>
</thead>
<tbody>
<tr class="odd">
<td style="text-align: left;">lis2mdl</td>
<td style="text-align: left;">1.6.0 <span class="icon-st-add"></span></td>
<td style="text-align: left;"><a href="Drivers\BSP\Components\lis2mdl\Release_Notes.html">release notes</a></td>
</tr>
<tr class="even">
<td style="text-align: left;">stc3115</td>
<td style="text-align: left;">1.1.0 <span class="icon-st-add"></span></td>
<td style="text-align: left;"><a href="Drivers\BSP\Components\stc3115\Release_Notes.html">release notes</a></td>
</tr>
<tr class="odd">
<td style="text-align: left;">lis2du12</td>
<td style="text-align: left;">1.1.0 <span class="icon-st-add"></span></td>
<td style="text-align: left;"><a href="Drivers\BSP\Components\lis2du12\Release_Notes.html">release notes</a></td>
</tr>
<tr class="even">
<td style="text-align: left;">lps22df</td>
<td style="text-align: left;">1.2.0 <span class="icon-st-add"></span></td>
<td style="text-align: left;"><a href="Drivers\BSP\Components\lps22df\Release_Notes.html">release notes</a></td>
</tr>
<tr class="odd">
<td style="text-align: left;">lsm6dsv16x</td>
<td style="text-align: left;">1.3.0 <span class="icon-st-add"></span></td>
<td style="text-align: left;"><a href="Drivers\BSP\Components\lsm6dsv16x\Release_Notes.html">release notes</a></td>
</tr>
<tr class="even">
<td style="text-align: left;">stts22h</td>
<td style="text-align: left;">1.4.0 <span class="icon-st-add"></span></td>
<td style="text-align: left;"><a href="Drivers\BSP\Components\stts22h\Release_Notes.html">release notes</a></td>
</tr>
<tr class="odd">
<td style="text-align: left;">ST25DV</td>
<td style="text-align: left;">2.0.2 <span class="icon-st-add"></span></td>
<td style="text-align: left;"><a href="Drivers\BSP\Components\ST25DV\Release_Notes.html">release notes</a></td>
</tr>
</tbody>
</table>
<h2 id="known-limitations-1">Known Limitations</h2>
<p>None</p>
<h2 id="development-toolchains-and-compilers-1">Development Toolchains and Compilers</h2>
<ul>
<li>IAR Embedded Workbench for ARM (EWARM) toolchain V9.20.1 + STLink/V3</li>
<li>RealView Microcontroller Development Kit (MDK-ARM) toolchain V5.37.0 + STLink/V3</li>
<li>STM32CubeIDE Integrated Development Environment for STM32 V1.12.0 STLink/V3</li>
</ul>
<h2 id="supported-devices-and-boards-1">Supported Devices and Boards</h2>
<ul>
<li>SensorTileBoxPro discovery box with multi-sensors and wireless connectivity [<a href="https://www.st.com/en/evaluation-tools/steval-mkboxpro.html">STEVAL-MKBOXPRO</a>]</li>
</ul>
<h2 id="backward-compatibility-1">Backward Compatibility</h2>
<p>None</p>
<h2 id="dependencies-1">Dependencies</h2>
<p>This software release is compatible with:</p>
<ul>
<li><a href="https://play.google.com/store/apps/details?id=com.st.assetTracking"><strong>ST Asset Tracking Android application</strong></a> V3.4.0 (or higher)</li>
<li><a href="https://apps.apple.com/it/app/st-asset-tracking/id1483734401"><strong>ST Asset Tracking iOS application</strong></a> V3.4.0 (or higher)</li>
<li><a href="https://play.google.com/store/apps/details?id=com.st.bluems"><strong>ST BLE Sensor Android application</strong></a> V4.19.0 (or higher)</li>
<li><a href="https://apps.apple.com/it/app/st-ble-sensor/id993670214"><strong>ST BLE Sensor iOS application</strong></a> V4.19.0 (or higher)</li>
</ul>
</div>
</div>
<div class="collapse">
<input type="checkbox" id="collapse-section1" aria-hidden="true"> <label for="collapse-section1" aria-hidden="true">V1.0.0 / 20-February-2020</label>
<div>
<h2 id="main-changes-2">Main Changes</h2>
<h3 id="first-release">First release</h3>
<p>First Release of FP-ATR-BLE1 STM32Cube Function Pack for BLE Asset Tracking on SensorTile.box (STEVAL-MKS1BOX1) Pro Mode</p>
<h2 id="contents-2">Contents</h2>
<table>
<caption>Documentation<br />
</caption>
<thead>
<tr class="header">
<th style="text-align: left;">Name</th>
<th style="text-align: left;">Version</th>
<th style="text-align: left;">License</th>
<th style="text-align: left;">Document</th>
</tr>
</thead>
<tbody>
<tr class="odd">
<td style="text-align: left;">FP-ATR-BLE1 Doxygen documentation</td>
<td style="text-align: left;">1.0.0</td>
<td style="text-align: left;"><a href="https://www.st.com/content/st_com/en/search.html#q=SLA0055-t=resources-page=1">SLA0055</a></td>
<td style="text-align: left;"><a href="Documentation\FP-ATR-BLE1.chm">CHM</a></td>
</tr>
</tbody>
</table>
<table>
<caption>Projects<br />
</caption>
<thead>
<tr class="header">
<th style="text-align: left;">Name</th>
<th style="text-align: left;">Version</th>
<th style="text-align: left;">License</th>
<th style="text-align: left;">Document</th>
</tr>
</thead>
<tbody>
<tr class="odd">
<td style="text-align: left;">ATR_BLE</td>
<td style="text-align: left;">1.0.0</td>
<td style="text-align: left;"><a href="https://www.st.com/content/st_com/en/search.html#q=SLA0055-t=resources-page=1">SLA0055</a></td>
<td style="text-align: left;"><a href="Projects/STM32L4R9ZI-SensorTile.box/Applications/ATR_BLE/readme.txt">Read Me</a></td>
</tr>
</tbody>
</table>
<table>
<caption>Middlewares<br />
</caption>
<thead>
<tr class="header">
<th style="text-align: left;">Name</th>
<th style="text-align: left;">Version</th>
<th style="text-align: left;">License</th>
<th style="text-align: left;">Document</th>
</tr>
</thead>
<tbody>
<tr class="odd">
<td style="text-align: left;">FreeRTOS</td>
<td style="text-align: left;">10.2.1</td>
<td style="text-align: left;"><a href="Middlewares\Third_Party\FreeRTOS\License\license.txt">MIT</a></td>
<td style="text-align: left;"><a href="Middlewares\Third_Party\FreeRTOS\Source\st_readme.txt">Read Me</a></td>
</tr>
<tr class="even">
<td style="text-align: left;">FatFS</td>
<td style="text-align: left;">0.12c</td>
<td style="text-align: left;"><a href="https://opensource.org/licenses/BSD-3-Clause">BSD-3-Clause</a></td>
<td style="text-align: left;"><a href="Middlewares\Third_Party\FatFs\src\st_readme.txt">Read Me</a></td>
</tr>
<tr class="odd">
<td style="text-align: left;">BlueNRG-1/2</td>
<td style="text-align: left;">1.1.0</td>
<td style="text-align: left;"><a href="https://www.st.com/resource/en/license_agreement/dm00279991.pdf">SLA0068</a></td>
<td style="text-align: left;"><a href="Middlewares\ST\BlueNRG-2\Release_Notes.html">Release Note</a></td>
</tr>
<tr class="even">
<td style="text-align: left;">MetaDataManger</td>
<td style="text-align: left;">1.0.0</td>
<td style="text-align: left;"><a href="https://www.st.com/resource/en/license_agreement/dm00279991.pdf">SLA0068</a></td>
<td style="text-align: left;"><a href="Middlewares\ST\STM32_MetaDataManager\Release_Notes.html">Release Note</a></td>
</tr>
</tbody>
</table>
<table>
<caption>Drivers<br />
</caption>
<thead>
<tr class="header">
<th style="text-align: left;">Name</th>
<th style="text-align: left;">Version</th>
<th style="text-align: left;">License</th>
<th style="text-align: left;">Document</th>
</tr>
</thead>
<tbody>
<tr class="odd">
<td style="text-align: left;">STM32L4xx CMSIS</td>
<td style="text-align: left;">1.6.0</td>
<td style="text-align: left;"><a href="https://opensource.org/licenses/BSD-3-Clause">BSD-3-Clause</a></td>
<td style="text-align: left;"><a href="Drivers\CMSIS\Device\ST\STM32L4xx\Release_Notes.html">release notes</a></td>
</tr>
<tr class="even">
<td style="text-align: left;">STM32L4xx HAL</td>
<td style="text-align: left;">1.11.0</td>
<td style="text-align: left;"><a href="https://opensource.org/licenses/BSD-3-Clause">BSD-3-Clause</a></td>
<td style="text-align: left;"><a href="Drivers\STM32L4xx_HAL_Driver\Release_Notes.html">release notes</a></td>
</tr>
<tr class="odd">
<td style="text-align: left;">BSP SensorTile.box</td>
<td style="text-align: left;">1.3.2</td>
<td style="text-align: left;"><a href="https://opensource.org/licenses/BSD-3-Clause">BSD-3-Clause</a></td>
<td style="text-align: left;"><a href="Drivers\BSP\SensorTile.box\Release_Notes.html">release notes</a></td>
</tr>
</tbody>
</table>
<table>
<caption>Components<br />
</caption>
<thead>
<tr class="header">
<th style="text-align: left;">Name</th>
<th style="text-align: left;">Version</th>
<th style="text-align: left;">License</th>
<th style="text-align: left;">Document</th>
</tr>
</thead>
<tbody>
<tr class="odd">
<td style="text-align: left;">stts751</td>
<td style="text-align: left;">1.0.1</td>
<td style="text-align: left;"><a href="http://www.st.com/software_license_agreement_liberty_v2">MCD-ST Liberty V2</a></td>
<td style="text-align: left;"><a href="Drivers\BSP\Components\stts751\Release_Notes.html">release notes</a></td>
</tr>
<tr class="even">
<td style="text-align: left;">lsm6dsox</td>
<td style="text-align: left;">1.2.1</td>
<td style="text-align: left;"><a href="http://www.st.com/software_license_agreement_liberty_v2">MCD-ST Liberty V2</a></td>
<td style="text-align: left;"><a href="Drivers\BSP\Components\lsm6dsox\Release_Notes.html">release notes</a></td>
</tr>
<tr class="odd">
<td style="text-align: left;">lps22hh</td>
<td style="text-align: left;">1.1.1</td>
<td style="text-align: left;"><a href="http://www.st.com/software_license_agreement_liberty_v2">MCD-ST Liberty V2</a></td>
<td style="text-align: left;"><a href="Drivers\BSP\Components\lps22hh\Release_Notes.html">release notes</a></td>
</tr>
<tr class="even">
<td style="text-align: left;">lis3dhh</td>
<td style="text-align: left;">1.0.0</td>
<td style="text-align: left;"><a href="http://www.st.com/software_license_agreement_liberty_v2">MCD-ST Liberty V2</a></td>
<td style="text-align: left;"><a href="Drivers\BSP\Components\lis3dhh\Release_Notes.html">release notes</a></td>
</tr>
<tr class="odd">
<td style="text-align: left;">lis2mdl</td>
<td style="text-align: left;">1.2.1</td>
<td style="text-align: left;"><a href="http://www.st.com/software_license_agreement_liberty_v2">MCD-ST Liberty V2</a></td>
<td style="text-align: left;"><a href="Drivers\BSP\Components\lis2mdl\Release_Notes.html">release notes</a></td>
</tr>
<tr class="even">
<td style="text-align: left;">lis2dw12</td>
<td style="text-align: left;">1.1.2</td>
<td style="text-align: left;"><a href="http://www.st.com/software_license_agreement_liberty_v2">MCD-ST Liberty V2</a></td>
<td style="text-align: left;"><a href="Drivers\BSP\Components\lis2dw12\Release_Notes.html">release notes</a></td>
</tr>
<tr class="odd">
<td style="text-align: left;">hts221</td>
<td style="text-align: left;">5.2.2</td>
<td style="text-align: left;"><a href="http://www.st.com/software_license_agreement_liberty_v2">MCD-ST Liberty V2</a></td>
<td style="text-align: left;"><a href="Drivers\BSP\Components\hts221\Release_Notes.html">release notes</a></td>
</tr>
</tbody>
</table>
<h2 id="known-limitations-2">Known Limitations</h2>
<p>With some Android phones there are some compatibility issues for using the PIN for BLE security connection.</p>
<h2 id="development-toolchains-and-compilers-2">Development Toolchains and Compilers</h2>
<ul>
<li>IAR Embedded Workbench for ARM (EWARM) toolchain V8.32.3 + STLink/V2</li>
<li>RealView Microcontroller Development Kit (MDK-ARM) toolchain V5.27.1 + ST-LINK/V2</li>
<li>STM32CubeIDE Integrated Development Environment for STM32 V1.2.1 + ST-LINK/V2</li>
</ul>
<h2 id="supported-devices-and-boards-2">Supported Devices and Boards</h2>
<ul>
<li>SensorTile.box wireless multi sensor development Rev3 [<a href="https://www.st.com/content/st_com/en/products/evaluation-tools/product-evaluation-tools/mems-motion-sensor-eval-boards/steval-mksbox1v1.html">STEVAL-MKS1BOX1</a>]</li>
</ul>
<h2 id="backward-compatibility-2">Backward Compatibility</h2>
<p>None</p>
<h2 id="dependencies-2">Dependencies</h2>
<p>This software release is compatible with:</p>
<ul>
<li><a href="https://play.google.com/store/apps/details?id=com.st.assetTracking"><strong>ST Asset Tracking Android application</strong></a> V2.0.0</li>
<li><a href="https://apps.apple.com/it/app/st-asset-tracking/id1483734401"><strong>ST Asset Tracking iOS application</strong></a> V2.0.0</li>
</ul>
</div>
</div>
</div>
</div>
<footer class="sticky">
<p>For complete documentation on <strong>FP-ATR-BLE</strong> , visit: <a href="https://www.st.com/content/st_com/en/products/embedded-software/mcu-mpu-embedded-software/stm32-embedded-software/stm32-ode-function-pack-sw/fp-atr-ble1.html">www.st.com</a></p>
This release note uses up to date web standards and, for this reason, should not be opened with Internet Explorer but preferably with popular browsers such as Google Chrome, Mozilla Firefox, Opera or Microsoft Edge.
</footer>
</body>
</html>