Go to advanced search

by yoshii
Tue Dec 20, 2016 7:55 am
Forum: Python
Topic: Call new terminal in a single python script
Replies: 0
Views: 305

Call new terminal in a single python script

Hi guys, I am working on a project where I have to auto upload an image every time it is triggered. However, the uploading takes too much time which affects the whole process after it inside my base python script. Is there any way to call a new terminal window using my currently running python scrip...
by yoshii
Sun Nov 20, 2016 12:53 am
Forum: Troubleshooting
Topic: sudo dpkg --configure -a taking too long
Replies: 1
Views: 691

sudo dpkg --configure -a taking too long

Hi everyone. I accidentally interrupted an installing application on my Rpi. Now when I am trying to do "sudo apt-get install" I get the message that I had to run "sudo dpkg --configure -a" to fix it. And so I did. However, I think the process is taking too long. It's been running for almost 5 hrs n...
by yoshii
Wed Nov 09, 2016 6:20 pm
Forum: Python
Topic: How to transfer data on Rpi to mySQL in PC via internet
Replies: 3
Views: 1525

Re: How to transfer data on Rpi to mySQL in PC via internet

If the two machines are on the same LAN then it's trivial to make a remote connection from the data collector to a MySQL (or better MariaDB) database on another machine. This sample python program reads a thermocouple on one Raspberry every minute and stores the data on in MariaDB on another #!/usr...
by yoshii
Wed Nov 09, 2016 8:51 am
Forum: Python
Topic: How to transfer data on Rpi to mySQL in PC via internet
Replies: 3
Views: 1525

How to transfer data on Rpi to mySQL in PC via internet

Hey everyone, I appreciate any help I can get. I would like to transfer data (with pictures) from my Rpi to a MySQL database in my PC. I'll be using the internet for the "live mirroring" of the data in Rpi to the database (almost same as real time). My plan is to directly send the data to the databa...
by yoshii
Sat Oct 08, 2016 9:44 pm
Forum: General discussion
Topic: Rpi cannot connect remotely via Ethernet with router
Replies: 10
Views: 4864

Re: Rpi cannot connect remotely via Ethernet with router

That's contradictory - just because the pi had a known ip before doesn't mean it's still the same. I am not familiar with FIng, but Trevor implied that it can be used to discover devices on the network. If so does it not find your Pi? Yes you can fix the IP address of your pi, but its really not sa...
by yoshii
Fri Oct 07, 2016 7:32 am
Forum: General discussion
Topic: Rpi cannot connect remotely via Ethernet with router
Replies: 10
Views: 4864

Re: Rpi cannot connect remotely via Ethernet with router

RaTTuS wrote:what power supply are you using 0 is it marginal ?
Yes. I am using a charger with 5V, 2.5A. I googled it and they said that 2.5A is enough :)
by yoshii
Fri Oct 07, 2016 7:31 am
Forum: General discussion
Topic: Rpi cannot connect remotely via Ethernet with router
Replies: 10
Views: 4864

Re: Rpi cannot connect remotely via Ethernet with router

Are you sure you are using the correct ip address? Are you even sure the pi has an ip address allocated? Is it in the same network range as your 'android'? Are you able to ping it? Texy Yes, I used the same IP ad since I was able to connect to it before. I am not sure if the Pi has no IP add since ...
by yoshii
Thu Oct 06, 2016 3:14 am
Forum: General discussion
Topic: Rpi cannot connect remotely via Ethernet with router
Replies: 10
Views: 4864

Re: Rpi cannot connect remotely via Ethernet with router

Sorry for the late reply.

Yes, I tried rebooting it several times. The error is Connection timed out.

Any ideas?
by yoshii
Mon Oct 03, 2016 2:30 pm
Forum: General discussion
Topic: Rpi cannot connect remotely via Ethernet with router
Replies: 10
Views: 4864

Rpi cannot connect remotely via Ethernet with router

Hello everyone! I just bought my Rpi 3 and successfully installed Raspbian Jessie. I was able to access it remotely by using an Ethernet cable connected to my router. Then I was able to install OpenCV using Putty. But after connecting it to a monitor TV via HDMI to test my camera, I now can't access...

Go to advanced search