BeagleBone Black: Difference between revisions

From air
Jump to navigation Jump to search
 
(10 intermediate revisions by the same user not shown)
Line 1: Line 1:


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.
[http://beagleboard.org/products/beaglebone%20black 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
* AM335x 1GHz ARM® Cortex-A8
Line 10: Line 10:




http://beagleboard.org/products/beaglebone%20black



==Shields==
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]]


==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==
* http://www.thingiverse.com/search/page:2?q=beaglebone&sa=
* http://www.thingiverse.com/search/page:2?q=beaglebone&sa=


==Frameworks & APIs==
==Framework==
===[[Node.js]]===
===[[Node.js]]===
* [https://github.com/jadonk/bonescript/blob/master/README.md BoneScript]
* [https://github.com/jadonk/bonescript/blob/master/README.md BoneScript]
* [[Node-RED]] : http://nodered.org/docs/hardware/beagleboneblack.html
* [[Node-RED]] : http://nodered.org/docs/hardware/beagleboneblack.html
===OpenHAB===
===[[OpenHAB]]===
* [https://groups.google.com/forum/#!msg/openhab/evj1suC3htg/bm-YZ-3ZPvwJ See]
* [https://groups.google.com/forum/#!msg/openhab/evj1suC3htg/bm-YZ-3ZPvwJ See]
===[[Go]]===
* [[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