You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -27,8 +17,8 @@ ArduinoCore-stm32l0 is targeted at ultra low power scenarios, sensor hubs, with
27
17
1.[Download and install the Arduino IDE](https://www.arduino.cc/en/Main/Software) (at least version v1.6.8)
28
18
2. Start the Arduino IDE
29
19
3. Go into Preferences
30
-
4. Add ```https://grumpyoldpizza.github.io/ArduinoCore-stm32l0/package_stm32l0_boards_index.json``` as an "Additional Board Manager URL"
31
-
5. Open the Boards Manager from the Tools -> Board menu and install "Tlera Corp STM32L0 Boards"
20
+
4. Add ```https://kittengineering.github.io/package_stm32l0_boards_index.json``` as an "Additional Board Manager URL"
21
+
5. Open the Boards Manager from the Tools -> Board menu and install "KITT Engineering STM32L0 Boards"
32
22
6. Select your STM32L0 board from the Tools -> Board menu
33
23
34
24
#### OS Specific Setup
@@ -54,7 +44,7 @@ ArduinoCore-stm32l0 is targeted at ultra low power scenarios, sensor hubs, with
54
44
55
45
###### USB Serial driver setup for Tlera Corp boards (Window XP / Windows 7 only)
56
46
57
-
1. Go to ~/AppData/Local/Arduino15/packages/TleraCorp/hardware/stm32l0/```<VERSION>```/drivers/windows
47
+
1. Go to ~/AppData/Local/Arduino15/packages/kittengineering/hardware/stm32l0/```<VERSION>```/drivers/windows
58
48
2. Right-click on ```dpinst_x86.exe``` (32 bit Windows) or ```dpinst_amd64.exe``` (64 bit Windows) and select ```Run as administrator```
59
49
3. Click on ```Install this driver software anyway``` at the ```Windows Security``` popup as the driver is unsigned
60
50
@@ -71,10 +61,16 @@ ArduinoCore-stm32l0 is targeted at ultra low power scenarios, sensor hubs, with
71
61
* Linux: ```~/Arduino```
72
62
* Windows: ```~/Documents/Arduino```
73
63
3. Create a folder named ```hardware```, if it does not exist, and change directories to it
74
-
4. Clone this repo: ```git clone https://github.com/grumpyoldpizza/ArduinoCore-stm32l0.git TleraCorp/stm32l0```
64
+
4. Clone this repo: ```git clone https://github.com/kittengineering/ArduinoCore-stm32l0.git kittengineering/stm32l0```
75
65
5. Restart the Arduino IDE
76
66
77
-
## Recovering from a faulty sketch for Tlera Corp Boards
67
+
## Setup correct solderlinks for B-L072Z-LRWAN1 in order to make the native USB work
68
+
69
+
SB15 and SB16 should be soldered in order to make the USB D+ and USB D- working.
70
+
SB37 solderlink should be removed/cleared to disable the NRST from the embedded ST-Link
71
+
72
+
73
+
## Recovering from a faulty sketch
78
74
79
75
Sometimes a faulty sketch can render the normal USB Serial based integration into the Arduindo IDE not working. In this case plugin the STM32L0 board and toggle the RESET button while holding down the BOOT button and program a known to be working sketch to go back to a working USB Serial setup.
0 commit comments