Skip to main content

Posts

Showing posts from October, 2020

Beaglebone Black board

https://www.youtube.com/watch?v=UMEUo6Wm6u4 Analog Pins must supply with max voltage of 1.8V     to get 1.8 V from sensor use Voltage divider with 1.8V (Vcc as Vdd_ADC (1.8V)) Getting started: https://www.youtube.com/watch?v=c81tmb7WJxw Step1: Connect Ethernet first then power Beaglebone Step2:  https://beagleboard.org/getting-started          notedown the IP Address:      Step3: Browse the IP address. Step4: select Cloud9 IDE. step5: take new select terminal step6: ifconfig          notedown IP address:  192.168.7.2 step7: close all for Using SSH     open putty----> type IP address----->password      The  BeagleBone Black  hardware has two  default  user names: 'debian' and 'root' . For 'debian' , the  default  password is 'temppwd' . For 'root' , the  default  password is empty: ''   congrats: Create New python program: -...