Search found 8 matches
- 09 Jun 2020, 21:55
- Forum: RPiEasy: General Discussion
- Topic: RPIEasy
- Replies: 332
- Views: 741849
Re: RPIEasy
It's work ! thank a lot !!!
- 09 Jun 2020, 09:59
- Forum: RPiEasy: General Discussion
- Topic: RPIEasy
- Replies: 332
- Views: 741849
Re: RPIEasy
root@RPi0Jardin:/home/pi# python nettest.py socket opened socket bind 0.0.0.0:8080 socket closed root@RPi0Jardin:/home/pi# ping google.com PING google.com(par21s17-in-x0e.1e100.net (2a00:1450:4007:808::200e)) 56 data bytes 64 bytes from par21s17-in-x0e.1e100.net (2a00:1450:4007:808::200e): icmp_seq...
- 08 Jun 2020, 22:16
- Forum: RPiEasy: General Discussion
- Topic: RPIEasy
- Replies: 332
- Views: 741849
Re: RPIEasy
I use a RPI 0 W root@RPi0Jardin:/home/pi# rpieasy/RPIEasy.py Init hardware... Load network settings... Load GPIO settings... RPi.GPIO not installed! I2C smbus not installed! GPIO init failed Creating new pinout Load devices from file Load controllers from file Load notifiers from file 22:16:27: Even...
- 08 Jun 2020, 14:51
- Forum: RPiEasy: General Discussion
- Topic: RPIEasy
- Replies: 332
- Views: 741849
Re: RPIEasy
There is nothing else on the RPI0. it's a proper install from 2020-02-13-raspbian-buster-lite.img for information : root@RPi0Jardin://etc# cat /etc/os-release PRETTY_NAME="Raspbian GNU/Linux 10 (buster)" NAME="Raspbian GNU/Linux" VERSION_ID="10" VERSION="10 (buster...
- 07 Jun 2020, 10:29
- Forum: RPiEasy: General Discussion
- Topic: RPIEasy
- Replies: 332
- Views: 741849
Re: RPIEasy
I'ts better, but still not work : root@RPi0Jardin:/home/pi# python --version Python 3.7.3 root@RPi0Jardin:/home/pi# rpieasy/RPIEasy.py Init hardware... Load network settings... Load GPIO settings... RPi.GPIO not installed! I2C smbus not installed! GPIO init failed Creating new pinout Load devices fr...
- 05 Jun 2020, 14:10
- Forum: RPiEasy: General Discussion
- Topic: RPIEasy
- Replies: 332
- Views: 741849
Re: RPIEasy
Yes I can acces to internet, update and upgrate the Pi. Yes the DNS is in my box (french Freebox revolution).
I try to delet the forlder and update today from github, but it's the same.
I try to delet the forlder and update today from github, but it's the same.
- 23 May 2020, 18:30
- Forum: RPiEasy: General Discussion
- Topic: RPIEasy
- Replies: 332
- Views: 741849
Re: RPIEasy
I got this : root@RPi0Jardin:/home/pi# python nettest.py Traceback (most recent call last): File "nettest.py", line 3, in <module> servers.bind((socket.gethostname(), 8080)) File "/usr/lib/python2.7/socket.py", line 228, in meth return getattr(self._sock,name)(*args) socket.gaier...
- 21 May 2020, 17:45
- Forum: RPiEasy: General Discussion
- Topic: RPIEasy
- Replies: 332
- Views: 741849
Re: RPIEasy
Hi. I try to install RPIEasy, but I have those error : root@RPi0Jardin:/home/pi/rpieasy# ./RPIEasy.py Init hardware... Load network settings... Load GPIO settings... RPi.GPIO not installed! I2C smbus not installed! GPIO init failed Creating new pinout Load devices from file Load controllers from fil...