@iguaan Try to set MY_RF24_PA_LEVEL to RF24_PA_MIN on gateway then use NRF24L01+PA+LNA module - in my case the OTA begin work perfect!
Best posts made by cabat
- 
    RE: MYSBootloader 1.3.0-beta.3posted in Development
- 
    RE: OTA not working in my current setup (CRC Error)posted in TroubleshootingMay be it's help you - in my case with Winbond W25X40CL changing code in SPIFlash.h solve the problem with CRC error: i change this: #define SPIFLASH_BLOCKERASE_32K 0x52 //!< erase one 32K block of flash memoryon this: #define SPIFLASH_BLOCKERASE_32K 0xD8 //!< erase one 64K block of flash memory
- 
    RE: Code Garage to the rescue.posted in General DiscussionThank you very much! 
 I was very upset when I realized that such titanic work and useful information would be lost..
- 
    RE: 💬 Simple compact RF24 node (ATmega328 + NRF24)posted in OpenHardware.io@yveaux Sorry, i don't test the range of nodes - plan to use in the 2 floor house of 60 meters. 
 But you opinion is correct, this design is compromise of size, pins count and range degradate.
 This is prototype, work good about 1 year: 
  
- 
    RE: Powering NRF24l01+ with DC-DC Module Abaisseur Regulateur Tension Step Downposted in TroubleshootingAs i see, two first module is impulse, but third - linear? 
- 
    RE: Newbie wants to do everything wiredposted in General Discussion@feanor-anglin said in Newbie wants to do everything wired: If you like it, please feel free to contact me. We've made some significant progress, which is not published yet. I am also intresting in implementation of RS485 in my MySensors network, and i like yor hardware and use some of your ideas in my project Simple compact RS485 node (ATmega328 + MAX485) , 
- 
    RE: Starting my PC with a 3.3v arduino pro mini?posted in DevelopmentYou can use anything like this:  https://electronics.stackexchange.com/questions/129463/switch-on-computer-with-microcontroller i am using just one PC817:  
- 
    RE: 💬 Building a wired RS485 sensor networkposted in Announcements@gryzli133 I have a number of MySensors devices using RS485, it would be interesting to try to run PJON protocol over RS485, it seems like there is such an opportunity, but I could not figure out how to use it in the MySensors library. 
- 
    RE: Supply 230V/5V for node ? Mini Pro, NRF24L01, ams1117posted in TroubleshootingVery dangerous - too small gap between AC230 and GND:  
- 
    RE: Starting my PC with a 3.3v arduino pro mini?posted in Development@kiesel Great work!  - 5V connected through diode to protect of polarity revers
- MB = Motherboard, you right
- First need to connect power button from front panel, second to connect to "Power Switch" on motherboard. This allows power on both from power button and Arduino.
 You disign is absolutely working! 
- 
    RE: Starting my PC with a 3.3v arduino pro mini?posted in Development@kiesel Sorry friend, I guess I confused you a little .. 
 The diode is needed so that, when powered from the contacts on the motherboard with 5V, it does not damage my arduino, that's all 
 Have a nice weekend to!
- 
    RE: RS485 transport ACK supportposted in Development@gieemek Great thanks for you solution, it's work perfect!! 
 I just change the timeout for resend message to 250ms.
 Using now in 6 my RS485 nodes.