Search found 94 matches
- Mon Aug 15, 2016 1:31 pm
- Forum: Italiano
- Topic: Raspberry Pi 1 mod B: ssh down e ftp anonimo
- Replies: 0
- Views: 445
Raspberry Pi 1 mod B: ssh down e ftp anonimo
Salve a tutti, ho un raspberry pi 1 mob B, con Wheezy, che funge da webcam, installato in un luogo remoto. Da un po' di tempo l'ssh è irraggiungibile e, facendo un nmap, le uniche porte che risultano aperte sono la 21 e la 80. Purtroppo l'ftp mi accetta solo login anonimo, così non riesco a compiere...
- Thu Feb 05, 2015 2:10 pm
- Forum: Raspberry Pi OS
- Topic: Visit PHP Page in crontab
- Replies: 12
- Views: 1447
Re: Visit PHP Page in crontab
Commad in crontab is:
I need to reload a page because it gives some datas to a database
Code: Select all
*/10 * * * * sudo wget -O -q "MyURL" >/dev/null 2>&1
- Thu Feb 05, 2015 1:05 pm
- Forum: Raspberry Pi OS
- Topic: Visit PHP Page in crontab
- Replies: 12
- Views: 1447
Re: Visit PHP Page in crontab
I run this code every 10 min into the crontab:
wget -O -q "MyURL" >/dev/null 2>&1
I only need to load the php code
wget -O -q "MyURL" >/dev/null 2>&1
I only need to load the php code
- Thu Feb 05, 2015 12:43 pm
- Forum: Raspberry Pi OS
- Topic: Visit PHP Page in crontab
- Replies: 12
- Views: 1447
Re: Visit PHP Page in crontab
I use the user cron: crontab -e
- Thu Feb 05, 2015 12:39 pm
- Forum: Raspberry Pi OS
- Topic: Visit PHP Page in crontab
- Replies: 12
- Views: 1447
Re: Visit PHP Page in crontab
This command works con CLI but it doesn't work in cron:
Code: Select all
wget -O -q "MyURL" >/dev/null 2>&1
- Thu Feb 05, 2015 12:35 pm
- Forum: Raspberry Pi OS
- Topic: Visit PHP Page in crontab
- Replies: 12
- Views: 1447
Visit PHP Page in crontab
Hi, I want to visit every 10 min a php webpage located in a remote server.
I've tried to write commands (like wget, curl, php) in a SSH CLI but, when I try to scheduled it in crontab, they won't work.
How I can do this?
Ty
I've tried to write commands (like wget, curl, php) in a SSH CLI but, when I try to scheduled it in crontab, they won't work.
How I can do this?
Ty

- Thu Sep 18, 2014 12:31 pm
- Forum: Troubleshooting
- Topic: Problem with libapache2-mod-php5
- Replies: 12
- Views: 11060
Re: Problem with libapache2-mod-php5
Yes, it gives an error pi@raspberrypi ~ $ sudo dpkg -l tar Desired=Unknown/Install/Remove/Purge/Hold | Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend |/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad) ||/ Name Version Architecture Description +++-===============...
- Thu Sep 18, 2014 12:06 pm
- Forum: Troubleshooting
- Topic: Problem with libapache2-mod-php5
- Replies: 12
- Views: 11060
Re: Problem with libapache2-mod-php5
Php5 and libapache have been removed and reinstalled many times, but the problem still.
- Thu Sep 18, 2014 8:44 am
- Forum: Troubleshooting
- Topic: Problem with libapache2-mod-php5
- Replies: 12
- Views: 11060
Re: Problem with libapache2-mod-php5
pi@raspberrypi ~ $ sudo apt-cache policy libapache2-mod-php5 libapache2-mod-php5: Installed: 5.4.4-14+deb7u14 Candidate: 5.4.4-14+deb7u14 Version table: *** 5.4.4-14+deb7u14 0 500 http://archive.raspbian.org/raspbian/ wheezy/main armhf Packages 100 /var/lib/dpkg/status My Pi has 4.7 GB available
- Thu Sep 18, 2014 8:10 am
- Forum: Troubleshooting
- Topic: Problem with libapache2-mod-php5
- Replies: 12
- Views: 11060
Re: Problem with libapache2-mod-php5
it dosn't work, problem still remains pi@raspberrypi ~ $ sudo apt-get install php5 libapache2-mod-php5 Reading package lists... Done Building dependency tree Reading state information... Done libapache2-mod-php5 is already the newest version. php5 is already the newest version. The following package...
- Wed Sep 17, 2014 4:53 pm
- Forum: Troubleshooting
- Topic: Problem with libapache2-mod-php5
- Replies: 12
- Views: 11060
Problem with libapache2-mod-php5
Hi, I can't install libapache2-mod-php5. When I try to get it, terminal show me this: pi@raspberrypi ~ $ sudo apt-get install php5 libapache2-mod-php5 Reading package lists... Done Building dependency tree Reading state information... Done libapache2-mod-php5 is already the newest version. php5 is a...
- Fri Jul 11, 2014 11:13 am
- Forum: Automation, sensing and robotics
- Topic: DHT22 remote sensor with batteries
- Replies: 28
- Views: 10205
Re: DHT22 remote sensor with batteries
I don't have ant problem to decode signal on the receiver (the RPi)
- Fri Jul 11, 2014 8:57 am
- Forum: Automation, sensing and robotics
- Topic: DHT22 remote sensor with batteries
- Replies: 28
- Views: 10205
Re: DHT22 remote sensor with batteries
Ok, I would like to have power consumption minus as possible! I must read DHT sensor from NRF24 every 2 minutes.
- Fri Jul 11, 2014 8:48 am
- Forum: Automation, sensing and robotics
- Topic: DHT22 remote sensor with batteries
- Replies: 28
- Views: 10205
Re: DHT22 remote sensor with batteries
Ok, can I make a standalone transmitter with DHT and NRF24 (without using Arduino)?
- Fri Jul 11, 2014 8:05 am
- Forum: Automation, sensing and robotics
- Topic: DHT22 remote sensor with batteries
- Replies: 28
- Views: 10205
Re: DHT22 remote sensor with batteries
I have seen that it works @ 2.4Ghz like the WiFi adapters..there are some problems for that?
Can I power Arduino with NRF24L01 and DHT22 with 6 AA batteries for a long time?
There is a tutorial for communication between Raspberry and Arduino with NRF24L01?
Thank you
Can I power Arduino with NRF24L01 and DHT22 with 6 AA batteries for a long time?
There is a tutorial for communication between Raspberry and Arduino with NRF24L01?
Thank you

