Custom Protocol for Serial Link Communication

preview_player
Показать описание
For my current project, after considering a couple of options, I chose to develop a custom communication protocol to connect two programs: one runs on Arduino and another on a Raspberry Pi.
In this post, I'd like to share my experience of going through the development process.

Рекомендации по теме
Комментарии
Автор

This is great. I am going through exactly the same thoughts about how to transmit data over Bluetooth. I don't want to send it all as ASCII, but want an efficient way of framing packets to make sure all the data arrives safely and in a way that is easy to process. This looks like a great solution. Thank you!

dominicgoodwin