BeagleBone Black: Difference between revisions

From air
Jump to navigation Jump to search
 
(3 intermediate revisions by the same user not shown)
Line 14: Line 14:
Read [http://makezine.com/magazine/how-to-choose-the-right-platform-raspberry-pi-or-beaglebone-black/ How to Choose the Right Platform: Raspberry Pi or BeagleBone Black]
Read [http://makezine.com/magazine/how-to-choose-the-right-platform-raspberry-pi-or-beaglebone-black/ How to Choose the Right Platform: Raspberry Pi or BeagleBone Black]


==Tutoriels==

[[Premiers pas avec BeagleBone Black]]
[[Premiers pas avec BeagleBone Black]]




==Shields==
==Shields & Daughterboards==
* http://www.michaelhleonard.com/projects/sensorcape/
* http://www.michaelhleonard.com/projects/sensorcape/
* [[CryptoCape]] : the BeagleBone Black’s first dedicated security daughterboard


==Cases==
==Cases==
Line 32: 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++]]===
* * 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 12: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