This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

NRF24l01 sketch + mq3 sensor arduino nano sketch

HI ,

My name is MOHAMED ALI SAIDANE from Tunisia , i've been working on my project of the last year eduction , i'm interresting about the concept of the module NRF24l01 as a way of communication between things , but i find a problem in the specific sketch that i have to put in arduino which combine the module nrf24l01 and gas sensor mq-3 or even the IR flame sensor , i was looking for some codes and sketchs in the internet but i don't find the specific way or the specific line that i have to use to combine modules with nrf24l01 .

please help me if you have any ideas about this part asap , i'm sorry if my grammar was a little bit weird , thank you so much . 

  • Hi Mohamed

    It is limited what support we can provide on non-Nordic products, such as your Arduino board and your sensors, other than general advice. 

    Have you been able to get the nRF24L01 working with your Arduino board without the sensors connected? 

    Inversely, have you been able to control your sensors without the nRF24L01 connected?

    If combining the sensors and your nRF24L01 is an issue it could be related to some conflict with the physical interface, or a build issue if they all try to access the same peripheral driver. 

    The nRF24L01 requires an SPI interface plus 2 control pins (CE and IRQ). Do you know which pins your sensors require?

    Best regards
    Torbjørn

Related