Dark Mode

Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Olyseus/i_seed_drone_onboard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

History

558 Commits

Repository files navigation

Used files

  • Model for inference: /var/opt/i_seed_drone_onboard/best.engine
  • Images downloaded from SDCard saved to /var/opt/i_seed_drone_onboard

UART configuration

Latest recommended config:

#define LINUX_UART_DEV1 "/dev/ttyTHS2"
#define LINUX_UART_DEV2 "/dev/ttyACM0"

Direct config:

#define LINUX_UART_DEV1 "/dev/ttyS0"
#define LINUX_UART_DEV2 "/dev/ttyACM0"

USB-serial config:

#define LINUX_UART_DEV1 "/dev/ttyUSB0"
#define LINUX_UART_DEV2 "/dev/ttyACM0"
  • third_party/psdk/manifold2/hal/hal_uart.h
  • samples/sample_c/platform/linux/manifold2/hal/hal_uart.h (OSDK sample)

Packages

Contributors

Languages