Search found 360 matches

by scruss
Thu Aug 04, 2022 11:55 pm
Forum: General Discussion and Questions
Topic: SSD1306 1.3" OLED (128x64)
Replies: 13
Views: 6227

Re: SSD1306 1.3" OLED (128x64)

scattered pixels can also mean the wrong driver. Are you sure you're using an SSD1306 and not an SH1106?
by scruss
Thu Aug 04, 2022 11:46 pm
Forum: General Discussion and Questions
Topic: ESP01 1M Flash 512 and 1M MicroPython Neither Responds?
Replies: 18
Views: 30349

Re: ESP01 1M Flash 512 and 1M MicroPython Neither Responds?

as I mentioned elsewhere, ESP01s are no fun with MicroPython. Use any other ESP8266 board but those
by scruss
Thu Aug 04, 2022 11:43 pm
Forum: General Discussion and Questions
Topic: Frustrations with missing libraries?
Replies: 18
Views: 26808

Re: Frustrations with missing libraries?

I believe you said uasyncio was now included in the latest firmware builds? Did i do something completely wrong? Image i downloaded and flashed was 'esp8266-1m-20220802-unstable-v1.19.1-229-g579f33050.bin'. The esp8266-1m images don't include uasyncio because they don't have enough flash storage. E...
by scruss
Wed Aug 03, 2022 11:13 pm
Forum: General Discussion and Questions
Topic: Frustrations with missing libraries?
Replies: 18
Views: 26808

Re: Frustrations with missing libraries?

Yes, it's not straightforward. It's probably more of an issue for you because you have some familiarity of Python. I find it helpful to forget as much about full-fat CPython when working with MicroPython: assume you have no memory, no file system and no network, and work up from there. You're workin...
by scruss
Tue Aug 02, 2022 4:06 pm
Forum: Programs, Libraries and Tools
Topic: HX711 - which lib should I use?
Replies: 73
Views: 54632

Re: HX711 - which lib should I use?

Roberthh wrote:
Tue Aug 02, 2022 3:47 pm
Which HX711 lib do you use?
They're not using MicroPython, Robert: they're using the HX711 library for Python on a Raspberry Pi 4.
by scruss
Tue Aug 02, 2022 3:34 pm
Forum: General Discussion and Questions
Topic: Odd timing response between Node Red and Pico W?
Replies: 4
Views: 3349

Re: Odd timing response between Node Red and Pico W?

Peter, it seems to be documented only in the Connecting to the Internet with Raspberry Pi Pico W PDF documentation (see "3.6.3. Power-saving mode"). I haven't had connection problems not using this power management switch, but then again, I'm not hammering mine with MQTT queries. OP: Wifi power mana...
by scruss
Mon Aug 01, 2022 1:27 am
Forum: General Discussion and Questions
Topic: Something like the python 'schedule' module in MicroPython?
Replies: 2
Views: 2731

Re: Something like the python 'schedule' module in MicroPython?

There is rguillon/schedule but I found it mired in dependency hell. You might have more incentive to work out what's wrong
by scruss
Sun Jul 31, 2022 12:14 am
Forum: Raspberry Pi microcontroller boards
Topic: RPI PICO W Bluetooth help
Replies: 2
Views: 2529

Re: RPI PICO W Bluetooth help

There's no driver for the onboard Bluetooth yet. It's coming, but isn't here yet.
by scruss
Sat Jul 30, 2022 5:19 pm
Forum: ESP32 boards
Topic: sys.atexit() unavailable ?
Replies: 7
Views: 4944

Re: sys.atexit() unavailable ?

It would be really nice if this warning header was at the start of every library doc, because I just spent far too long fighting with a sys.atexit() that wasn't there in the RP2 port
by scruss
Thu Jul 28, 2022 5:01 pm
Forum: Programs, Libraries and Tools
Topic: HX711 - which lib should I use?
Replies: 73
Views: 54632

Re: HX711 - issue with the load cell

kiranmai1268 wrote:
Thu Jul 28, 2022 3:45 pm
We are currently trying to connect the following load cell ...
Isn't this exactly the same question as before?