Forum Replies Created
-
AuthorPosts
-
Hi Raj,
I am really sorry about you experience. PlutoX is still currently in beta phase. The bug that you faced is a known one. We are working towards fixing the problem. Till that time we would like to replace your drone right away. Appologies. Can you please mail your request at support@dronaaviation.com so that we can process your order immediately.Hi Pavan,
delay_ms(5000) is a blocking function. In order to execute this code properly, you need to use a non-blocking function. I will upload the code here in a couple of hours.Hi Pavan,
Pluto runs on ESP module. In order to connect pluto using a third party software, you need to connect to Pluto’s network(Or configure pluto to connect to your network). After connection to the network, you need to open a TCP socket on 192.168.4.1:23. After this, you can talk to Pluto using the Multiwii protocol http://www.multiwii.com/wiki/index.php?title=Multiwii_Serial_Protocol. I hope this information can get you started. Let me know if you have more questions.I believe it is pointy nose propeller.
PlutoV3R doesnt have a bullnose prop. We did our tests to realise that Bullnose props are much quieter but consume much higher current. If you want to switch, you can try those, but we expect a lower flight time.
This is good for a ballpark estimate. The accurate representation is RPM = kV * backEMF. Since at no load, the supply voltage and backEMF are closer, this is a decent estimate. According to our estimates, the kV rating is close to 14000. Our assumption is that this discrepancy is due to a higher resistance of brushed DC motor. Thus in general, no-load RPM is preferred by a manufacturer.
If you are pursuing a project, let us know about your project, we would like to help if we can.
Hey Lokesh,
Q.1 Which processor does the FC have? Please provide details.
Ans. There are two FCs which drona has: PrimusV3R has an STM32f103 and PrimusX has STM32f303Q.2 What is the diameter and pitch of the propellers that come with the kit? (Of course I’ve measured dia with scale and it comes around 2 inches but need exact figures)
Ans. The propeller used are very small. In general, such propellers dont come with measurement of pitch. We have estimated the pitch using measurements. Again we have two versions here. PlutoV3R has a 2.16in x 1in. PlutoX has 3in x .6inQ.3 Please give me size and KV rating of the motors and also what is voltage rating of the motors?
In DC brushed motor, the motor specs are in general not provided in kV but rather in no-load speed. PlutoV3R has a 7mm DC brushed motor with NL speed of 50000RPM @ 3.7V. In plutoX, the motor size is 8.5mm and the NL speed is confidential. -
AuthorPosts