wshealy
Full Member
 
Posts: 187
Raspberry Pi: Yes
|
Post by wshealy on Apr 29, 2021 11:15:56 GMT -8
The SDL Cards all come upper case W and the provided rc.local and examples all reference upper case. Maybe they need to rename the github repository.
|
|
Sopwith
Junior Member

"If it works out of the box - what fun is that?"
Posts: 69
Raspberry Pi: Yes
Other Device: Pico Pi
|
Post by Sopwith on Apr 29, 2021 12:17:36 GMT -8
Thanks for the clarification. I have never seen the official SD Card, so I did not know this.
Clearly this is my issue to fix. I will do so and post an updated script.
Thanks again for setting me straight on this.
Sopwith
|
|
|
Post by SDL on Apr 29, 2021 14:02:08 GMT -8
Added to our Bug List!
BP
|
|
Sopwith
Junior Member

"If it works out of the box - what fun is that?"
Posts: 69
Raspberry Pi: Yes
Other Device: Pico Pi
|
Post by Sopwith on Jan 7, 2022 11:52:03 GMT -8
I have updated my SkyWeather2 installation guide and script to work with SkyWeather2 version 027.1. It has been tested with the latest version of PiOS (October 30, 2021 - Kernel 5.10).
Sopwith
|
|
|
Post by SDL on Jan 7, 2022 13:12:09 GMT -8
Sopwith,
You are awesome! Could you do this for me to see exactly what you are running?
pi@SwitchDocLabs:~ $ cat /etc/os-release
PRETTY_NAME="Raspbian GNU/Linux 10 (buster)" NAME="Raspbian GNU/Linux" VERSION_ID="10" VERSION="10 (buster)" VERSION_CODENAME=buster ID=raspbian ID_LIKE=debian HOME_URL="http://www.raspbian.org/" SUPPORT_URL="http://www.raspbian.org/RaspbianForums" BUG_REPORT_URL="http://www.raspbian.org/RaspbianBugs"
There are known bugs in Bullseye with the Raspberry Pi Camera
We would love to convert over to Bullseye in the next major SDCard release.
John
|
|
Sopwith
Junior Member

"If it works out of the box - what fun is that?"
Posts: 69
Raspberry Pi: Yes
Other Device: Pico Pi
|
Post by Sopwith on Jan 7, 2022 14:56:37 GMT -8
John,
Here is the output: PRETTY_NAME="Raspbian GNU/Linux 11 (bullseye)" NAME="Raspbian GNU/Linux" VERSION_ID="11" VERSION="11 (bullseye)" VERSION_CODENAME=bullseye ID=raspbian ID_LIKE=debian HOME_URL="http://www.raspbian.org/" SUPPORT_URL="http://www.raspbian.org/RaspbianForums" BUG_REPORT_URL="http://www.raspbian.org/RaspbianBugs"
I am running the PiOS Lite (headless) version.
When I enable the camera using raspi-config, it gives this warning message: ================================================================================================= "Legacy camera support is enabled.
Please note that this functionality is deprecated and will not be supported for future development" =================================================================================================
I have not done extensive testing with the camera module. I just performed the standard tests included with your distribution. When the device boots, the camera light comes on. And when I testSkyCamera.py it works fine.
Let me know if you want me to do more testing or anything else to help you out.
Sopwith
|
|
|
Post by SDL on Jan 7, 2022 15:30:03 GMT -8
Sopwith,
I see they now support this with enabling the Pi Camera support in rasps-config as you found out. I think that this means we can go ahead with V19 of the SDL Card on Bullseye.
Great news!
Our next version, V018, will stay on Buster as the release of that is just a few weeks away.
John
|
|
|
Post by John Richards on Jan 8, 2022 20:18:15 GMT -8
I purchased the latest sdl card and tried logging (via ssh) on the the hotspot using raspberry as the password for to connect to the hotspot, but no joy. I've searched for hints to no avail. Anyone know the hotspot password?
|
|
johnr
New Member
Posts: 1
|
Post by johnr on Jan 8, 2022 21:29:27 GMT -8
I purchased the latest sdl card and tried logging (via ssh) on the the hotspot using raspberry as the password for to connect to the hotspot, but no joy. I've searched for hints to no avail. Anyone know the hotspot password? Found what I was missing :-)
|
|
|
Post by SDL on Jan 9, 2022 17:00:57 GMT -8
From the SDCard Product page ( SD Card Product Page ) Login Information: username: pi
password: raspberry
WiFi Provisioning Software Included There are many ways of provisioning the Wifi on the Raspberry Pi. For examples, please go to www.rasperrypi.org and search on WiFi.
The included provisioning system for those people that want to connect up to WiFi without editing their SDCard on a different computer or adding a monitor and keyboard (headless).
Step-By-Step Provisioning 1) Turn on your Raspberry Pi (with the SD Card installed)
2) On another computer, navigate to the WiFi hostpot called "RPiHostspot" If it prompts you for a password, use "1234567890".
3) If you want to use VNC, connect to 10.0.0.5:5900 from a VNC Server
4) If you want to use SSH, type ssh [email protected]
5) In terminal window type the following commands:
cd /etc/wpa_supplicant
sudo nano wpa_supplicant.conf
You will see the following:
ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=netdev update_config=1 country=us
network={ ssid="gracie" scan_ssid=1 psk="xxxxxxx" }
Change the ssid to your network name and the psk to your password for your wifi network.
Step 6) Save, close and then type "sudo reboot"
Your Raspberry Pi will then come up on your network. Go to www.raspberrypi.org to see how to find your Raspberry Pi (Such as using Angry IP or another network scanner).
Now you are connected to your WiFI.
|
|
mlanser
New Member
Posts: 7
Raspberry Pi: Yes
|
Post by mlanser on Jun 2, 2022 10:31:14 GMT -8
Sopwith -- is there a new link to your installation guide/script? I can access you blog posts, but I'm getting an error when I try to view the "How to" doc. TIA, -Martin.
|
|
Sopwith
Junior Member

"If it works out of the box - what fun is that?"
Posts: 69
Raspberry Pi: Yes
Other Device: Pico Pi
|
Post by Sopwith on Jun 2, 2022 15:08:00 GMT -8
I fixed the broken link. Please try again and let me know if you still have problems.
Sopwith
|
|
mlanser
New Member
Posts: 7
Raspberry Pi: Yes
|
Post by mlanser on Jun 2, 2022 18:24:51 GMT -8
Thanks! I just checked the link and I was able to download the zip file. I will try to get this running in the next few days :-)
Thanks ... -Martin.
|
|
Sopwith
Junior Member

"If it works out of the box - what fun is that?"
Posts: 69
Raspberry Pi: Yes
Other Device: Pico Pi
|
Post by Sopwith on Jun 5, 2022 13:04:36 GMT -8
Thanks to the great support from my friends here at SwitchDoc Labs, my installation script is working again. You can find the latest version here: ismellsmoke.net/wp-content/uploads/2022/06/SkyWeather2_Install_Guide_v.1.5.zipInitial testing shows the script works on both 32-bit Pi OS versions Buster and Bullseye. Remember, only the Buster version of Pi OS is supported by SDL. If you like living on the edge - you can hack SkyWeather2 on Bullseye as long as you have legacy camera support enabled. If you do so, please share your experiences and let me know if something is not working. This feedback will help SDL as they port their code to the new platform. Sopwith
|
|
|
Post by SDL on Jun 7, 2022 10:18:18 GMT -8
Sopwith,
YOU are AWESOME! We really appreciate this. John is planning to merge this into the main code.
BP
|
|