Unterschiede

Hier werden die Unterschiede zwischen zwei Versionen angezeigt.

Link zu dieser Vergleichsansicht

Beide Seiten der vorigen RevisionVorhergehende Überarbeitung
Nächste Überarbeitung
Vorhergehende Überarbeitung
embedded_systems:ti_sitara_am335x:beaglebone_blue:start [2022-08-10 14:59] fabian.ditarantoembedded_systems:ti_sitara_am335x:beaglebone_blue:start [2023-08-08 13:53] (aktuell) Urs Graf
Zeile 4: Zeile 4:
 </box> </box>
  
-The BeagleBone Blue is a single board computer with a 1GHz [[embedded_systems:ti_sitara_am335x:start|Texas Instruments Sitara AM335x]] (single core) and 512 MB RAM. Further, there is HDMI connection, GB eMMC FlashUSBEthernet, microSD and various digital I/O and ADC.+The BeagleBone Blue is a single board computer with a 1GHz [[embedded_systems:ti_sitara_am335x:start|Texas Instruments Sitara AM335x]] (single core) microprocessor together with wifi/bluetooth, IMU/barometer, power regulation and state-of-charge LEDs for a 2-cell LiPoH-Bridgesdiscrete connectors for 4 DC motors+encoders and 8 servos.
  
  
Zeile 18: Zeile 18:
 {{:embedded_systems:ti_sitara_am335x:beaglebone_blue:beaglebone_bluebbblue-ttl-2.jpg?400|}} {{:embedded_systems:ti_sitara_am335x:beaglebone_blue:beaglebone_bluebbblue-ttl-2.jpg?400|}}
  
-**NOTE**: TX and RX are labelled from the perspective of the UART Cable! Connect the cable/adapter's RX to the pin labelled ''TX'' (Pin 4) and the adapter's TX to ''RX'' (Pin 3). \\ Please also note that you need to power the BeagleBone Blue device by using the generic 5V USB port or the 12V power port!+**NOTE**: TX and RX are labelled from the perspective of the UART Cable! Connect the cable/adapter's RX to the pin labelled ''TX'' (Pin 4) and the adapter's TX to ''RX'' (Pin 3). \\ Please also note that you need to power the BeagleBone Blue device by using the generic 5V USB port or the 12V power port. Beware that the board can only drive motors when powered with 12V!
  
 You can then connect to the BeagleBone Blue device via serial console (e.g. [[https://www.putty.org/|PuTTY]]) with a baudrate of ''115200''. You can then connect to the BeagleBone Blue device via serial console (e.g. [[https://www.putty.org/|PuTTY]]) with a baudrate of ''115200''.
  
  
-===== Connectors =====+===== Connectors and Schematics =====
 The following figure shows the available connectors on the board. The following figure shows the available connectors on the board.
-{{:embedded_systems:ti_sitara_am335x:beaglebone_blue:beagleboneblue_board.png?600|}}+{{:embedded_systems:ti_sitara_am335x:beaglebone_blue:beagleboneblue_board.png?600|}} \\ 
 +Detailed electrical information about the board can be found in the {{ :embedded_systems:ti_sitara_am335x:beaglebone_blue:beaglebone_blue_sch.pdf |schematic}}. Pin numbering and multiplexed functions are described in [[ https://github.com/beagleboard/beaglebone-blue/blob/master/BeagleBone_Blue_Pin_Table.csv]]
  
  
 ===== WiFi ===== ===== WiFi =====
 When connecting to a WiFi, always make sure that both physical antennas are aligned correctly away from the board as follows: \\ \\ {{:embedded_systems:ti_sitara_am335x:beaglebone_blue:beaglebone_bluebbblue-ttl-3.png?400|}} \\ \\ When connecting to a WiFi, always make sure that both physical antennas are aligned correctly away from the board as follows: \\ \\ {{:embedded_systems:ti_sitara_am335x:beaglebone_blue:beaglebone_bluebbblue-ttl-3.png?400|}} \\ \\
-When using the default Linux image, for WiFi configuration there are the following three files with the following content involved: \\ \\+For WiFi configuration there are the following three files with the following content involved (Depending on the Linux image it may also work by just configuring the first file): \\ \\
  
 ''/etc/wpa_supplicant.conf'' : ''/etc/wpa_supplicant.conf'' :
Zeile 41: Zeile 42:
 </code> </code>
  
-''/etc/systemd/network/30-wlan0.network'' (if the file does not exist, just create it):+''/etc/systemd/network/30-wlan0.network'' → if the file does not exist, just create it:
 <code> <code>
 [Match] [Match]
Zeile 65: Zeile 66:
 [Install] [Install]
 WantedBy=network.target WantedBy=network.target
 +</code>
 +
 +After a reboot you can check the IP address of the according ''wlan0'' interface by executing the following command:
 +<code>
 +sudo /sbin/ip a
 </code> </code>