#include "std.h"
#include "peripherals/video_device.h"
Go to the source code of this file.
◆ ActuatorDefaultSet
◆ ActuatorsDefaultCommit
◆ ActuatorsDefaultInit
◆ BOARD_BEBOP
◆ DEFAULT_ACTUATORS
◆ GPS_UBX_ENABLE_NMEA_DATA_MASK
| #define GPS_UBX_ENABLE_NMEA_DATA_MASK 0xff |
To have a direct acces to the GPS with U-Center.
- on ground station (linux), run: socat TCP-LISTEN:5000,reuseaddr PTY,link=/tmp/ttyV0,raw,echo=0
- connect bebop with telnet and run: nc 192.168.42.84 5000 < /dev/ttyPA1 > /dev/ttyPA1
- if neeed, first create the virtual com port in .wine/dosdevices with: ln -s /tmp/ttyV0 com36
- on U-Center, connect the virtual port corresponding to /tmp/ttyV0 NMEA enabled to keep the original firmware working
Definition at line 42 of file bebop.h.
◆ SPI0_BITS_PER_WORD
◆ SPI0_MAX_SPEED_HZ
| #define SPI0_MAX_SPEED_HZ 320000 |
◆ SPI0_MODE
◆ UART1_DEV
uart connected to GPS internally
Definition at line 32 of file bebop.h.
◆ UART2_DEV
For using serial devices via USB to serial converter electronics E.g.
a XBee modem, a 3DR radio modem, Serial Stereocam etc. etc.
Definition at line 48 of file bebop.h.
◆ UART4_DEV
◆ UART5_DEV
◆ UART6_DEV
◆ bottom_camera
◆ front_camera
Video thread dummy for simulation.
- Keeps track of added devices, which can be referenced by simulation code such as in simulator/nps/fdm_gazebo.c.
Definition at line 43 of file board.c.