Uploaded December 2012 | Updated September 2026, 5 seconds ago
Testing my own PIC32 based "ultimate FPV receiver" and drone through reinforced concrete walls.
Featuring : a very high speed diversity switching system / industrial ultra low noise preamplifiers / high rejection low pass and high pass filters / circular polarized omni antenna / fastest as possible spectrum analyser for tuners. / Modded comtech tuners / Multiples low noise switching power supply. / +-1 Mhz PLL remote tuning for TX and RX
Testing my own PIC32 based "ultimate FPV receiver" and drone through reinforced concrete walls.
Featuring : a very high speed diversity switching system / industrial ultra low noise preamplifiers / high rejection low pass and high pass filters / circular polarized omni antenna / fastest as possible spectrum analyser for tuners. / Modded comtech tuners / Multiples low noise switching power supply. / +-1 Mhz PLL remote tuning for TX and RX




![PIC32 and 3.2 QVGA LCD TFT with SSD1289 driver and 16 bits parallel bus
My upgraded init sequence for SSD1289 driver :
send(0x07, 0x0021);//Display Control (R07h) (POR = 0000h) GON = 1 DTE = 0 D[1:0] = 01
send(0x00, 0x0001);//Oscillator (R00h) (POR = 0000h)
send(0x07, 0x0023);//Display Control (R07h) (POR = 0000h) GON = 1 DTE = 0 D[1:0] = 11
send(0x10, 0x0000);//Sleep mode (R10h) (POR = 0001h)
(wait 30ms)
send(0x07, 0x0033);//Display Control (R07h) (POR = 0000h) GON = 1 DTE = 1 D[1:0] = 11
send(0x11, 0x6830);//Entry Mode (R11h) (POR = 6830h)
send(0x02, 0x1000);//LCD-Driving-Waveform Control (R02h) (POR = 0000h)
//send(0x0f, 0x0000);//Gate Scan Position (R0Fh) (POR = 0000h)
send(0x01, 0x2B3F);//Driver Output Control (R01h) (POR = [0XXXX0X1]3Fh)
//send(0x0b, 0x5308);//Frame Cycle Control (R0Bh) (POR = 5308h)
send(0x28, 0x0006);//Setting R28h as 0x0006 is required before setting R25h and R29h registers.
send(0x25, 0xE000);//Frame Frequency Control (R25h) (POR = 8000h) PIC32 and 3.2 QVGA LCD TFT with SSD1289 driver and 16 bits parallel bus](https://i.ytimg.com/vi/RC3RRGcyAxQ/mqdefault.jpg)





