telemetry_w5100

Telemetry using PPRZ protocol over W5100 Wifi module W5100 is connected with a SPI link to the autopilot

Configures

Name

Value

Description

W5100_SPI_DEV

SPI1

SPI port used for communication

W5100_SLAVE_IDX

1

SPI slave number

W5100_IP

192,168,25,47

IP address

W5100_SUBNET

255,255,255,0

network mask

W5100_MULTICAST_IP

224,1,1,11

multicast IP address

W5100_MULTICAST_PORT

1234

multicast IP port

Defines

Name

Value

Description

W5100_DRDY_GPIO

GPIOX

GPIO port used for data ready pin

W5100_DRDY_GPIO_PIN

GPIOY

GPIO pin number used for data ready pin

Depends

  • spi_master
  • datalink_common

Provides

  • datalink
  • telemetry