Pepper Robot , the non-elina tablet - robot

I have problems accessing the pepper robot tablet.
We can not access the functionality of the tablet.
And our pepper robot can not access the network!
Can someone help me?

If you cannot connect pepper to a wifi network:
Remove the back of Pepper's head with the metal two-prong tool that is located in the back of the robot.
Connect an ethernet cable between the robot and your router/pc
Restart the robot (and pc as well, if necessary)
Press the robot's chest button to hear the new IP address
Enter the address in your browser to access the settings screen
Connect to a wifi network.

Related

Use IP camera with OPEN CV without internet connection (direct connection to pc)

I am sorry, this might not be the correct platform to ask this kind of question but I couldn't think of any other place .
I for one of my project I need to capture some video footage from an outdoor camera using open cv. Actually, its a part of a bigger project where another signal triggers the camera. Since the camera will be located outside, I am looking for weather proof night vision enabled USB cameras that I can easily control via OPENCV. However I cannot find any descent USB camera and most of the websites show IP cameras. My problem is that the installation will be at a site where there is no internet so I cannot use internet. Can anybody please suggest if and how these IP cameras can be connected to the PC and be controlled via OPEN CV or else suggest some websites where I can get descent outdoor USB IR cameras.
I have also tried the NOIR Raspi camera but the quality is not very good and I think the range will also not be very good. Moreover running OPEN CV on RpI is very slow even for simple video recording.
Please refer to that thread for how to use IP cameras with open CV. I didn't try it personally, but a simple google search got me that. http://answers.opencv.org/question/133/how-do-i-access-an-ip-camera/
To access an IP camera is very simple, you just need this line:
cv2.VideoCapture("rstp://ipaddress:port/blahbla")
Now, if you dont have internet the IP camera as the PI should be on the same network, you can have a wireless router with no internet.
If you dont have a wireless router you can create a hotspot on your PI so you can connect the Camera directly to the PI, alot of IP cameras support hotspot so you can connect your pi to them.

Trying to make app to make my FFOS phone mic/webcam for desktop

I was doing research and couldn't get myself in the right direction so I figured I would ask if it's possible.
For my desktop computer I dont have a mic or a webcam but needed it for some applications.
So I thought to create an app for my Flame that when connected over USB will act as mic and webcam. Is this possible?
Yes you could use webRTC to connect PC & phone and share webcam/mic (either phone->PC or PC->phone). Try Firefox Hello if you want to see how webRTC works.
For example, try http://mozilla.github.io/webrtc-landing/ in both your device and desktop

Sony camera API. Settings to use?

Good day,
I was just wondering to which settings the camera should be set when I want to connect from my Windows 7 PC to my camera over Wi-Fi.
I'm using the DSC-HX60V. I can connect via the Sony app from my android device when the camera is set to application type "Smart Remote Embedded".
Now to which mode should the camera be set when I want to connect over Wi-Fi?
Or can the camera simply be connected to a Wi-Fi AP and that's all that is needed?
Regards
To access Camera Remote API, please start the the PlayMemories Camera Apps "Smart Remote Control" application in the camera.
Best Regards,
Prem, Developer World team

wifi authentication failed for hosted network

I have connected to the internet through a modem named QUBEE which shows as the connection 'Ethernet 2'. However, I have a tab and kindle fire. so, I decided to create a virtual network or hosted network in my laptop. So, I created a hosted network with a numeric pass key (8-digits). The authentication type is WPA2-Personal. I shared the net of Ethernet 2 with it. However, i tried with both my tab and kindle fire, but it shows 'Authentication problem'.
Both of the kindle fire and tab remains in 'Obtaining IP address...' state a lot of time.
One thing I noticed that, when the device is not connected to the virtual network, its network strength remains strong. but it tries to connect, it becomes poor.
Another thing is that the authentication type of that recognize by both tab and kindle fire is WPA2 PSK. where the laptop has WPA2-Personal.
My laptop configuration is i5#2.5GHz, Windows 8.1, RAM: 6.00GB, Lenovo G480.
Thanks in advance for trying to help me.

Android tablet pc with a Nokia phone 3G data connection

This is technical question to check the possibilities of the scenario. Is it possible to use Nokia phone's (Lumia, N9, symbain phone, S40) 3G data connection with a Android tablet pc?
Or any way to use phone's 3G data connection with tablet pc?
I have a unlimited data connection for my phone. But I don't use it that much. So I'm planning to use it with the tablet pc.
yep its possible easily if :
1. your tab is rooted
2. your tab supports usb host mode or otg mode (you could either check it on net or download usb host diagnostics) (just click start diagnostic)
procedure
Downoad ppp widget
configure your apn according to pc suite settings
then plug in your phone via usb on nokia pc suite mode
now wait 10s and click connect
you are now done
(pls switch your wifi off as ppp widget creates virual wifi for your tab)
any inquiries contsct rld0989#gmail.com (don't be rest less I only check my gmail once a day)
Yes, it's possible to use your phone as a modem, connected to the tablet via a USB cable, as long as you have
(1) an APN from your network operator to make a data connection via their network, and
(2) suitable device drivers for the phone. On Windows, smartphones are plug and play, but I don't have any experience using them with Android.
On the tablet, you also need some software to control the modem - something like the Mobile Broadband Connect 3.0 application listed on here
You can write a simple connection app yourself using the Android Telephony Manager.
Alternatively, you could connect manually, using AT commands with a suitable AT command program (in Windows, it would be Hyperterminal). This thread describes a possible equivalent for Android.
Standard AT commands to make a data connection are described in the 3gpp TS27.007 specification.
There are a lot of variations for different manufacturers, but making a simple connect should be possible using the standard commands.