Skip to content

Commit 0a1065d

Browse files
author
Mathijs van den Berg
committed
fixed README.md
removed json file (wrong place)
1 parent cf65a08 commit 0a1065d

File tree

2 files changed

+11
-54
lines changed

2 files changed

+11
-54
lines changed

README.md

Lines changed: 11 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -7,18 +7,8 @@ ArduinoCore-stm32l0 is targeted at ultra low power scenarios, sensor hubs, with
77

88
## Supported boards
99

10-
### Tlera Corp
11-
* [Grasshopper-L082CZ](https://www.tindie.com/products/TleraCorp/grasshopper-lora-development-board)
12-
* [Cricket-L082CZ](https://www.tindie.com/products/TleraCorp/cricket-lorawangnss-asset-tracker)
13-
* [Cicada-L082CZ](https://www.tindie.com/products/TleraCorp/lorasensortile)
14-
* [Gnat-L082CZ](https://www.tindie.com/products/TleraCorp/gnat-loragnss-asset-tracker/)
15-
1610
### STMicroelectronics
1711
* [B-L072Z-LRWAN1](http://www.st.com/en/evaluation-tools/b-l072z-lrwan1.html)
18-
* [P-NUCLEO-LRWAN1](http://www.st.com/en/evaluation-tools/p-nucleo-lrwan1.html)
19-
* [NUCLEO-L053R8](http://www.st.com/en/evaluation-tools/nucleo-l053r8.html)
20-
* [NUCLEO-L073RZ](http://www.st.com/en/evaluation-tools/nucleo-l073rz.html)
21-
2212

2313
## Installing
2414

@@ -27,8 +17,8 @@ ArduinoCore-stm32l0 is targeted at ultra low power scenarios, sensor hubs, with
2717
1. [Download and install the Arduino IDE](https://www.arduino.cc/en/Main/Software) (at least version v1.6.8)
2818
2. Start the Arduino IDE
2919
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"
3222
6. Select your STM32L0 board from the Tools -> Board menu
3323

3424
#### OS Specific Setup
@@ -54,7 +44,7 @@ ArduinoCore-stm32l0 is targeted at ultra low power scenarios, sensor hubs, with
5444

5545
###### USB Serial driver setup for Tlera Corp boards (Window XP / Windows 7 only)
5646

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
5848
2. Right-click on ```dpinst_x86.exe``` (32 bit Windows) or ```dpinst_amd64.exe``` (64 bit Windows) and select ```Run as administrator```
5949
3. Click on ```Install this driver software anyway``` at the ```Windows Security``` popup as the driver is unsigned
6050

@@ -71,10 +61,16 @@ ArduinoCore-stm32l0 is targeted at ultra low power scenarios, sensor hubs, with
7161
* Linux: ```~/Arduino```
7262
* Windows: ```~/Documents/Arduino```
7363
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```
7565
5. Restart the Arduino IDE
7666

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
7874

7975
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.
8076

package_stm32l0_boards_index.json

Lines changed: 0 additions & 39 deletions
This file was deleted.

0 commit comments

Comments
 (0)