Page 2 of 2

Re: Using the integrated WiFi of the Nikon D850 with qDSLRDashboard

Posted: 20 Feb 2018, 14:14
by Reji
YES!!!
Thx for the info, works beautifully, I can stop using Snapbridge :D

Re: Using the integrated WiFi of the Nikon D850 with qDSLRDashboard

Posted: 13 Mar 2018, 18:48
by frederic
aaronpriest wrote: 25 Dec 2017, 05:50 [...]
To enable Wi-Fi for qDslrDashboard to work, click Download Pictures. If you haven’t yet been able to re-connect with a previously established Bluetooth pairing, this should almost immediately connect via Bluetooth, especially if you already chose your device in the camera’s menu in the previous step. Next SnapBridge will say “Connecting to camera, starting camera Wi-Fi”, etc. and eventually prompt to join the Wi-Fi network for you. CANCEL this step instead of clicking Join! While it might work, you won’t be able to switch to any other apps like qDslrDashboard without SnapBridge immediately disabling the Wi-Fi before you can do anything. Instead, immediately go to your phone or tablet settings and manually connect to your camera’s Wi-Fi. [...]
Thank you for this writeup. It works just as well on a D500, and I now have qDslrDashboard connected on a tablet with repeatable success.

Re: Using the integrated WiFi of the Nikon D850 with qDSLRDashboard

Posted: 10 Mar 2019, 11:23
by Mjj
Big Thx from me too! Finally got it working thanks to this write up. No thanks to Nikon though for making it so complicated.
In my desperation trying to connect the D850 with my phone, I have even purchased a USB OTC adaptor, couldn't get that working niether, does anybody know, do I have to cnange some setting in the camera to get it working wired?

Re: Using the integrated WiFi of the Nikon D850 with qDSLRDashboard

Posted: 10 Mar 2019, 12:59
by hubaiz
Mjj wrote: 10 Mar 2019, 11:23 Big Thx from me too! Finally got it working thanks to this write up. No thanks to Nikon though for making it so complicated.
In my desperation trying to connect the D850 with my phone, I have even purchased a USB OTC adaptor, couldn't get that working niether, does anybody know, do I have to cnange some setting in the camera to get it working wired?
Your Android device needs to have the 'USB host' function and you need to use an USB OTG adapter. In qDslrDashboard you should enable the 'Use Android native USB access' option.
On iOS only wireless is possible

Re: Using the integrated WiFi of the Nikon D850 with qDSLRDashboard

Posted: 11 Mar 2019, 20:30
by karu2003
Hello everyone, did you try to turn on WiFi through Bluetooth?
I can help you with Bluetooth UUID
public static final UUID AUTHENTICATION = UUID.fromString("00002000-3DD4-4255-8D62-6DC7B9BD5561");
public static final UUID BATTERY_LEVEL = UUID.fromString("00002A19-3DD4-4255-8D62-6DC7B9BD5561");
public static final UUID CLIENT_DEVICE_NAME = UUID.fromString("00002002-3DD4-4255-8D62-6DC7B9BD5561");
public static final UUID CONNECTION_CONFIGURATION = UUID.fromString("00002004-3DD4-4255-8D62-6DC7B9BD5561");
public static final UUID CONNECTION_ESTABLISHMENT = UUID.fromString("00002005-3DD4-4255-8D62-6DC7B9BD5561");
public static final UUID CURRENT_TIME = UUID.fromString("00002006-3DD4-4255-8D62-6DC7B9BD5561");
public static final UUID DESCRIPTOR = UUID.fromString("00002902-0000-1000-8000-00805F9B34FB");
public static final UUID LOCATION_INFORMATION = UUID.fromString("00002007-3DD4-4255-8D62-6DC7B9BD5561");
public static final UUID LSS_CABLE_ATTACHMENT = UUID.fromString("0000200A-3DD4-4255-8D62-6DC7B9BD5561");
public static final UUID LSS_CATEGORY_INFO = UUID.fromString("00002080-3DD4-4255-8D62-6DC7B9BD5561");
public static final UUID LSS_CONTROL_POINT = UUID.fromString("00002008-3DD4-4255-8D62-6DC7B9BD5561");
public static final UUID LSS_FEATURE = UUID.fromString("00002009-3DD4-4255-8D62-6DC7B9BD5561");
public static final UUID LSS_SERIAL_NUMBER_STRING = UUID.fromString("0000200B-3DD4-4255-8D62-6DC7B9BD5561");
public static final UUID LSS_STATUS_FOR_CAPTURE = UUID.fromString("00002081-3DD4-4255-8D62-6DC7B9BD5561");
public static final UUID LSS_UUID = UUID.fromString("0000DE00-3DD4-4255-8D62-6DC7B9BD5561");
public static final UUID POWER_CONTROL = UUID.fromString("00002001-3DD4-4255-8D62-6DC7B9BD5561");
public static final UUID SERVER_DEVICE_NAME = UUID.fromString("00002003-3DD4-4255-8D62-6DC7B9BD5561");


public static final UUID DEVICE_INFO_UUID = UUID.fromString("0000180A-0000-1000-8000-00805F9B34FB");
public static final UUID FIRMWARE_REVISION_STRING = UUID.fromString("00002A26-0000-1000-8000-00805F9B34FB");
public static final UUID HARDWARE_REVISION_STRING = UUID.fromString("00002A27-0000-1000-8000-00805F9B34FB");
public static final UUID IEEE_1107320601 = UUID.fromString("00002A2A-0000-1000-8000-00805F9B34FB");
public static final UUID MANUFACTURE_NAME_STRING = UUID.fromString("00002A29-0000-1000-8000-00805F9B34FB");
public static final UUID MODEL_NUMBER_STRING = UUID.fromString("00002A24-0000-1000-8000-00805F9B34FB");
public static final UUID PNP_ID = UUID.fromString("00002A50-0000-1000-8000-00805F9B34FB");
public static final UUID SERIAL_NUMBER_STRING = UUID.fromString("00002A25-0000-1000-8000-00805F9B34FB");
public static final UUID SOFTWARE_REVISION_STRING = UUID.fromString("00002A28-0000-1000-8000-00805F9B34FB");
public static final UUID SYSTEM_ID = UUID.fromString("00002A23-0000-1000-8000-00805F9B34FB");

ConnectWifiAction
UUID.fromString("00112233-4455-6677-8899-AABBCCDDEEFF");

bluetoothDevice.createInsecureRfcommSocketToServiceRecord(UUID.fromString("00001101-0000-1000-8000-00805F9B34FB"));

Re: Using the integrated WiFi of the Nikon D850 with qDSLRDashboard

Posted: 11 Mar 2019, 20:48
by hubaiz
Did try with the D500 but couldn't figure out. :(

Re: Using the integrated WiFi of the Nikon D850 with qDSLRDashboard

Posted: 17 Mar 2019, 13:29
by karu2003
Hello everyone, I learned a little Nikon APP from the inside. Now the connection passes in seconds.
https://youtu.be/iioYoFqDnv0

Good luck, and good photos.