Estou criando um drone, Mas preciso de ajuda

Estou criando um drone, Mas preciso de ajuda

Tem alguma forma que um projeto makecode de micro:bit “CONTROLE” envie as cordenadas (GPS) para outra placa micro:bit ?¿?

2 Likes

No estoy seguro. Eso parece complicado. ¿Ojalá alguien más pueda ayudar?
I’m not sure. That seems complicated. Hopefully someone else can help?
@Don I’m not sure if your the right person to ask but do you know if they can use GPS for a drone like that?

Bem-vindo, @eliasempresas!

Que progresso você fez na construção do drone? Você já tem uma maneira de coletar coordenadas GPS?

Se conseguires recolher coordenadas GPS, podes usar o rádio para enviar as coordenadas para outro micro:bit.


Welcome!

What progress have you made in building the drone? Do you already have a way of collecting GPS coordinates?

If you can collect GPS coordinates, you could use the radio to send the coordinates to another micro:bit.

1 Like

Micro:bits can send coordinates to another micro:bit over the radio.

The biggest issue you may have is how fast the micro:bits can respond.

Another thing to know about using micro:bits in a drone is the vibrations from the electric motors. They can cause the micro:bit to vibrate which can affect the accelerometer if you plan on using that to stabilize the drone. The accelerometer can be used like a gyroscope, but if the vibrations are significant it won’t be very accurate.

Just my humble opinions.

1 Like

Google translate to Portuguese:

Bem-vindo ao fórum @eliasempresas!

Você pode querer dar uma olhada no Air:bit2 do MakeKit.no: https://shop.makekit.no/en/products/air-bit-2-micro-bit-drone .

Se você está planejando um drone muito pequeno, provavelmente não precisa de GPS.
Acelerômetros/giroscópios provavelmente são suficientes para mantê-lo estável. O micro:bit tem um acelerômetro, mas pode ser difícil usá-lo para controle de voo em um drone pequeno, pois não está no centro de massa do micro:bit.


Original English:

Welcome to the forum @eliasempresas!
You may want to look at the MakeKit.no’s Air:bit2: https://shop.makekit.no/en/products/air-bit-2-micro-bit-drone .

If you are planning on a very small drone you probably don’t need GPS.
Accelerometers/gyroscopes are probably enough to keep it stable. The micro:bit has an accelerometer, but it may be difficult to use for flight control in a small drone since it’s not at the micro:bit’s center of mass.