Indiegogo is committed to accessibility. If you have difficulty using our site, please contact support@indiegogo.com for assistance or view our accessibility notice by clicking here

This campaign is closed

vESPrino - the IOT Dongle

Play with Sensors or learn embedded programming with this ESP8266 based open-source IoT Platform

You may also be interested in

Caret Left
Caret Right
Closed
Closed
Closed
Closed
Closed

vESPrino - the IOT Dongle

vESPrino - the IOT Dongle

vESPrino - the IOT Dongle

vESPrino - the IOT Dongle

vESPrino - the IOT Dongle

Play with Sensors or learn embedded programming with this ESP8266 based open-source IoT Platform

Play with Sensors or learn embedded programming with this ESP8266 based open-source IoT Platform

Play with Sensors or learn embedded programming with this ESP8266 based open-source IoT Platform

Play with Sensors or learn embedded programming with this ESP8266 based open-source IoT Platform

Vladimir Savchenko
Vladimir Savchenko
Vladimir Savchenko
Vladimir Savchenko
3 Campaigns |
Sofia, Bulgaria
$473 USD $473 USD 27 backers
14% of $3,245 Flexible Goal Flexible Goal
Highlights
Mountain Filled 3 Projects Mountain Filled 3 Projects
Overview
This is an ESP8266 based open-source IoT platform for assembling affordable and easy Things and let them communicate via HTTP or MQTT. The included Firmware and Front-end configuration tool can be used to setup scenarios without coding or used as templates for custom scenarios. With a built in LED, Button and Serial Port as well as a set of directly pluggable extensions and ready-made enclosures your next DIY gadget with nice looks is just a weekend away!

Updates:

  • 1.Aug.2016 - Introduced - vESPrino Cookies - biscuit sized sensor wrappers that easily connect to each other and extend the base vESPrino! (read on in the Updates section)


What is vESPrino?

  • It is a platform based on the popular ESP8266 WiFi module for quickly prototyping IoT Apps
  • Includes an RGB Led, Button and Serial port
  • Has several expansion ports and multiple matching sensors that you can directly plug - no Jumper Wires needed!
  • With the default open-source firmware you can quickly setup demo and productive scenarios using the sensors. You can also extend it or write your own
  • Different matching enclosures available, that you can also print at home or extend

Who is it for?

I am working as Software Developer since 15 years, making things since 2 years and participating in a few Home Automation communities. So naturally the needs that vESPrino address come from those domains
  • For Software Developers - gives you a jumpstart into IoT, by offering a gradual dive into the topic. Start with exploring the default firmware and write Software apps communicating with the Physical world. Then continue with embedded programming
  • For Home Automation Freaks - quickly connecting the different sensors and letting them talk via HTTP or MQTT to your automation system gives you lots of fun and experimentation opportunities. With the provided enclosures - you can also create your own device
  • For Makers - being a Maker myself, I use the bare vESPrino board as a basis for my projects. It can be easily put inside an enclosure, there is a Button, LED and Serial port, so i only need to connect the actual sensor i need and extend the firmware. The open-source firmware makes it easy to configure the device via a Chrome App
  • For Gadget Lovers - In just couple of minutes you can have a WiFi enabled toy that reads Gestures, Displays data, Blinks, and many more. 

What Sensors are Included?

My goal was to have a device where i can quickly connect different sensors and play with them. I always hated Jumper Wires, and this has always frustrated me when i needed just to test something. So all the sensors i have included can be directly plugged to vESPrino (in few cases via a small adapter board). I don't want to force you into packages of fixes sensors. Rather, I like gamification :) :
  • Sensors and things are assigned to a level - L1, L2, ..., L5 (for now)
  • Each level requires so much credits to acquire ( e.g. L3 = 3 credits)
  • The Perks are simply a number of credits you get.
  • You can use this calculator to assemble your dream set and pledge for the matching perk
  • When pledging - just tell me the set of things you like. I will ask you again at the end - but this will help me to make the final ordering earlier, and deliver sooner
  • Shipping - The Credits-based perks do not include shipping, so if you didn't already order as part of another perk - include 1 Credit (~ 3 eur) for shipping

