Initial Power On of LMR SDR 1.1 – Display Up!
After the initial power on of the LCD, I have followed the instructions from VU3AVE regarding uploading of the hex file to the Arduino Nano:
1. First install in Windows PC, is CH341SER.rar –> Un pack that file and inside you can find SETUP.exe
2. Double click and install SETUP.exe. This will install driver software for Arduino Nano to work properly
3. Now to upload into Arduino Nano the hex file — F5NPV_v6.hex. For that use the uploader program called XLoader which can be found in XLoader.zip file. (All these files were shared by VU3AVE.)
4. After successful upload of hex file in Arduino nano, it is ready to be inserted in LMR SDR board
The Arduino board was connected to the desktop computer using Mini-B USB connector at the Arduino end and standard USB at the computer end. When the XLoader was used initially with the default baud rate of 57600, it did not work. That baud rate is meant for older versions of Arduino bootloader. Then I changed the baud rate to 115200, it worked well. COM port is selected according to what is displayed in your Device Manager of Windows. Another issue was that the hex file was shown as 102 KB, while the upload value was only 28 KB. That is because the memory size of Arduino Nano is just 32 KB and the uploader uploads only the bare essential part of the original hex file.