Go to advanced search

by blacai
Sun Mar 27, 2016 10:38 am
Forum: Python
Topic: 7 segment display and GPIO.cleanup()
Replies: 2
Views: 856

Re: 7 segment display and GPIO.cleanup()

It is because GPIO has a pull up resistor fitted on the RPi board - it can be used for I2C. Try changing to a non-I2C pin and that should fix it. Thanks! Perfect, I switched to another one and it worked. I see now in the specs "i2C pin SDA includes a fixed, 1.8kO pull-up to 3.3v, which means this p...
by blacai
Sun Mar 27, 2016 10:15 am
Forum: Python
Topic: 7 segment display and GPIO.cleanup()
Replies: 2
Views: 856

7 segment display and GPIO.cleanup()

I will start explaining a little bit about the project. It is a simple PIR sensor with a webcam and a 7 segment display. The sensor catches movements, the webcam makes a photo, I add a row into a .csv file and the display counts how many times a movement was registered. The picture is saved into a f...
by blacai
Sun Mar 20, 2016 12:56 pm
Forum: Beginners
Topic: Raspberry Pi 3 can not detect my wifi
Replies: 14
Views: 10861

Re: Raspberry Pi 3 can not detect my wifi

You are right. I downgraded to the latest master firmware and opened an issue in the github. They suggested to open it in the kernel project. Thanks again for your effort. At least it is clear what is the problem and how to resolve it. So far it is not critical in my case, I can change the running c...
by blacai
Sun Mar 20, 2016 10:31 am
Forum: Beginners
Topic: Raspberry Pi 3 can not detect my wifi
Replies: 14
Views: 10861

Re: Raspberry Pi 3 can not detect my wifi

OK. I'm stuck. I've no idea why your RPi3B won't play nicely with your AP. It's probably time to report it on https://github.com/raspberrypi/firmware and see what the nice folks at the RPF make of your problem. thanks for your time and advice. I checked again from the beginning and using the hash f...
by blacai
Sun Mar 20, 2016 9:56 am
Forum: Beginners
Topic: Raspberry Pi 3 can not detect my wifi
Replies: 14
Views: 10861

Re: Raspberry Pi 3 can not detect my wifi

Have you got the right broadcom firmware package installed? dmesg shows [ 7.496230] brcmfmac: brcmf_c_preinit_dcmds: Firmware version = wl0: Dec 15 2015 18:10:45 version 7.45.41.23 (r606571) FWID 01-cc4eda9c on my RPi3B [ 6.809877] brcmfmac: brcmf_sdio_drivestrengthinit: No SDIO Drive strength init...
by blacai
Sun Mar 20, 2016 9:04 am
Forum: Beginners
Topic: Raspberry Pi 3 can not detect my wifi
Replies: 14
Views: 10861

Re: Raspberry Pi 3 can not detect my wifi

Ok, thanks for the help. I tried again and also with country code set to GB but no results pi@raspberrypi:~ $ uname -a Linux raspberrypi 4.1.19-v7+ #858 SMP Tue Mar 15 15:56:00 GMT 2016 armv7l GNU/Linux pi@raspberrypi:~ $ DE pi@raspberrypi:~ $ iw reg get country DE: DFS-ETSI (2400 - 2483 @ 40), (N/A...
by blacai
Sat Mar 19, 2016 9:28 pm
Forum: Beginners
Topic: Raspberry Pi 3 can not detect my wifi
Replies: 14
Views: 10861

Re: Raspberry Pi 3 can not detect my wifi

DougieLawson wrote:
blacai wrote: Wifi is being recognized whenever it isn't running on the channels 12/13
Have you used sudo raspi-config to set your WiFi country code?
Yes, I switched the country code to DE - Germany.
If I check the wpa config it shows the correct one.

Running

Code: Select all

iw list
only from channels 1-11 appears.
by blacai
Fri Mar 18, 2016 7:14 pm
Forum: Beginners
Topic: Raspberry Pi 3 can not detect my wifi
Replies: 14
Views: 10861

Re: Raspberry Pi 3 can not detect my wifi

Same problem here. I connected through ethernet so I could update the system. After that now it is even worse. The default gw is not being recognized for eth0 and the wlan0 continues without finding my SSID. Wifi is set to my country. Wifi is set to channel 7 Wifi 5Ghz is set to channel 40 Any idea?...

Go to advanced search