This is the Perk Calculator (opens in new window)




Story and Further Details

After this (not so quick) introduction, I would like to tell more about my motivation to build vESPrino, as well give you more details of the various parts of the platform (Hardware, Software, Sensors and Enclosures)

The problem with DIY Gadgets and IoT

  • Some years ago i felt quite frustrated when i needed to wire my Arduino with some sensor then run some sketch to see something blinking (in fact still am, but not that much). All those jumper wires that keep disconnecting when i move it were driving me nuts. This was enough to let me hide it for couple of years.
  • Now as a Software Developer I enjoy writing code and connect to physical devices. But it is tedious to connect each time buttons, LEDs, or Displays or some Sensors - just to let them speak to my app.
  • And finally connecting my new stuff to my OpenHAB system is great fun, but designing a matching 3D enclosure (spaghetti wires have a very low WA)  also takes time even if i am lucky to have a 3D printer.
  • While there are other integrated platforms on the market, they are more expensive. For a simple scenario where you want to play with IoT and have some Button and RGB Led, i woudn’t want to give more than 10 Eur.
This is why i decided to change this and help other fellows sharing my warm feelings towards DIY stuff to leap over those initial hiccups :)

vESPrino Firmware

Over the past year as part of other projects i’ve been doing, i’ve hacked a custom Firmware with the following features:

  • Allows configuring an ESP8266 module over the Serial Port
  • Setup WiFi Connetion
  • Data upload over HTTP and MQTT
  • Handy shortcuts to setup integration with popular Online Services like IFTTT, Dweet.io, Thingspeak, Ubidots. But also to some Private home automation systems
  • Over-The-Air update service

There is also a nice Chrome-based App that can find a vESPrino connected to the serial port and configure it visually.

This is the default firmware that all devices will get, and that can be flashed later. In fact it is open-source so it can be flashed to any ESP8266-based board. Connecting a button to GPIO0, and WS2812B LED to GPIO2 will enable the vESPrino features also there

You can of course build your own apps by extending this firmware - so that you get the core features for free

vESPrino Hardware

While developing different hardware modules in the last years i realized that the perfect board (for me :) ) has to have few core features. I couldn’t find them in any existing board (Sold at a reasonable price). So this is why i went the extra mile and created my dream board (I hope you’ll like it too :) ). The most important features are:

  • ESP8266 ESP-12 Module - FCC and CE Certified
  • CH340G USB 2 Serial adapter
  • 500 ma 3.3v LDO
  • CH_PD and GPIO pins of the ESP wired to DTR and RST for auto-programing support
  • Micro USB port and Male USB Plug - conveniently placed to allow easy mounting inside a device
  • 4 GPIOs, 5v and 3.3v conveniently broken out
  • GPIO 16 connected to RST for native Deep Sleep support
  • Push Button connected to GPIO 0
  • WS2812b RGB Led connected to GPIO 2
  • Temperature Sensor connected to ADC
  • Mounting holes
  • Easy embeddable in a 3D Printed Enclosure

vESPrino Enclosures

I believe final prototypes have to be put in an enclosure and enjoy their well deserved fame, helps a lot in increasing the WAF of DIY projects This is why I’ve spent countless nights, early mornings and weekends to design, print, test (, repeat) enclosures for my devices. Strangely enough, I still think this is fun even if this takes a lot of my spare time.

For everybody else that  would like to have his quality time spent for other hobbies, i offer few things:

  • A small vESPrino enclosure, useful when you connect the device directly to USB and use it without sensors or while testing out sensors
  • A big vESPrino enclosure, useful to put the vESPrino inside, along with the sensor(s) you choose)
  • Google Sketchup source of those enclosures, so that they can be used as templates
  • You can add them to your pledge as additional Perks

