I need to connect a 3G Dongle to my Raspberry Pi running windows IoT Core. I currently have a Vodafone K5160 Dongle but I don't seem to have the required drivers for WindowsIot Core. I read that you need Universal driver for this but it is not practical to build one for each dongle and neither am I familair with driver development. Is there any workaround for this ? Or has anyone connected another dongle/ has necessary drivers? I deperately need one please.:) Thank you guys!
Asked
Active
Viewed 1,631 times
1
-
K5160 is not officially supported by microsoft yet, K515- is. https://developer.microsoft.com/en-us/windows/iot/docs/hardwarecompatlist. However, you may still try the approach in http://stackoverflow.com/questions/35617679/usb-mobile-broadband-modem-on-windows-10-iot. – Jackie Oct 07 '16 at 03:20
-
@Jackie Thankyou! I had tried this approach - [link](http://stackoverflow.com/questions/35617679/usb-mobile-broadband-modem-on-windows-10-iot) earlier but I got stuck. It said the profile was not created with this command 'netsh mbn add profile interface="Cellular" name="profile.xml" ' . – nj_bubbles Oct 07 '16 at 09:13
-
@Jonathan Hiben Can you maybe help? – nj_bubbles Oct 07 '16 at 09:32
1 Answers
0
Finally got it working using a K5160 Vodafone 3G Dongle. I used partly the approach in USB Mobile Broadband Modem on Windows 10 IoT? with a few modifications.

Community
- 1
- 1

nj_bubbles
- 78
- 12
-
-
@njoshy how do you solve that problem? I'm unable to connect dongle3G to my raspi3 with iot core. Can you help me, please? – Emanuele Leoni Feb 14 '20 at 16:56
-
@EmanueleLeoni What is the problem currently? The link given above solved my issues. – nj_bubbles Apr 29 '20 at 15:12
-
@njoshy thanks for your reply. Finally I solved my problem, it was an incorrect profile – Emanuele Leoni Apr 30 '20 at 07:32