İyi günler Nrf modül kaç gb veri gönderebilir

İyi günler Nrf modül kaç gb veri gönderebilir

Please use English on the forum

It is Turkish.

In English

Good day, how many GB of data can the Nrf module send?

The answer is: an infinite number of GB, if infinite time is allowed.

1 Like

Nrf Tek seferde en fazla kaç gb veri gonderir paket olarak

How many GB of data can NRF send at a time as a packet?

That depends on the packet size of the NRF.

NRF24 packet size is 32 bytes

How many GB of files can NRF send at a time?

NRf doesn't send a files, only packets. The size of one packet is 32 bytes (not a Gigabytes, just a bytes!)

If you need an additional help please explain your project in detail. Why do you need to send a "GBytes of files" via NRF ?

Maximum how many bytes in 1 packet?

I already replied in messages #7 and #9

So, is there a different Arduino module for 1 GB data transfer?

What do you recommend?

I don't think there is a protocol that can transmit 1 GB at once.
But this is not a problem. For example, the TCP/IP network protocol, on which the Internet is mostly built, can transmit packets no larger than approximately 1500 bytes in size, which does not prevent it from transmitting gigabytes of data.
Any transfer is usually done in parts.

I can recommend nothing because you didn't explain what do you try to achieve.

I want to communicate two cards or modules and send a 1GB package. This is a competition, the one who sends the fastest is the winner.

this is my purpose

I would like a card or module recommendation regarding this.

Every communication module can send 1 GB package, the only question is the time.
I don't know what is the fastest way to do this, but definitely not a NRF module.
Try a Ethernet or WiFi

So, do you have any code or anything regarding this?

Does it have to be an error free transmission?