پاسخ : راه اندازی چیپ مخابراتی فرستنده گیرنده ( +Wireless NRF24L01 ) { رقیب HMTR }
با سلام،
منبع : http://www.opencore.eesc.usp.br/ricardo/Antena/
جهت روش استفاده هم به اینجا رجوع کنید :
نوشته اصلی توسط صادق ابراهیمی
Enhanced Shockburst
It is essentially a system that is implemented in the hardware of the 24L01 that will automatically handle packet acknowledgements and retransmissions if a packet is lost. It relieves the user of
having to take care of these arduous tasks in software when it is necessary to have
a more robust link where a very high percentage of packets make it through.
If you are at all familiar with internet protocols, using Enhanced Shockburst is a lot like using TCP, where regular Shockburst is like using UDP. While Enhanced Shockburst doesn’t handle setting up and closing a connection like TCP does (AKA sockets), it does give you some sort of semi-guarantee that your packet will get through. Similar to TCP, Enhanced Shockburst will try so many times to send a packet that is not acknowledged (also handled by Enhanced Shockburst at the receiver) before it just gives up and flags an interrupt.
It is essentially a system that is implemented in the hardware of the 24L01 that will automatically handle packet acknowledgements and retransmissions if a packet is lost. It relieves the user of
having to take care of these arduous tasks in software when it is necessary to have
a more robust link where a very high percentage of packets make it through.
If you are at all familiar with internet protocols, using Enhanced Shockburst is a lot like using TCP, where regular Shockburst is like using UDP. While Enhanced Shockburst doesn’t handle setting up and closing a connection like TCP does (AKA sockets), it does give you some sort of semi-guarantee that your packet will get through. Similar to TCP, Enhanced Shockburst will try so many times to send a packet that is not acknowledged (also handled by Enhanced Shockburst at the receiver) before it just gives up and flags an interrupt.
منبع : http://www.opencore.eesc.usp.br/ricardo/Antena/
جهت روش استفاده هم به اینجا رجوع کنید :
http://www.semiconductorstore.com/pdf/newsite/nordic/wp_software_examples_using_shockburst_modes.pdf













دیدگاه