Developer

ArduPilot Shield Demo

I few days ago i received the first prototypes of the Ardupilot Shield. Right now they don't have silkscreen to reduce the prototyping costs, but the commercial version will do..Main goals:-On board 3.3V power regulator.-Disable the GPS before uploading new firmware automatically.-A lot of pins headers to easily attach sensors with power supply included.-Special connector for 3.3V GPS modules (including the TTL conversion).-Pressure sensor, with low pass filtering, for AirSpeed...-External reset button.-Mirrored status LED,s...-Optional power divider (analog 5) to measure battery level.

[Infrared connector at the bottom]The cost without the sensor will be around $20 dlls at beginning, soon if i order bigger batch's i can reduce the price.My ideas is to make 100 units without the pressure sensor, and another 100's with the pressure sensor (around $30 dlls price tag)... Stay tuned for more news..You can give a look to the diagram here:

[UPDATE]: Auto turnoff is not working properly on 3.3Volts GPS, so i will need to make some changes.
E-mail me when people leave their comments –

You need to be a member of diydrones to add comments!

Join diydrones

Comments

  • Developer
    Yes the transistor let you shutdown the GPS when you are uploading code ;-) So you don't have to disconnect it.
  • Admin
    Jordi,

    Thanks for the quick response. Much appreciated.

    I can see where the +3vdc regulator and the GPS/Radio Modem header receive +5vdc from the IR header through a transistor switch that is controlled by D7.

    Regards,
    TCIII
  • Developer
    You can upload this code to ardupilot to check the Board:

    Ardu_Shield_test.zip

    If you apply pressure in the sensor they will blink faster.... And is printing the Pressure sensor values in the serial port...
    https://storage.ning.com/topology/rest/1.0/file/get/3691937077?profile=original
  • Developer
    Yes, you need to declare the pin 7 as output, and LOW
    pinMode(7,OUTPUT);
    digitalWrite(7,LOW);
  • Admin
    Jordi,

    I got my Ardupilot Shield board put together and attached it to the blue version of the Ardupilot.

    The good: the status and lock led blink in the correct pattern (I have not programmed the Atmega yet). The power led on the Ardupilot board is on.

    The bad: The Shield board power led is not on. There isn't any +5 vdc on the GPS/Radio Modem header pins.

    I do have +5vdc and ground on the Shield board FTDI/Extra +5v header. I do have continuity between the GPS/Radio Modem header ground and the FTDI/Extra +5v header ground. I also have continuity between the FTDI/Extra +5v header +5vdc/gnd and the Optional +5vdc/gnd header.

    I do not have the 406 GPS attached to the Shield board at this time.

    Are you controlling the +5vdc and the +3vdc on the Shield board that requires a jumper?

    Comments?

    Regards,
    TCIII
  • I would like to order two with sensor.
  • If you are taking pre-orders I would be happy to buy one (with sensor).
    Cheers,
    Nick
  • Developer
    I will need 2 also!
  • Likewise, I would like to pre-order two!
  • Jordi - I would be happy to preorder one with sensor.
This reply was deleted.