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

nrf52 quadcopter design status

Hi

is the design (including schematics and pcb design) for nrf52 quadcopter is working one on the GitHub (https://github.com/NordicPlayground/nrf52-quadcopter) without any modifications or we need to modify or improve for proper functioning.

Regards

Capricorn

Parents
  • Hi Capricorn,

    The schematics and PCB design should work without modification. However, be aware that not all components may be possible to get hold of now, in particular the barometric sensor and potentially others as well. 


    As for improving the design, switching to nRF52840 should be considered. It would for example provide BLE long range, and more GPIOs. More GPIOs could be used to move to SPI communication instead of I2C for increased communication speed with the IMU. 
    The firmware code is a messy fusion of Bitcraze' Crazyflie and multiple student projects, and I would recommend doing a rewrite for cleaner code and fewer bugs.



    Best regards,
    Jan Tore

Reply
  • Hi Capricorn,

    The schematics and PCB design should work without modification. However, be aware that not all components may be possible to get hold of now, in particular the barometric sensor and potentially others as well. 


    As for improving the design, switching to nRF52840 should be considered. It would for example provide BLE long range, and more GPIOs. More GPIOs could be used to move to SPI communication instead of I2C for increased communication speed with the IMU. 
    The firmware code is a messy fusion of Bitcraze' Crazyflie and multiple student projects, and I would recommend doing a rewrite for cleaner code and fewer bugs.



    Best regards,
    Jan Tore

Children
No Data
Related