Skip to content

Commit 53a373e

Browse files
author
Spacehuhn
committed
A fresh restart
0 parents  commit 53a373e

File tree

3,088 files changed

+657501
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

3,088 files changed

+657501
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
*.pyc

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Arduino Board Definitions
2+
Arduino board definitions for [Spacehuhn](https://github.com/spacehuhn/) projects
3+
4+
## Currently Supported Projects
5+
* [WiFi Duck](wifiduck)

wifiduck/README.md

Lines changed: 56 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,56 @@
1+
# WiFi Duck Board Definitions
2+
3+
* [WiFi Duck](https://github.com/spacehuhn/WiFiDuck)
4+
5+
## Boards
6+
7+
**WiFi Duck AVR**
8+
* DSTIKE WiFiDuck
9+
* ATmega32u4
10+
* Arduino Leonardo
11+
* Arduino Micro
12+
* Sparkfun Pro Micro
13+
* CJMCU Beetle
14+
* SS Micro
15+
16+
**WiFi Duck ESP8266**
17+
* DSTIKE WiFi Duck
18+
* Generic ESP8266 Module
19+
* Generic ESP8285 Module
20+
* NodeMCU 1.0 (ESP-12E Module)
21+
* LOLIN(WEMOS) D1 Mini
22+
* LOLIN(WEMOS) D1 Mini Pro
23+
* LOLIN(WEMOS) D1 Mini Lite
24+
25+
* ESP8266
26+
* ESP8285
27+
* DSTIKE WiFi Duck (ESP8266)
28+
29+
## Installation
30+
31+
0. Install the latest version of the [Arduino IDE](https://www.arduino.cc/en/main/software).
32+
33+
### Boards Manager Method (recommended)
34+
35+
1. Start Arduino and open the Preferences window.
36+
2. Enter `https://raw.githubusercontent.com/spacehuhn/hardware/master/wifiduck/package_wifiduck_index.json` into the *Additional Board Manager URLs* field. You can add multiple URLs, separating them with commas.
37+
3. Go to `Tools` > `Board` > `Board Manager`, search for `wifi duck` and install `WiFi Duck AVR Boards` and `WiFi Duck ESP8266 Boards`.
38+
39+
### Git Method (for developers)
40+
41+
1. [Install the ESP8266 Arduino Core](https://github.com/esp8266/Arduino#installing-with-boards-manager) - You will need the tools it installs.
42+
2. Go to `Tools` > `Board` > `Board Manager`, search for `samd` and install the `Arduino SAMD Boards` - You will need the tools it installs.
43+
3. Go to your Arduino sketchbook location (you can see and edit the path in the Arduino preferences).
44+
4. Clone this repository `git clone https://github.com/spacehuhn/hardware.git` or [download .zip](https://github.com/spacehuhn/Arduino/archive/master.zip), extract and rename it to `hardware`.
45+
The resulting path should look something like this: `../Arduino/hardware/wifiduck/esp8266/...`.
46+
47+
## Credits
48+
49+
**Sources used to create this repository**
50+
* [Arduino AVR Core](https://github.com/arduino/ArduinoCore-avr)
51+
* [Sparkfun Arduino Boards](https://github.com/sparkfun/Arduino_Boards/)
52+
* [MalDuino Boards](https://github.com/jLynx/MalDuino_Boards/)
53+
* [ESP8266 Arduino Core](https://github.com/esp8266/Arduino)
54+
* [Arduino SAMD Core](https://github.com/arduino/ArduinoCore-samd)
55+
* [Adafruit SAMD Core](https://github.com/adafruit/ArduinoCore-samd)
56+
* [Femtoduino Core for SAMD21e18a](https://github.com/femtoduino/ArduinoCore-atsamd21e18a)

0 commit comments

Comments
 (0)