Skip to main content
Sondos
Associate II
July 31, 2024
Solved

board Suggestion

  • July 31, 2024
  • 3 replies
  • 1244 views

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?

Best answer by STTwo-32

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 

3 replies

STTwo-32
STTwo-32Best answer
Technical Moderator
July 31, 2024

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.
Andrew Neil
Super User
July 31, 2024

@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...

AndrewNeil_0-1722424012368.png

https://www.st.com/en/microcontrollers-microprocessors/stm32wb-series.html 

 

A complex system that works is invariably found to have evolved from a simple system that worked.A complex system designed from scratch never works and cannot be patched up to make it work.
Andrew Neil
Super User
July 31, 2024

@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.

A complex system that works is invariably found to have evolved from a simple system that worked.A complex system designed from scratch never works and cannot be patched up to make it work.
Sondos
SondosAuthor
Associate II
August 5, 2024

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?