About: Hello, the author of the project is an Application Engineer of Seeed Studio. It's great to share this project with the Hackster maker community. I hope you like Seeed Studio, a hardware enabler for IoT applications, which provides services that enable IoT developers to quickly prototype... More information about Seeed Studio »
We launched our second Kickstarter project hours ago.The project is named Wio Link, which is ESP8266 based open-source, Wi-Fi solution to simplify IoT development by virtualizing plug-n-play modules to Web of Things.It's really feel good when you get a new backer at Kickstarter. But you have to open the website and check the number of backer. Here we share this Instructables to make this process much more interesting.We are going to make a Kickstarter Monitor which have the below functions:1. When there's a new backer, you will get a sound, "Wow, you got a new backer"2. You will get "Hey, you got a new comment" when there's a new comment, then you will not miss any comments any more, as you know it's very important to reply a comment to your backer quickly.3. There're many leds to show you how many money you had gotAnd the most important is, you only need half an hour to MAKE this Instructable.If you like this Instructable, please support our Campaign at Kickstarter
Add TipAsk QuestionCommentDownload
Step 1: Prepare the StuffsYou need to prepare some stuffs first.• Wio Link• Grove - Recorder• Li-Battery• WS2812B Led• Wooden Board
Add TipAsk QuestionCommentDownload
Step 2: Cut a Wooden BoardFind a 20*100cm wooden board, or other things you can find, such as a cardboard.
Add TipAsk QuestionCommentDownload
Step 3: Set the Hardware ModulesYou need some 3M glues here.
What you need to do is sticking the modules to the board, as shown in the above image.
Connection as below:
- Grove - Recorder > D12
- WS2812B > D13
Add TipAsk QuestionCommentDownload
Step 4: Software WorksGetting Started with Wio ONE please put hand on here.
Please download the code from Github
And then let’s see the code together,
Kickstarter_url =
"https://www.kickstarter.com/projects/search.json?search=&term=%22Wio%20Link%22"
#wio link ks
wio_link_led_url =
"https://cn.iot.seeed.cc/v1/node/GroveLedWs2812/segment/0/"
wio_link_key = "access_token=your token "
wio_link_recorder = <a href="https://cn.iot.seeed.cc/v1/node/GroveRecorder/play_once?access_token=your"> https://cn.iot.seeed.cc/v1/node/GroveRecorder/pla...</a>
token
Kickstarter_url should be your focus project on Kickstarter, and use your project name key word to replace Wio Link in %22Wio%20Link%22.
Modify the wio_link_led_url wio_link_key and wio_link_recorder to your own Wio Link API.
The variable “ONE_LED_USD = 2000” stands for every $2000 lights a led.
After modify the code, make sure your PC or VPS have already installed the python environment and requests library.
And the execute the following command:
$ python wio_link_kickstater.py
The software work is done.
Add TipAsk QuestionCommentDownload
Step 5: How Does It WorkThere's 28 Leds, each led means $2, 000.
And when there's new backer, you can hear "Wow~ There's new backer"
When this instructable had been published, we got 7 leds on, Cheers.
Comments