Proj-2014-2015-ESP8266/Scrum: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 5: | Line 5: | ||
== User stories == |
== User stories == |
||
- As an Internet of Things conceptor, I want a cheap and easy to program wifi module. (1) |
|||
* |
|||
Understanding |
|||
- As a pythonista I want to develop with python the ESP8266. (2) |
|||
- As an end user, I want to be able to use every feature of the ESP8266. (3) |
|||
- As an end user, I want to connect two wifi modules for creating an adhoc bridge. (4) |
|||
== Product Backlog == |
== Product Backlog == |
||
=== Sprint goals === |
|||
- Making a simple C++ program that runs on ESP8266 |
|||
- Using some wifi features in C++ |
|||
- Adding a module to Shedskin for compiling on ESP8266 |
|||
=== Task over when === |
|||
We have a functionnal prototype |
|||
== Sprints == |
== Sprints == |
Revision as of 13:33, 16 March 2015
Project Description
User stories
- As an Internet of Things conceptor, I want a cheap and easy to program wifi module. (1) *
Understanding
- As a pythonista I want to develop with python the ESP8266. (2)
- As an end user, I want to be able to use every feature of the ESP8266. (3)
- As an end user, I want to connect two wifi modules for creating an adhoc bridge. (4)
Product Backlog
Sprint goals
- Making a simple C++ program that runs on ESP8266
- Using some wifi features in C++
- Adding a module to Shedskin for compiling on ESP8266
Task over when
We have a functionnal prototype