Showing posts with label Beaglebone. Show all posts
Showing posts with label Beaglebone. Show all posts

Saturday, January 17, 2015

How to install Drupal 7 in Beaglebone Black

How to Install Drupal 7 in Beaglebone black






Drupal is an Open source Content Management Platform for powering your website. It is written in PHP. you need Apache2, PHP and mysql for Installing Drupal.  Now the POSTCARD sized Linux powered Beaglebone Black can use as your Drupal Webserver. See a tutorial here

Monday, January 12, 2015

How to Control Servo Motors from Beaglebone Black



Lot of DIY projects are using Servo Motors. Controlling of Servo Motors are very easy compared to other Motors. Here You can see How to control a Servo Motor using Beaglebone Black PWM pins. (Link)

Friday, July 19, 2013

How to Install FreeBasic For Beaglebone Black in Ubuntu and Debian Linux

FreeBASIC is a free/open source (GPL), 32-bit BASIC compiler for Microsoft Windows, DOS and Linux.

Now it is available for Beaglebone Black Arm7

How to install FreeBASIC in Debian

BBB: debian wheezy
download: fbc-bbb-debian.tar.gz

cd fbc-bbb-debian & sudo ./install.sh -i
fbc -arch arm7 -gen gcc xxx.bas


uninstall:
sudo ./install.sh -u


How to install FreeBASIC in UBUNTU 


download: fbc-bbb-ubuntu.tar.gz
cd fbc-bbb-ubuntu & sudo ./install.sh -i
fbc -arch arm7 -gen gcc xxx.bas

uninstall:
sudo ./install.sh -u

FreeBasic Documentation : http://www.freebasic.net/

https://www.facebook.com/BeagleboneBlack

Wednesday, June 26, 2013

How to Install rtl8192cu based Wifi on the Beaglebone Black (BBB)

How to Install  rtl8192cu based Wifi on the Beaglebone Black (BBB)



 
$opkg update
$opkg install kernel-dev
$opkg install kernel-headers


Now reboot Your System

Run the Following Commands
$ ln -s /usr/src/kernel /lib/modules/$(uname -r)/build
$ cd ~
$ git clone git://github.com/cmicali/rtl8192cu_beaglebone.git
$ cd rtl8192cu_beaglebone
$ make CROSS_COMPILE=""



Now Install the rtl8192cu  driver

$mv 8192cu.ko /lib/modules/$(uname -r)
$depmod -a
$cd /etc/modules-load.d
$echo "8192cu" > rtl8192cu-vendor.conf


Blacklist the old RealTek wifi drivers

$cd /etc/modprobe.d
$echo "install rtl8192cu /bin/false" >wifi_blacklist.conf
$echo "install rtl8192c_common /bin/false" >>wifi_blacklist.conf
$echo "install rtlwifi /bin/false" >>wifi_blacklist.conf


Edit /var/lib/connman/settings and enable WIFI

[global]
OfflineMode=false

[Wired]
Enable=true
Tethering=false

[WiFi]
Enable=true
Tethering=false

Encrypt your passphrase

$ wpa_passphrase YourSSID YourPassphrase

Edit /var/lib/connman/wifi.config and set it to the following

[service_home]
Type=wifi
Name=YourSSID
Passphrase=YourEncryptedPassphrase


Plug in your WIFI adaptor and reboot

$shutdown -r 0


Sources :  bonenotes.tumblr.com/
nomel.org/post/30357133735/beaglebone-tutorial-how-to-compile-kernel-modules-and

Sunday, May 12, 2013

Electronics and Robotics Developers Choice: Beaglebone Black

Developers, makers, and hobbyists looking for a better alternative to Raspberry Pi. Now BeagleBoard.org has taken the wraps off a 1 GHz ARM-based board named the BeagleBone Black (BBB).  You can use it as a Computer, Media Center, or the controller of your Robotic Project.  One of the features that I am crazy about is the presents of ADC, PWM and lot of GPIO. As a Electronics and  robotic developer, I like Beaglebone Black and is a wonderful choice!!!!

The 3.4 x 2.1 in (8.6 x 5.3 cm) BeagleBone Black open-source Linux computer comes pre-loaded with the Ångström distro (which will  boot in under 10 seconds) and Cloud9 IDE, freeing up the microSD slot for additional storage. It's based on the Sitara 1 GHz ARM Cortex-A8 processor from Texas Instruments, including a 3D graphics accelerator. There's 2 GB of integrated eMMC flash storage and 512 MB of DDR3 RAM.  HDMI monitor, Keyboard and mouse is not must for a developer, Straight away you can connect BBB to your PC and start Development ( Now it will act like an Arduino). If you connect a Monitor, keyboard and mouse you can use it as a standalone PC.

http://www.facebook.com/BeagleboneBlack

Cost : $45 (Indian Price Approx. Rs.3200 + Shiping)

Processor: AM335x 1GHz ARM® Cortex-A8

  • 3D graphics accelerator
  • NEON floating-point accelerator
  • 2x PRU 32-bit microcontrollers

Connectivity

  • USB client for power & debug
  • USB host
  • Ethernet
  • HDMI
  • 2x 46 pin headers

Software Compatibility

  • Ångström Linux
  • Android
  • Ubuntu
  • Cloud9 IDE on Node.js w/ BoneScript library
  • plus much more