sufst / on-car-telemetry

Embedded software for the on-car telemetry system
GNU General Public License v3.0
2 stars 0 forks source link

feat: interface with XBee in API mode #32

Closed t-bre closed 1 year ago

t-bre commented 1 year ago

Description

The intermediate server requires the XBee's to be configured in API mode. At the moment (for testing), the XBees are configured to operate in transparent mode. Since transparent mode has been shown to work in testing, we can now take the next step to running in API mode.

Additional Notes

This will require the STM32 port of the XBee library in https://github.com/sufst/xbee_ansic_library to be finished / tested.

rureverek commented 1 year ago

Created branch feat/add_api_mode. If you wish to contribute, see todo comments @RyutaItabashi.