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...
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...
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...
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...
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...
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 ...
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...