Beaglebone Black - Qual eh a ultima versao? =========================================== Apresentacoes: ============== https://app.box.com/s/ctkva8ioccaz5sfx7bx2pngcdcqhpgn7 https://app.box.com/s/jfoyg1ckzq0n44wv726rve1i3pppwq3o Livros: ====== https://app.box.com/s/ztfbesqceutxu2yi81r01xjtjb9rwfmc https://app.box.com/s/byd1pcjyxok7fllijipfz5mrc0ao7o0v https://app.box.com/s/a8yxwcod2n4dkbvjfhw0butssnn8lkfk https://app.box.com/s/3d7f7955ekung556xau221sy4sxu9p5u https://app.box.com/s/3mng8k8ulzcz79vai9gjq85j8gd2ao8x https://app.box.com/s/giulil8ke5ghur9u3oahietxmaj83r1w https://app.box.com/s/4zyx5ub1wwkvou0ftpf1wjoaiimltzr9 https://app.box.com/s/jjdmsxut0dnhasn7x6qypi3j6mx06ipf Dicas: ====== http://www.crashcourse.ca/wiki/index.php/BeagleBone_Black http://sergioprado.org/introduzindo-a-beaglebone/ http://www.sabereletronica.com.br/artigos-2/3428-beaglebone-black http://www.decom.ufop.br/imobilis/?p=1390 http://pdf-get.org/ebook/bad-to-the-bone-crafting-electronics-systems-with-beaglebone-and-beaglebone-black-pdf.html http://www.e-bookspdf.org/free/getting-started-with-beaglebone-linux-powered-electronic-projects-with-python-and-javascript.html http://learn.adafruit.com/downloads/pdf/beaglebone-black-installing-operating-systems.pdf http://www.elinux.org/Beagleboard:BeagleBoneBlack Beaglebone Capes: ================ http://elinux.org/Beagleboard:BeagleBone_Capes http://boardzoo.com/index.php/beaglebone.html?SID=b70a29cb55723afaae7c02d8d30610b0&dir=desc&order=position http://www.jameco.com/1/3/circuitco-electronics-beagleboard-capes http://www.flexbras.com.br/joomla/index.php/component/k2/item/75-sinapse-cape https://www.tigal.com//product.asp?pid=3651 http://blog.machinekit.io/p/hardware-capes.html http://the8thlayerof.net/2013/12/08/adafruit-ultimate-gps-cape-creating-custom-beaglebone-black-device-tree-overlay-file/ http://www.embest-tech.com/product/extension-module/bb-view.html Videos: ======= https://www.adafruit.com/products/703 https://www.youtube.com/watch?v=CSfrFYIeVGU https://www.youtube.com/watch?v=1u7iRU1q-uc atualização Angstrom: ===================== http://www.decom.ufop.br/imobilis/?p=1390 http://www.crashcourse.ca/wiki/index.php/Examining_your_BBB_install_version http://elinux.org/Beagleboard:Updating_The_Software http://downloads.angstrom-distribution.org/demo/beaglebone/testing/ kernel 3.8 ========== http://elinux.org/Capemgr https://github.com/beagleboard/kernel/tree/3.8 http://www.ti.com/lit/ug/spruh73j/spruh73j.pdf gpio: ===== https://developer.ridgerun.com/wiki/index.php/Gpio-int-test.c Instalar Python: ================ http://marcoargenta.blogspot.com.br/2012/08/instalacao-e-compilacao-do-python-e.html Tutorial python: ================ https://docs.python.org/2.7/tutorial/ https://docs.python.org/2.7/tutorial/stdlib.html#dates-and-times Script executável em Python: https://docs.python.org/2.7/tutorial/interpreter.html#source-code-encoding Alguns comandos python: >>>import sys >>> dir(sys) >>> sys.maxint >>> sys.path >>> sys.version >>> from datetime import date >>> dir(date) >>> now = date.today() >>> now.strftime("%m-%d-%y. %d %b %Y is a %A on the %d day of %B.")