Web Platform
From DP
| Project Summary | |
|---|---|
| Name: | Web Platform |
| Buy it: | Get one for $40 (includes worldwide shipping) at Seeed Studio |
| Price: | $40 (includes worldwide shipping) |
| Status: | Mature |
| Manufacturing: | Shipping |
| Forum: | Web Platform Forum |
- Available now for $40, including worldwide shipping
- Now available in Australian Robotics, (Australia) Watterott electronic (Germany) EpicTinker (USA) Evola (Europe)
The Dangerous Prototypes web platform is a tiny server designed for networked hacks where a full PC is inconvenient. There’s lots of interesting projects that bridge the internet to microcontrollers, but most of them have a PC in the middle to handle network stuff. This business card-sized internet appliance can connect to web services, control physical objects from a browser interface, or email sensor status reports; no PC intermediary required!
Contents |
Overview
Introduction
My web platform has just arrived. Now what?
Learn about the web platform design.
The original web platform blog post has been moved here and updated. You can still find the original article and comments here.
Downloads
Hardware
See the example HardwareProfile.h file for a complete list of peripheral connections.
Hacks
Firmware
Introduction
Microchip TCP/IP stack
The Microchip TCP/IP stack is freely available, but we can't distribute the code. There is now an archive of older versions, Microchip Application Libraries v2010-02-09 (TCPIP stack v5.20b) should work.
- SD card web server demo (original)
- Twitter controlled Christmas tree (original)
- Enable extra web server features, TCP/IP stack overview
- Telnet server hacking
- Adding extra SPI devices
uIP TCP/IP stack
uIP is an open source TCP/IP stack that currently has fewer features than the Microchip stack.
FreeRTOS
Contiki
Other demos
- Python on the web platform source code
- Playing SID tunes on the web platform, source code, HEX file, Tunes, demonstration video
Bootloader
The web platform uses the ds30 Loader GPL licensed bootloader.
- ds30 Loader for web platform
- Bootloader hacking by the ds30 Loader author
Help
We're here to help when you need it.
Links
These general tutorials from the main page apply to the web platform.
Software
- ds30 Loader project (bootloader)
- Microchip TCP/IP stack
- Microchip MPLAB IDE
- MPLAB C compiler for PIC24 and dsPIC Microcontrollers (formerly known as MPLAB C30)
- uIP open source TCP/IP stack
Datasheets
- Microchip dsPIC33FJ128GP204 datasheet
- Microchip dsPIC33 family reference manual [PDF]
- Microchip ENC28J60 datasheet
Drivers
License
- PCB art: CC-0/ CC-BY-SA*
- Bootloader: GPL (from ds30 Loader project)
- Firmware: CC-0 (see source, excluding Microchip TCP/IP stack)
- The web platform is a development board and we believe that you should be able to use it (or parts of it) however you want. We release our parts of the PCB and schematic into the public domain (or Creative Commons 0, your choice). All recent hardware files use custom parts, but the first version of the web platform used a FTDI chip and USB jack from SparkFun's CC-BY-SA part library and were CC-BY-SA.


