کارت عالی بود و لطفاً ادامه بده امیدوارم موفق باشی مرد. بهترین هارو داشته باشی.
@vazhaphurtseladze30368 ай бұрын
it only transmits data sometimes when I press the reset button. what could be the problem?
@yacineyaker74852 жыл бұрын
hello sir can i have the code you used for transmetting and receiveing the data?
@thangkhen69632 жыл бұрын
can you help me with code if i control with 2 buttons and 2 outputs
@1234thrashmetal3 жыл бұрын
i have problems when i use the library, it doesn't transmit or receive on a stm32f103c8, I can't understand why it fails, but when using the nrf24_write function it doesn't write or transmit, the same with nrf24_read. can you help me?
@self-studyelectronicengine72943 жыл бұрын
Try to check information with Usart Then use same peripheral I used in video If you have problem send me message
@bernardoclarens6674 жыл бұрын
I would love to learn more stuff with NRF sir!
@marcinstrzelicki35872 жыл бұрын
I wanted to download this code, but I not have a access to google drive. Can you help me? Please
@sonnguyenhoang72513 жыл бұрын
When i try to read a random register of nRF24L01, it always returns me 0x0E . Did i do something wrong ?
@self-studyelectronicengine72943 жыл бұрын
can you explane more? l comment second part in while part please check this part I mean send 《 hello word》and see that this string send it correctly or not? this code transfer data 32 bit
@self-studyelectronicengine72943 жыл бұрын
can you explane more? l comment second part in while part please check this part I mean send 《 hello word》and see that this string send it correctly or not? this code transfer data 32 bit
@sonnguyenhoang72513 жыл бұрын
@@self-studyelectronicengine7294 Firstly, I set up Tx mode, then I try to read a random register For example : uint8_t receiver; SPI1_CE_LOW; /*Turn off CE*/ SPI1_CSN_LOW; SPI_DRV_MASTER_TransmitDataFromBuffer(SPI1,0x25u); SPI_DRV_MASTER_TransmitDataFromBuffer(SPI1,0x13u); SPI1_CSN_HIGH; SPI1_CSN_LOW; /*Turn off CSN*/ SPI_DRV_MASTER_TransmitDataFromBuffer(SPI1,0x05); receiver = SPI_DRV_MASTER_ReadDataFromBuffer(SPI1); SPI1_CSN_HIGH; /*Turn on CSN*/ SPI1_CE_HIGH; /*Turn on CE*/ As you can see, receiver must be 0x13, but the result is always 0x0E. I tried to other registers but the results are still same. Can you help me, please?
@self-studyelectronicengine72943 жыл бұрын
I'm so sorry these days Im very busy,l can't understand why are you using register? because in most of the case we just need a string like "Hello word" and I receive this data clearly on RX or as you can see in video I push one button and the other side I mean in the receiver led is on it means everything work correctly. at first you try that send string on receiver if It work every think is right. this is my gmail adress ehsanmohanadpour311@gmail .com if you have problem please send me a mail and may we have connection on any program as you want and talk about on your problem with more detail
@self-studyelectronicengine72944 жыл бұрын
Firstly, I suggest for you to study NORDIC datasheet but if you have question of this Mudule ask me if I know it I answer them and I will sent it for you
@amarobarbosa8483 Жыл бұрын
Be kinder to people. If not; you will end up alone in life
@ismailkulaber45783 жыл бұрын
Hello, first of all, thank you very much for the video. I want to transfer the data from the potentiometer and rotate the servo motor, but I couldn't. Can you help me? thank you so much.
@mohamadghobadi30152 жыл бұрын
یکمی رو خونی تمرین میکردی بد نبود
@YasserEldod Жыл бұрын
hello sir can i have the code you used for transmetting and receiveing the data?