- Fri Jul 11, 2014 7:26 am
- Forum: Automation, sensing and robotics
- Topic: DHT22 remote sensor with batteries
- Replies: 28
- Views: 10205
Re: DHT22 remote sensor with batteries
How nrf24l01 works? It's stable?
- Thu Jul 10, 2014 2:39 pm
- Forum: Automation, sensing and robotics
- Topic: DHT22 remote sensor with batteries
- Replies: 28
- Views: 10205
Re: DHT22 remote sensor with batteries
Can I make it easely with Xbee?
- Thu Jul 10, 2014 1:01 pm
- Forum: Automation, sensing and robotics
- Topic: DHT22 remote sensor with batteries
- Replies: 28
- Views: 10205
Re: DHT22 remote sensor with batteries
I have to put the sensor in a pole on the garden and RPi on the 2nd floor of my home.
- Thu Jul 10, 2014 10:46 am
- Forum: Automation, sensing and robotics
- Topic: DHT22 remote sensor with batteries
- Replies: 28
- Views: 10205
- Thu Jul 10, 2014 10:10 am
- Forum: Automation, sensing and robotics
- Topic: DHT22 remote sensor with batteries
- Replies: 28
- Views: 10205
DHT22 remote sensor with batteries
Hi, I want to monitor the outside temp and humidity by using DHT22 sensor and I want to upload data to Wunderground (I already have the script). The sensor must be located on the outside and RPi, which is inside my home, must read the DHT wireless. What should I do to make this? The external sensor ...
- Thu Jul 03, 2014 5:21 am
- Forum: Other projects
- Topic: 100% solar powered RPi
- Replies: 7
- Views: 2114
Re: 100% solar powered RPi
Ok! It's should be very expensive, right?
I should make a smartphone charger with these products

I should make a smartphone charger with these products
- Tue Jul 01, 2014 10:59 pm
- Forum: Other projects
- Topic: 100% solar powered RPi
- Replies: 7
- Views: 2114
100% solar powered RPi
Hi, I'm thinking to power a Raspberry Pi with solar panel and battery. It could be on 24/7: the battery must provide energy during the night and cloudy days. Raspberry can connects to Internet via Wifi adapter, so I might buy model A or model B.. I have seen a 6600mhA battery, it can be sufficient? ...
- Mon Jun 02, 2014 10:08 am
- Forum: Interfacing (DSI, CSI, I2C, etc.)
- Topic: Reading anemometer in Python
- Replies: 8
- Views: 6662
Re: Reading anemometer in Python
It's possible to find some code examples? I'd like to have a precise measurement as better as possible.
Thanks
Thanks

- Sun Jun 01, 2014 1:37 pm
- Forum: Python
- Topic: Reading anemometer
- Replies: 1
- Views: 1250
Reading anemometer
Hi! I'm making a little weather station, I've written a python script for reading DHT22 and BMP085 sensors. Now I want to add wind speed value. I've found this inexpensive sensor but I have to say how I can read the wind speed value in a Python script. The sensor: http://www.maplin.co.uk/p/maplin-re...
- Sun Jun 01, 2014 12:47 pm
- Forum: Interfacing (DSI, CSI, I2C, etc.)
- Topic: Zigbee and DHT22 sensor
- Replies: 1
- Views: 2144
Zigbee and DHT22 sensor
Hi I need to make a link between RPi and DHT22 sensor wireless so I'm thinking to use Zigbee.
What should I need to make this wireless link? The client Zigbee with the sensor should be powered by batteries
Thank you
What should I need to make this wireless link? The client Zigbee with the sensor should be powered by batteries
Thank you