You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
i want to send date with the module. I finde the command "send"
/**
* @brief Convenience function for simply sending data
*
* @note This function ignores the PRELOADING option
*
* @param[in] data data to send (must include IEEE802.15.4 header)
* @param[in] len length of @p data
*
* @return number of bytes that were actually send
* @return 0 on error
*/
size_t send(uint8_t *data, size_t len);
but I have no idea how must include the IEE802.15.4 header and how he looks like.
I want to conncet an arduino with a raspberry Pi3 about the AT86RF233 with 6 lowpan.
Have anyone an idea
The text was updated successfully, but these errors were encountered:
Hi everbody,
i want to send date with the module. I finde the command "send"
/**
* @brief Convenience function for simply sending data
*
* @note This function ignores the PRELOADING option
*
* @param[in] data data to send (must include IEEE802.15.4 header)
* @param[in] len length of @p data
*
* @return number of bytes that were actually send
* @return 0 on error
*/
size_t send(uint8_t *data, size_t len);
but I have no idea how must include the IEE802.15.4 header and how he looks like.
I want to conncet an arduino with a raspberry Pi3 about the AT86RF233 with 6 lowpan.
Have anyone an idea
The text was updated successfully, but these errors were encountered: