- Learning BeagleBone Python Programming
- Alexander Hiam
- 232字
- 2021-07-16 13:37:32
Initial setup
If you've never turned on your BeagleBone Black, there will be a bit of initial setup required. You should follow the most up-to-date official instructions found at http://beagleboard.org/getting-started, but to summarize, here are the steps:
- Install the network-over-USB drivers for your PC's operating system.
- Plug in the USB cable between your PC and BeagleBone Black.
- Open Chrome or Firefox and navigate to
http://192.168.7.2
(Internet Explorer is not fully supported and might not work properly).
If all goes well, you should see a message on the web page served up by the BeagleBone indicating that it has successfully connected to the USB network:

If you scroll down a little, you'll see a runnable Bonescript example, as in the following screenshot:

If you press the run button you should see the four LEDs next to the Ethernet connector on your BeagleBone light up for 2 seconds and then return to their normal function of indicating system and network activity. What's happening here is the Javascript running in your browser is using the Socket.IO (http://socket.io) library to issue remote procedure calls to the Node.js server that's serving up the web page. The server then calls the Bonescript API (http://beagleboard.org/Support/BoneScript), which controls the GPIO pins connected to the LEDs. This book won't be covering Bonescript, but this example is the quickest way to control some external hardware, so it's a great place to start.
- Learning Neo4j
- Dynamics 365 for Finance and Operations Development Cookbook(Fourth Edition)
- 一步一步學Spring Boot 2:微服務項目實戰
- CMDB分步構建指南
- 深入淺出Java虛擬機:JVM原理與實戰
- 深入實踐Spring Boot
- Reactive Programming With Java 9
- Python編程與幾何圖形
- ASP.NET 3.5程序設計與項目實踐
- Gradle for Android
- OpenResty完全開發指南:構建百萬級別并發的Web應用
- 快速入門與進階:Creo 4·0全實例精講
- BeagleBone Robotic Projects(Second Edition)
- Learning VMware vSphere
- Swift 2 Blueprints