Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Send data with the AT86rf233 #2

Open
Dophiele opened this issue Jun 2, 2018 · 0 comments
Open

Send data with the AT86rf233 #2

Dophiele opened this issue Jun 2, 2018 · 0 comments

Comments

@Dophiele
Copy link

Dophiele commented Jun 2, 2018

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant