Replies: 4 comments
-
I have finished the rest of the setup: |
Beta Was this translation helpful? Give feedback.
-
On Sat, 21 May 2022 at 3:15 AM, Ritobrata Ghosh ***@***.***> wrote:
I have finished the rest of the setup:
[image: image]
<https://user-images.githubusercontent.com/58001482/169616567-685db69e-3688-4d5d-a94d-8bf9b2d0f867.png>
—
Reply to this email directly, view it on GitHub
<#377 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AU2E2KQQL5ES4CLQLLQPN73VLABWRANCNFSM5WQUEQZQ>
.
You are receiving this because you are subscribed to this thread.Message
ID: <microsoft/IoT-For-Beginners/repo-discussions/377/comments/2793949@
github.com>
Then what is the Problem that your facing With the setup
|
Beta Was this translation helpful? Give feedback.
-
On Tue, 31 May 2022 at 4:16 PM, Rohan Ronnie ***@***.***>
wrote:
On Sat, 21 May 2022 at 3:15 AM, Ritobrata Ghosh ***@***.***>
wrote:
> I have finished the rest of the setup:
>
> [image: image]
> <https://user-images.githubusercontent.com/58001482/169616567-685db69e-3688-4d5d-a94d-8bf9b2d0f867.png>
>
> —
> Reply to this email directly, view it on GitHub
> <#377 (comment)>,
> or unsubscribe
> <https://github.com/notifications/unsubscribe-auth/AU2E2KQQL5ES4CLQLLQPN73VLABWRANCNFSM5WQUEQZQ>
> .
> You are receiving this because you are subscribed to this thread.Message
> ID: <microsoft/IoT-For-Beginners/repo-discussions/377/comments/2793949@
> github.com>
>
Then what is the Problem that your facing With the setup
mad I know it is better you kindly use resbarry pie
|
Beta Was this translation helpful? Give feedback.
-
The Speed script only works on older Raspberry Pi OS versions. It depends on Python 2, but this is not installed on the latest Bullseye versions of Raspberry Pi OS. You need to do this to install the Grove libraries: sudo apt install git python3-dev python3-pip --yes
git clone https://github.com/Seeed-Studio/grove.py
cd grove.py
sudo pip3 install .
sudo raspi-config nonint do_i2c 0 I'm working through this at the moment updating all the out of date stuff, so this will be updated in the lesson in the next couple of days. |
Beta Was this translation helpful? Give feedback.
-
I am trying to use a Raspberry Pi as a headless device, and while I am connected to it through ssh, I cannot complete the suggested setup.
I am trying to follow instruction from the Raspberry Pi page.
There, the instruction is to run a full upgrade and then run these commands:
curl -sL https://github.com/Seeed-Studio/grove.py/raw/master/install.sh | sudo bash -s -
But, when I run this command, I get thrown a lot of errors, the last line of which is:
And here is the full output:
Click for full output!
Can you help me find a solution to this?
Beta Was this translation helpful? Give feedback.
All reactions