domneedham / pico-clock-green-python

A MicroPython implementation of the Waveshare Pico-Clock-Green.
Apache License 2.0
10 stars 7 forks source link

can you explain in details how load code on pico W #20

Closed Hitesh-007 closed 1 year ago

Hitesh-007 commented 1 year ago

please help me for this how load Pico green clock demo code on PICO

domneedham commented 1 year ago

First you need to flash MicroPython onto your Pico. Raspberry Pi documents how to do this well.

You are best following the steps at: https://github.com/domneedham/pico-clock-green-python#instructions-linuxmac

If you are on Windows, I am not sure the best way to do this yet.

The whole install process really needs improving to be honest.

Hitesh-007 commented 1 year ago

Hi Domneedham Thank you for your reply I try using Raspberry pi buts it's not working Can you explain in detail if possible Display import error show Thank you for your help

On Tue, 7 Mar, 2023, 9:22 pm Dom Needham, @.***> wrote:

First you need to flash MicroPython onto your Pico. Raspberry Pi documents how to do this well.

You are best following the steps at: https://github.com/domneedham/pico-clock-green-python#instructions-linuxmac

If you are on Windows, I am not sure the best way to do this yet.

The whole install process really needs improving to be honest.

— Reply to this email directly, view it on GitHub https://github.com/domneedham/pico-clock-green-python/issues/20#issuecomment-1458406028, or unsubscribe https://github.com/notifications/unsubscribe-auth/AOJBIORWNMN4KE2KHJLSGRLW25KU5ANCNFSM6AAAAAAVSSJU5Q . You are receiving this because you authored the thread.Message ID: @.***>

Hitesh-007 commented 1 year ago

Hi please, Can you help me?

domneedham commented 1 year ago

To be honest, if you are not looking to code anything on this project anyway, you may be best using one of the C++ versions that are maintained by other people. They have a simpler install process :)