2024-07-31 03:32 AM
I was using B-L072Z-LRWAN1 in a project and found out that I needed a very higher transmission rate than LoRa. I am asking if you can suggest me a board that is capable of data transfer rate of 2 Mbps with a duty cycle of 0.2ms. The data size is 30 Bytes and the distance between transmitter and receiver is around 10 meters. Can anyone suggest a suitable board?
Solved! Go to Solution.
2024-07-31 03:44 AM - edited 2024-07-31 05:05 AM
Hello @Sondos
I suggest you use the STM32WB series that implement a BLE modulation and other protocols even some proprietary protocols. This may help you on your specific use case.
Best Regards.
STTwo-32
To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.
2024-07-31 03:44 AM - edited 2024-07-31 05:05 AM
Hello @Sondos
I suggest you use the STM32WB series that implement a BLE modulation and other protocols even some proprietary protocols. This may help you on your specific use case.
Best Regards.
STTwo-32
To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.
2024-07-31 04:00 AM
@Sondos wrote:data transfer rate of 2 Mbps with a duty cycle of 0.2ms ... distance between transmitter and receiver is around 10 meters.
WiFi or Bluetooth.
2024-07-31 04:07 AM
@STTwo-32 wrote:I suggest you to use the STM32WB series that implement a BLE modulation.
Some of the WBs also support some proprietary protocols...
https://www.st.com/en/microcontrollers-microprocessors/stm32wb-series.html
2024-08-05 05:17 AM
but if I made a real life implementation will it be possible to achieve data rate of 2Mbps with a duty cycle of 0.2ms or should I use Wifi and in this case are there boards you can suggest?