Changes for page LSS-PRO Arduino Firmware
Last modified by Eric Nantel on 2024/07/23 07:15
Change comment: There is no comment for this version
Summary
-
Page properties (2 modified, 0 added, 0 removed)
Details
- Page properties
-
- Title
-
... ... @@ -1,1 +1,1 @@ 1 -LSS-P Arduino Firmware 1 +LSS-PRO Arduino Firmware - Content
-
... ... @@ -1,16 +1,25 @@ 1 - 1 +**Table of Contents** 2 2 3 - Disclaimer3 +{{toc/}} 4 4 5 - 6 6 = Prerequisites = 7 7 7 +* Download & install STM32CubeProgrammer from theĀ [[ST Website>>https://www.st.com/en/development-tools/stm32cubeprog.html]] 8 +* Download & install Arduino IDE from the [[Arduino Website>>https://www.arduino.cc/en/software]] 8 8 9 9 = Setup = 10 10 12 +In Arduino IDE you need to install and setup the proper Board 11 11 12 - = Pinout/SystemDiagram14 +click on File > Preferences and add the URL below to Additional Boards Manager URLS 13 13 16 +[[https:~~/~~/github.com/stm32duino/BoardManagerFiles/raw/main/package_stmicroelectronics_index.json>>https://github.com/stm32duino/BoardManagerFiles/raw/main/package_stmicroelectronics_index.json]] 17 + 18 +**IMPORTANT NOTE:** If there are multiple board URLs, separate each URL by putting a comma as shown below. 19 + 20 + 21 += Pinout / System Diagram = 22 + 14 14 {{lightbox image="https://wiki.lynxmotion.com/info/wiki/lynxmotion/download/ses-pro/lss-pro/lss-p-arduino/WebHome/LSS-PRO-System-Diagram-v1.png" width="800"/}} 15 15 16 16 = Datasheet / Examples = ... ... @@ -38,5 +38,7 @@ 38 38 | |(% style="width:18px" %) |(% style="width:364px" %)LSS-P-Button - Arduino Example|[[GitHub>>https://github.com/Lynxmotion/LSS-PRO-Servos/tree/main/Arduino_Examples/LSS-P-Button]] 39 39 | |(% colspan="2" rowspan="1" style="width:18px" %)Serial to USB| 40 40 | |(% style="width:18px" %) |(% style="width:364px" %)LSS-P-Serial-Echo - Arduino Example|[[GitHub>>https://github.com/Lynxmotion/LSS-PRO-Servos/tree/main/Arduino_Examples/LSS-P-Serial-Echo]] 50 +| |(% colspan="2" rowspan="1" style="width:18px" %)Magnetic Position Sensor|InfineonĀ TLE5012BE1000 51 +| |(% style="width:18px" %) |(% style="width:364px" %)Coming Soon|Coming Soon 41 41 42 42 = =