Search found 10 matches

by tonygo
Tue Nov 16, 2021 3:10 pm
Forum: Raspberry Pi microcontroller boards
Topic: Time if times
Replies: 22
Views: 11453

Re: Time if times

You may find this us use
https://www.instructables.com/Pi-Pico-R ... 1-Workout/
Please let me know if it helps.
Tony Goodhew
by tonygo
Tue Nov 16, 2021 3:05 pm
Forum: Raspberry Pi microcontroller boards
Topic: Pico Lipo 16MB, micropython only shows 7MB
Replies: 4
Views: 3660

Re: Pico Lipo 16MB, micropython only shows 7MB

I have the same problem and wonder what is going on.
by tonygo
Tue Nov 16, 2021 3:02 pm
Forum: Raspberry Pi microcontroller boards
Topic: Waveshare 2.8inch Touch Display Module for Raspberry Pi Pico 262K Colors 320×240 - ST7789
Replies: 7
Views: 7815

Re: Waveshare 2.8inch Touch Display Module for Raspberry Pi Pico 262K Colors 320×240 - ST7789

I think you will find that the bytearray needed to drive this display is massive and takes up so much of the Pico's RAM that there is little left for program instructions. I've got the four smallest Waveshare Pico displays 160x80 160 x128 240x240 and 320x240 and the biggest suffers from this problem...
by tonygo
Fri Feb 19, 2021 3:20 pm
Forum: General Discussion and Questions
Topic: How to join threads?
Replies: 2
Views: 1837

Re: How to join threads?

There is some discussion on The Ras Pi Pico Forum but it was a bit above my current experience:
https://www.raspberrypi.org/forums/view ... &p=1808139
by tonygo
Fri Jun 29, 2018 6:44 am
Forum: micro:bit boards
Topic: 'Best' way to program MicroPython on the micro:bit
Replies: 12
Views: 11709

Re: 'Best' way to program MicroPython on the micro:bit

Great news - a very enjoyable editor and no more .hex files!
by tonygo
Sat May 12, 2018 11:16 am
Forum: micro:bit boards
Topic: 'Best' way to program MicroPython on the micro:bit
Replies: 12
Views: 11709

Re: 'Best' way to program MicroPython on the micro:bit

tonygo wrote:
Thu Apr 12, 2018 2:49 pm
I've just installed Mu 1.0.0.Beta.15. Does this support the pin setmode with pullups and pull downs?
Yes it does, and works very well.
by tonygo
Fri Apr 27, 2018 10:26 am
Forum: micro:bit boards
Topic: Setting pin mode
Replies: 3
Views: 4577

Re: Setting pin mode

Now working. See viewtopic.php?f=17&t=4657
You can get the latest version of Mu from Adafruit site.

Regards

Tony
by tonygo
Thu Apr 26, 2018 4:22 pm
Forum: micro:bit boards
Topic: pullUP and pullDOWN with read_digital()
Replies: 4
Views: 6166

Re: pullUP and pullDOWN with read_digital()

I've got the answer from Carlos Pereira Atencio at micro:bit support : (support.microbit.org) Thanks for contacting micro:bit. I have tested Mu beta 15 and the set_pull function is present in this version of MicroPython. From the REPL: MicroPython v1.9.2-34-gd64154c73 on 2017-09-01; micro:bit with n...
by tonygo
Thu Apr 12, 2018 2:49 pm
Forum: micro:bit boards
Topic: 'Best' way to program MicroPython on the micro:bit
Replies: 12
Views: 11709

Re: 'Best' way to program MicroPython on the micro:bit

I've just installed Mu 1.0.0.Beta.15. Does this support the pin setmode with pullups and pull downs?
by tonygo
Thu Apr 12, 2018 1:50 pm
Forum: micro:bit boards
Topic: pullUP and pullDOWN with read_digital()
Replies: 4
Views: 6166

pullUP and pullDOWN with read_digital()

I've just installed Mu 1.0.0.beta.15. (Thank you for all the hard work.) I am using it to code the BBC micro:bit.

Have pullup and pulldown been included in pin?.read_digital() ? If so on which pins can they be used?