ESP32 - Rocket Controller

Поділитися
Вставка
  • Опубліковано 19 вер 2024
  • Built a rocket controller! 🚀 🌒
    This has been one of the more exciting projects for me. I put together a little board that will capture data from rockets. The modules I have onboard are:
    Altimeter
    Pressure
    Temperature
    Accelerometer
    Gyroscope
    Humidity
    GPS
    The data will be sent back down to earth using a LoRa module and sent to another device that will be connected to my computer. The devices are programmed in C++.
    After this test, I will be finishing the app that will send the data to a phone through bluetooth. The app is made with Dart in Flutter which has been super fun to learn.
    Depending on how well the tests go, I should be able to send off my schematics to manufacturing for a full custom board. This will allow the device to be much smaller and lighter.
    #RocketController #RocketProjects #DIY #Electronics #EmbeddedSystems #DataCapture #Altimeter #PressureSensor #TemperatureSensor #Accelerometer #Gyroscope #HumiditySensor #GPSModule #LoRa #WirelessCommunication #Cplusplus #CplusplusProgramming #EmbeddedProgramming #DataTransmission #DataCollection #CustomBoard #Schematics #Manufacturing #BluetoothApp #DartProgramming #FlutterApp #LearnFlutter #SmallSizedDevices #LightweightDesign #Innovation #TechProjects #Exploration #Rocketry #Engineering #TechEnthusiast

КОМЕНТАРІ • 4

  • @supremeleader5516
    @supremeleader5516 3 місяці тому

    amazing project

  • @russellsmith5278
    @russellsmith5278 8 місяців тому

    I'm thinking of building similar - but I'm worried about using LoRA, so might use Wifi - due to the FCC duty cycle limits - what did you do about that?

  • @supremeleader5516
    @supremeleader5516 3 місяці тому

    why flutter over react native?