Difference between revisions of "Orchard Main Page"

From Studio Kousagi Wiki
Jump to: navigation, search
 
(18 intermediate revisions by 2 users not shown)
Line 1: Line 1:
Orchard is a Kinetis-W based platform. It is a turn-key low-power, radio-connected embedded computing solution. In other words, it's an IoT platform.
+
Orchard is a low-power, multi-band radio-connected embedded computing solution. In other words, it's an IoT platform.
  
 
Orchard is open source hardware and software.  
 
Orchard is open source hardware and software.  
  
Orchard is also a supply chain solution. Derivatives of Orchard are meant to be manufactured quickly. As a result, a quick-turn supply chain has been set up in China and it is the foundation of the MIT Media Lab Manufacturing Bootcamp curriculum.  
+
Orchard is also a supply chain solution. Derivatives of Orchard are meant to be prototyped easily and brought to volume manufacturing with less effort than typical. Unlike breadboard solutions like Arduino, Orchard is targeted toward prototyping through board spins. This is possible thanks to China's low-cost prototyping infrastructure. The effort to prototype is higher than a breadboard, but the on-ramp to scale production once you've got your design finished is also less steep.
 +
 
 +
It is the foundation of the MIT Media Lab Summer Manufacturing Bootcamp, taught in Shenzhen, China, where students modify the Orchard platform electronics and plastics, and create their own scale-ready IoT device over a period of 5 weeks.
 +
 
 +
 
 +
Basic feature set:
 +
* Kinetis-W CPU
 +
** 48 MHz Cortex-M0+
 +
** 128k flash, 16k RAM
 +
* 900 MHz radio with +13dBm transmit power (for long-range applications)
 +
* BLE radio (for short-range, low power connection to IP gateways)
 +
* 128x64 OLED
 +
* 3-axis Accelerometer
 +
* Microphone sensor
 +
* Captouch button controller
 +
* Lithium ion battery solution
 +
** Gas gauge for accurate battery life determination
 +
** Charging solution that can support high-capacity batteries
 +
** Integral 5V boost
 +
 
 +
http://bunniefoo.com/orchard/orchard-evt1-bot-legend_sm.jpg
 +
[http://bunniefoo.com/orchard/orchard-evt1-bot-legend.jpg hires]
 +
 
 +
The firmware is [http://www.chibios.org/dokuwiki/doku.php ChibiOS 3.0], a lightweight, real-time operating system. We also use the ugfx libraries and libfixmath to implement a graphical UI and more advanced math capabilities.  
  
 
=User Guides=
 
=User Guides=
* [[Firmware Developer's Guide]]
+
* [[Orchard Firmware Developer's Guide]]
* [[Electronics Developer's Guide]]
+
* [[Orchard Electronics Developer's Guide]]
* [[Mechanical Developer's Guide]]
+
* [[Orchard Mechanical Developer's Guide]]
 +
* [[Orchard Manufacturing Developer's Guide]]
  
 
=Source=
 
=Source=
* [http://bunniefoo.com/orchard/hardware hardware source]
+
* [[orchard hardware source]]
 
* [https://github.com/sutajiokousagi/chibios-orchard firmware source]
 
* [https://github.com/sutajiokousagi/chibios-orchard firmware source]
  
Line 18: Line 42:
  
 
=ECO List=
 
=ECO List=
[[Orchard EVT1 to DVT1]]
+
*[[Orchard EVT1 to DVT1]]
 +
*[[Orchard DVT1 to PVT1 BM]]

Latest revision as of 15:17, 19 July 2015

Orchard is a low-power, multi-band radio-connected embedded computing solution. In other words, it's an IoT platform.

Orchard is open source hardware and software.

Orchard is also a supply chain solution. Derivatives of Orchard are meant to be prototyped easily and brought to volume manufacturing with less effort than typical. Unlike breadboard solutions like Arduino, Orchard is targeted toward prototyping through board spins. This is possible thanks to China's low-cost prototyping infrastructure. The effort to prototype is higher than a breadboard, but the on-ramp to scale production once you've got your design finished is also less steep.

It is the foundation of the MIT Media Lab Summer Manufacturing Bootcamp, taught in Shenzhen, China, where students modify the Orchard platform electronics and plastics, and create their own scale-ready IoT device over a period of 5 weeks.


Basic feature set:

  • Kinetis-W CPU
    • 48 MHz Cortex-M0+
    • 128k flash, 16k RAM
  • 900 MHz radio with +13dBm transmit power (for long-range applications)
  • BLE radio (for short-range, low power connection to IP gateways)
  • 128x64 OLED
  • 3-axis Accelerometer
  • Microphone sensor
  • Captouch button controller
  • Lithium ion battery solution
    • Gas gauge for accurate battery life determination
    • Charging solution that can support high-capacity batteries
    • Integral 5V boost

orchard-evt1-bot-legend_sm.jpg hires

The firmware is ChibiOS 3.0, a lightweight, real-time operating system. We also use the ugfx libraries and libfixmath to implement a graphical UI and more advanced math capabilities.

User Guides

Source

Development Notes

orchard validation matrix

ECO List