Unable to connect Dongle K5150 to iot core [closed] - raspberry-pi

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 2 years ago.
Improve this question
I'm trying to connect Dongle K5150 with Emnify SIM to raspberry Pi3 with iot core 17763 version.
I followed these steps:
USB Mobile Broadband Modem on Windows 10 IoT?
but at the end I had an error:
Connect Failure: error 0x139f.
Can someone help me?

I found the solution,
the problem was in my "profile.xml".
In detail in two nodes:
<HomeProviderName>em</HomeProviderName>
and
<AccessString>em</AccessString>

You may get error 0x139f (ERROR_INVALID_STATE) in the case when the device is roaming but the roaming policy disallows data roaming - error on a connect request sent to wwansvc. You can try to toubleshoot this issue with this article.
https://learn.microsoft.com/en-us/windows/iot-core/troubleshooting#issue-when-connecting-a-mbm-device-when-roaming

Related

Best way to industrialize raspberry pi 3b+ [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 2 years ago.
Improve this question
I work on a Raspberry project, the purpose of this project is to use a Raspberry to control an industrial machine.
My customer would like to produce several hundred Raspberry.
I have an custom Raspbian image and I would like to know how "flash" my image on this several Raspberry in an industrial way.
For the moment, the customer wants to use an Raspberry Pi3b+.
Do you have any ideas ?
Kinda off-topic question for here. But, we are using one of these SD card duplicators if that helps.

Can you boot up raspberry pi4 after shutting down with keyboard [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 2 years ago.
Improve this question
I searched for a solution to reboot raspberry pi 4 after shutting down but only I can find that you wire a switch to reboot it. Is there a program or a script to remotly start up raspberry pi by pressing some button on the keyboard. Because I am using mine a smart tv replacement and want to know is it possible to reboot remotly without getting out of bed? :D
a good solution, which I tested is to directly connect the raspberry pi to the tv via usb, so when you turn on the television as the command the rasp also turns on :)

How do I connect my iPhone to the virtual machine (VMware macOS)? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 5 years ago.
Improve this question
my virtual machine (VMware macOS) doesn't see my iPhone when I connect my iPhone to the computer. Anyone knows how to handle this ? I want to connect just for using my iPhone as simulator.
I think that your iPhone with the lightning connector would be perceived by VMWare as a USB Device, so you could refer to their USB Device documentation. The TL;DR is essentially:
Add the physical usb port to what the vm can "see".
Choose VM > Removable Devices to connect specific USB devices to your virtual machine.
Find the menu item for the usb port the iPhone is plugged into and mouse over it to see the iPhone, then click its name.
I found some additional instructions here which may provide more useful, granular details on how to do this. Pleas note that you will have to take into account the OS of both the host and the guest when following the documentation. Additionally, you may need specific drivers to let the guest addition recognize the iOS device.
Good luck!

Ping iPhone address, response is off [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 8 years ago.
Improve this question
I try ping to iPhone address with shell (on mac osx), but if iPhone is in standby after 3 min the result is: no Ping, iPhone is offline!
How I check if iPhone is online on my network?
How I check if iPhone is online on my network?
E.g.
arp -a
or
ping "$ip"
Combine it with a loop maybe.

raspberry pi easycap dc 60 capture problems [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 9 years ago.
Improve this question
I am trying to capture video over EasyCap DC60 stk1160 (yellow cable) but on my raspbian 3.10.25 (raspberry pi) in mplayer video looks like this (green and messed video, artefacts):
http://www.youtube.com/watch?v=27YLQKNKZtw&feature=youtu.be
And after few seconds it ends with thi error: http://www.youtube.com/watch?v=5cgQFc0i6vo&feature=youtu.be
I tried many settings (as well as vlc) but result is the same. What am I doing wrong? :(
wohooo, I found out it is problem with power. Raspberry pi is not strong enough to power usb easycap directly. When I use powered usb hub it works! :)