Skip to content

Commit af25641

Browse files
author
Jim Lindblom
committed
UUpdating readme
1 parent 3870dce commit af25641

File tree

2 files changed

+102
-2
lines changed

2 files changed

+102
-2
lines changed

LICENSE.md

Lines changed: 55 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,55 @@
1+
SparkFun License Information
2+
============================
3+
4+
SparkFun uses two different licenses for our files — one for hardware and one for code.
5+
6+
Hardware
7+
---------
8+
9+
**SparkFun hardware is released under [Creative Commons Share-alike 4.0 International](http://creativecommons.org/licenses/by-sa/4.0/).**
10+
11+
Note: This is a human-readable summary of (and not a substitute for) the [license](http://creativecommons.org/licenses/by-sa/4.0/legalcode).
12+
13+
You are free to:
14+
15+
Share — copy and redistribute the material in any medium or format
16+
Adapt — remix, transform, and build upon the material
17+
for any purpose, even commercially.
18+
The licensor cannot revoke these freedoms as long as you follow the license terms.
19+
Under the following terms:
20+
21+
Attribution — You must give appropriate credit, provide a link to the license, and indicate if changes were made. You may do so in any reasonable manner, but not in any way that suggests the licensor endorses you or your use.
22+
ShareAlike — If you remix, transform, or build upon the material, you must distribute your contributions under the same license as the original.
23+
No additional restrictions — You may not apply legal terms or technological measures that legally restrict others from doing anything the license permits.
24+
Notices:
25+
26+
You do not have to comply with the license for elements of the material in the public domain or where your use is permitted by an applicable exception or limitation.
27+
No warranties are given. The license may not give you all of the permissions necessary for your intended use. For example, other rights such as publicity, privacy, or moral rights may limit how you use the material.
28+
29+
30+
Code
31+
--------
32+
33+
**SparkFun code, firmware, and software is released under the MIT License(http://opensource.org/licenses/MIT).**
34+
35+
The MIT License (MIT)
36+
37+
Copyright (c) 2016 SparkFun Electronics
38+
39+
Permission is hereby granted, free of charge, to any person obtaining a copy
40+
of this software and associated documentation files (the "Software"), to deal
41+
in the Software without restriction, including without limitation the rights
42+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
43+
copies of the Software, and to permit persons to whom the Software is
44+
furnished to do so, subject to the following conditions:
45+
46+
The above copyright notice and this permission notice shall be included in all
47+
copies or substantial portions of the Software.
48+
49+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
50+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
51+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
52+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
53+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
54+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
55+
SOFTWARE.

README.md

Lines changed: 47 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,47 @@
1-
# Blynk_Thing
2-
(Name TBD.) ESP8266-based, Blynk-compatible, beginner-friendly programmable WiFi development board.
1+
SparkFun Blynk Board - ESP8266
2+
========================================
3+
4+
[![SparkFun Blynk Board - ESP8266](https://cdn.sparkfun.com//assets/parts/1/1/3/6/4/13794-07.jpg)](https://www.sparkfun.com/products/13794)
5+
6+
[*SparkFun Blynk Board - ESP8266 (WRL-13794)*](https://www.sparkfun.com/products/13794)
7+
8+
The SparkFun Blynk Board is specially designed to work with the [Blynk mobile app](http://blynk.cc), for iOS or Android devices. Combining the Blynk Board with the Blynk app, you'll be able to easily complete a variety of Internet-of-Things (IoT) based projects: control LEDs from your phone! Wire up a door switch and receive phone notifications when it opens or closes. Plug a soil moisture sensor into a plant, and have it tweet at you when it's thirsty!
9+
10+
All of these projects - and more! - are pre-loaded into the Blynk Board. All you have to do is provision it (using the Blynk app), and start tinkering!
11+
12+
Repository Contents
13+
-------------------
14+
15+
* **/Firmware** - Blynk Board core firmware and example code.
16+
* **/Hardware** - Eagle design files (.brd, .sch)
17+
* **/Production** - Production panel files (.brd)
18+
19+
Documentation
20+
--------------
21+
* **[Getting Started Guide](https://learn.sparkfun.com/tutorials/getting-started-with-the-sparkfun-blynk-board)** - Learn how to connect your Blynk Board to Wi-Fi, and start Blynking!
22+
* **[Blynk Board Project Guide](https://learn.sparkfun.com/tutorials/blynk-board-project-guide/introduction)** - Explore over a dozen Blynk projects pre-loaded into the Blynk Board.
23+
* **[SparkFun Graphical Datasheets](https://github.com/sparkfun/Graphical_Datasheets/tree/master/Datasheets/ESP8266/BlynkBoard)** -Graphical Datasheets for the SparkFun Blynk Board.
24+
25+
Product Versions
26+
----------------
27+
* [SparkFun Blynk Board - ESP8266 [v1.0] (WRL-13794)](https://www.sparkfun.com/products/13794)- Initial release of the SparkFun Blynk Board - ESP8266.
28+
* [IoT Starter Kit with Blynk Board (KIT-13865)](https://www.sparkfun.com/products/13865) - A parts kit including the SparkFun Blynk Board.
29+
30+
Version History
31+
---------------
32+
* [v1.0](https://github.com/sparkfun/Blynk_Board_ESP8266/releases/tag/v1.0) - Initial release of the SparkFun Blynk Board
33+
34+
License Information
35+
-------------------
36+
37+
This product is _**open source**_!
38+
39+
Please review the LICENSE.md file for license information.
40+
41+
If you have any questions or concerns on licensing, please contact [email protected].
42+
43+
Distributed as-is; no warranty is given.
44+
45+
- Your friends at SparkFun.
46+
47+
_<COLLABORATION CREDIT>_

0 commit comments

Comments
 (0)