Search found 6 matches
- Mon May 11, 2020 9:18 pm
- Forum: Networking and servers
- Topic: Access Pi using Mac Finder
- Replies: 1
- Views: 218
Access Pi using Mac Finder
Using Stretch, I was able to access the RPI2 file system from my Mac by entering a user ID and password. I upgraded to Buster, I can use a VPN, I can use SSH, but I no longer can use the Mac Finder to mount a directory on my Mac (using the Finder / Go to Server command). When I enter in a user and p...
- Mon Jul 22, 2019 5:34 pm
- Forum: Python
- Topic: gpiozero SPI select CS1 issue
- Replies: 3
- Views: 624
Re: gpiozero SPI select CS1 issue
I get your point that mixing spidev and gpiozero could cause problems. The only reason I included spidev is that it provides a way to set the SPI clock speed. I've retested after removing spidev and using the following: pot = MCP3002(channel=0, device=1) and it works perfectly. It appears the gpioze...
- Wed Jul 17, 2019 5:47 pm
- Forum: Python
- Topic: gpiozero SPI select CS1 issue
- Replies: 3
- Views: 624
gpiozero SPI select CS1 issue
I am working with Python 3.5 with gpiozero 1.5.0. I have successfully used the following script: from gpiozero import MCP3002 from time import sleep import spidev spi_max_speed = 50000 # 1 MHz for SPI spi = spidev.SpiDev() spi.open(0, 0) spi.max_speed_hz = spi_max_speed while True: #read channel 0 o...
- Tue Dec 04, 2018 4:59 pm
- Forum: Troubleshooting
- Topic: Raspberry Pi Model 3 A+ will not boot
- Replies: 23
- Views: 5280
Re: Raspberry Pi Model 3 A+ will not boot
Having read the comments, I made new attempts today. 1. Previously I had tried to boot with a breadboard attached. Not a brilliant idea. Without the breadboard I could get the green light (ACT) to blink a few times. 2. I upgraded my B+ software to the latest and greatest on the B+ (I'm using Stretch...
- Sat Dec 01, 2018 7:21 pm
- Forum: Troubleshooting
- Topic: Raspberry Pi Model 3 A+ will not boot
- Replies: 23
- Views: 5280
Raspberry Pi Model 3 A+ will not boot
I have a new Model 3 A+, I have tried an existing SD card that works fine on a Model 3B+, and I initialized a NOOBS SD card from the most recent download (Nov. 23, 2018). The red LED lights up on the board, but the green LED never does. The monitor says there is no sync. The power is from the 3B+, a...
- Fri Dec 15, 2017 6:47 pm
- Forum: General discussion
- Topic: X11 forwarding to a mac window
- Replies: 13
- Views: 18438
Re: X11 forwarding to a mac window
This stream is very out of date. I just tried "ssh -X pi@ipaddress" and it brought up XQuartz which made a small sizable window on my Mac.
It is a wonderful window into my RPi 3 B.
More info at https://www.xquartz.org
Enjoy
It is a wonderful window into my RPi 3 B.
More info at https://www.xquartz.org
Enjoy