-
-
Notifications
You must be signed in to change notification settings - Fork 11
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
Posibilidad de crear una red Mesh #11
Comments
No hablo español. Lo siento. The nRF24L01 radio uses the Nordic proprietary enhanced shockburst protocol which can be manipulated to imitate other protocols (including 6LoWPAN). I personally have no experience working with Thread, 6LoWPAN, or 802.15.4 protocols, but maybe I could point out where to modify examples if you provide a link (micropython example would probably be the easiest to modify). The main concern is that the nRF24L01 can only transmit a maximum of 32 bytes per packet, though Wikipedia mentions that the 6LoWPAN protocol can split up a "frame" into multiple transmissions. Again an example of this implementation would be helpful. Con ayuda de Google translate: La principal problema es que el nRF24L01 solo puede transmitir un máximo de 32 bytes por paquete, aunque Wikipedia menciona que el protocolo 6LoWPAN puede dividir un "marco" en múltiples transmisiones. Una vez más, un ejemplo de esta implementación sería útil. |
To refer to your other issue on a different repo, this library will not run on a esp8266 in micropython. Trust me, I've tried. If esp8266 is your target platform, then use an arduino library like TMrH20's nrf24l01, or the original micropython code that this library was ported from. con google translate: |
Hello, thanks for your answer, I have the requirement to use it using my network micropython, but I wanted to know if it was possible to build a red mesh using the same micropython, or if there could be the possibility of embedding c ++ in micropython, but I see a great Difficulty for that, at the moment it limits me to a basic point-to-point connection. |
I'm closing this issue. If there are more questions related to this issue, feel free to ask them here. However, if there are questions about a different topic, then open a new issue. |
hola, hay posibilidad de crear una red mesh con esta libreria? hay muchos ejemplos para c que corren bien y en la Raspberry como Gateway, ademas hay ejemplos de posibilidad de conexion con IPV4 sobre el 802.15.4 como si fuera 6LoWPAN, puede hacerse esta caracteristica para conformar redes mesh con este módulo utiizando micropython o es imposible?
Gracias
The text was updated successfully, but these errors were encountered: