# nRF24LE1_Programmer **Repository Path**: htqs_admin/nRF24LE1_Programmer ## Basic Information - **Project Name**: nRF24LE1_Programmer - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-04-29 - **Last Updated**: 2024-04-29 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # nRF24LE1_Programmer Arduino Programmer for Nordic - nRF24LE1 with Uart Comunication (NRF <--> PC) Upload the sketch to your Arduino (Nano v3.0 / Ide 1.8.1 or latter: https://www.arduino.cc/en/main/software) and connect SPI from Nano to nRF24LE1 board (see Schematic.pdf). Programmer.exe: (Compile with DEV-C++ for windows: http://www.bloodshed.net/download.html or https://sourceforge.net/projects/orwelldevcpp/files/latest/download) Uploads .hex file into nRF24LE1 via Arduino Usage: programmer.exe \\.\COM13 CMD filename.hex where CMD is d(dump), w(write) This work is based on code https://github.com/DeanCording/nRF24LE1_Programmer - Thanks, DeanCording. And also based on code https://github.com/polkabana/nRF24LE1_Programmer - Thanks, polkabana.