vESPrino Sensors

Playing with a bare vESPrino can be very entertaining, but as “appetite comes with eating”, i would like to use the opportunity to offer you some fine side dishes, to make your experience awesome.

Connecting sensors to an ESP8266 can be a daunting task. Some libraries work, some have glitches, some have limitations and for most sensors there are several libraries. To get you through this potentially frustrating experience i’ve done few things:

  • The vESPrino firmware has native support for all supported sensors and actuators, so you can pay with them without a single line of code
  • For those that want to code - there are example sketches for everything
  • The sensors are either plugged in directly to the base, or via the adapter board. No Jumper wires!

Looking for more information? Check the project FAQ
Need more information
Let us know if you think this campaign contains prohibited content.

Choose your Perk

Early Backer - 1 vESPrino

Currency Conversion $6 USD
€6 EUR
40% off regular price - get 1 vESPrino with enclosure
Estimated Shipping
September 2016
8 out of 10 of claimed
Ships worldwide.

Early Backer 2 - 1 vESPrino

Currency Conversion $9 USD
€8 EUR
20% off regular price - get 1 vESPrino with enclosure
Estimated Shipping
September 2016
0 out of 20 of claimed
Ships worldwide.

1 vESPrino

Currency Conversion $11 USD
€10 EUR
Get 1 vESPrino with enclosure
Estimated Shipping
September 2016
0 claimed
Ships worldwide.

4 Credits

Currency Conversion $16 USD
€15 EUR
e.g. OLED Display + Light Sensor + Temp/Pressure Sensor (include 1 credit for shipping if needed and not included in another perk)
Estimated Shipping
September 2016
3 claimed
Ships worldwide.

6 Credits

Currency Conversion $21 USD
€19 EUR
e.g. Gesture Sensor + Relay (include 1 credit for shipping if needed and not included in another perk)
Estimated Shipping
September 2016
0 claimed
Ships worldwide.

9 Credits

Currency Conversion $31 USD
€29 EUR
e.g. vESPrino (3 credits), Light (1), OLED (2), Temp /Humidity (2) (include 1 credit for shipping if needed and not included in another perk)
Estimated Shipping
September 2016
2 claimed
Ships worldwide.

13 Credits

Currency Conversion $42 USD
€39 EUR
e.g. vESPrino (3), Gesture Sensor(5), RFID (4), Shipping(1)
Estimated Shipping
September 2016
0 claimed
Ships worldwide.

16 Credits

Currency Conversion $42 USD
€39 EUR
Read details in the campaign
Estimated Shipping
September 2016
3 claimed
Ships worldwide.

16 Credits

Currency Conversion $53 USD
€49 EUR
Read details in the campaign
Estimated Shipping
September 2016
1 claimed
Ships worldwide.

20 Credits

Currency Conversion $64 USD
€59 EUR
Read details in the campaign
Estimated Shipping
September 2016
1 claimed
Ships worldwide.

24 Credits

Currency Conversion $75 USD
€69 EUR
Read details in the campaign
Estimated Shipping
September 2016
0 claimed
Ships worldwide.

32 Credits

Currency Conversion $96 USD
€89 EUR
Read details in the campaign
Estimated Shipping
September 2016
1 claimed
Ships worldwide.

40 Credits

Currency Conversion $118 USD
€109 EUR
Read details in the campaign
Estimated Shipping
September 2016
0 claimed
Ships worldwide.

48 Credits

Currency Conversion $140 USD
€129 EUR
Read details in the campaign
Estimated Shipping
September 2016
2 claimed
Ships worldwide.
sold out

Very Early Backer - 1 vESPrino

Currency Conversion $5 USD
€5 EUR
Estimated Shipping
September 2016
Only -1 left
Ships worldwide.

You may also be interested in

Up Caret