B4A Library DJI Drones - Erel Jul 17, 2022 (36 reactions) DJI Drones are very popular and advanced drones. DJI provides an Android app that is used during flights to control the drone.
The Android device connects to the remote controller with a USB cable (USB debug mode should be enabled).
DJI are also providing a feature-rich SDK that allows us, develope B4A Tutorial DJI virtual stick-tutorial, waypoint- and hotpoint-mission for DJI Mini- and Air-series - schimanski Apr 24, 2022 (10 reactions) Sub Process_Globals
...
Public sdk As DJISDKManager
Private aircraft As DJIAircraft
Private controller As DJIFlightController
Private camera As DJICamera
'We make an instance of the aircraft and flightcontroller for the later used javaobjects
Dim AircraftInstance As Jav B4A Library DJI-Wrapper of the Mobile SDK V5 - schimanski Jan 19, 2025 (3 reactions) Request for permission. Once all permission is accepted, it will initialize the DJI SDK Once initialization is done, it will register and connect the app to DJI server (update the DJI API key in the manifest) Once registered it will start listening for, FlightController Connection: On event it will B4A Example B4Xgoodies_from_walt61 Online - AnandGupta (first post) Jul 24, 2022 (4 reactions) What's New Since Last Week (11 Jul 2022 to 18 Jul 2022)
B4X
Combobox
lmB4XComboBox V. 1.01
It is a modified version of the Erel's original B4XComboBox and allows you to store in it a value for each text item. Not rarely (mainly in DBs managements) you need a ComboBox in which an Item is made of B4A Question DJI : BatteryState - Erel (first post) Feb 05, 2021 (1 reaction) 1. Call Aircraft.RegisterBatteryStateEvent.
2. In the event sub:
Dim jo As JavaObject = Battery
Dim voltage As Int = jo.RunMethod("getVoltage", Null)
Dim Current As Int = jo.RunMethod("getCurrent", Null) B4A Question DJI : no more able to login... - aeropic Apr 03, 2021 SDK_BindingStateChanged: UNBOUND
Aircraft disconnected!
I must admit I'm stuck...
Any help welcome ! Thanks B4A Library DJI Drones UI - use DJI widgets in your App - DonManfred Apr 14, 2018 (15 reactions) Properties:
Connected As Boolean
CurrentState As
Returns the current state.
Heading As Double
Returns the aircraft heading.
SimulatorStarted As Boolean
Returns true if the simulator has started.
Tag As Object
Methods:
IsInitialized As Boolean
Properties:
AircraftLocation As DJILocation3DW B4A Question DJI sdk : get camera histograms - JordiCP (first post) Apr 06, 2021 (1 reaction) Try this
Dim callback As Object = myCam.CreateEventFromUI("dji.sdk.camera$HistogramCallback", "histogram",Null) B4A Question DJI virtual Joystick (almost -not- working) - JordiCP (first post) Mar 08, 2021 (2 reactions) Have you tried?
Sub sendVirtualStickThrottle(tt As Float)
Dim y, p, r As Float
y = 0
p = 0
r = 0
Try
Dim FlightControlData as JavaObject
FlightControlData.InitializeNewInstance("dji.common.flightcontroller.virtualstick.FlightControlData", Array(p,r,y,tt) )
B4J Library [B4X] Ryze/DJI Tello drone SDK -app - inakigarm May 13, 2018 (10 reactions) Ryze/DJI Tello drone is a cheap drone (99$) - more info on https://www.ryzerobotics.com/tello
Some of the interesting features are altitude stabilization, WIFI control - mobile app, camera image stabilization, etc and, of course, control the drone thanks to the IOS/Android app, Droneblocks and publ Page: 1 2 3 4 5 6 7 Powered by ColBERT |