Difference between revisions of "BeagleBone Black"

From air
Jump to navigation Jump to search
 
Line 33: Line 33:
 
===[[Go]]===
 
===[[Go]]===
 
* [[hwio]] : [[Go]] library for interfacing with hardware I/O, particularly on ARM SoC-based boards like [[Raspberry Pi]] and [[BeagleBone Black]]
 
* [[hwio]] : [[Go]] library for interfacing with hardware I/O, particularly on ARM SoC-based boards like [[Raspberry Pi]] and [[BeagleBone Black]]
 
 
===[[C++]]===
 
===[[C++]]===
 
* * https://github.com/majestik666/Beagle_GPIO
 
* * https://github.com/majestik666/Beagle_GPIO
  +
  +
=Livres=
  +
* [http://derekmolloy.ie/exploring-beaglebone-tools-and-techniques-for-building-with-embedded-linux/ Exploring BeagleBone: Tools and Techniques for Building with Embedded Linux]
  +
** Le site compagnon http://exploringbeaglebone.com/
  +
** Le dépôt github des exemples git clone https://github.com/derekmolloy/exploringBB.git
  +
** le site de l'auteur http://derekmolloy.ie/category/embedded-systems/beaglebone/
   
 
==Projects @ AIR==
 
==Projects @ AIR==

Latest revision as of 14:02, 30 November 2015

BeagleBone Black is a $45 MSRP community-supported development platform for developers and hobbyists. Boot Linux in under 10 seconds and get started on development in less than 5 minutes with just a single USB cable.

  • AM335x 1GHz ARM® Cortex-A8
  • 512MB DDR3 RAM
  • 2GB 8-bit eMMC on-board flash storage
  • 3D graphics accelerator
  • NEON floating-point accelerator
  • 64 GPIO (2x PRU 32-bit microcontrollers)



Read How to Choose the Right Platform: Raspberry Pi or BeagleBone Black

Tutoriels

Premiers pas avec BeagleBone Black


Shields & Daughterboards

Cases

Frameworks & APIs

Node.js

OpenHAB

Go

C++

Livres

Projects @ AIR