Search found 10 matches

by EmilyPearson
Thu Aug 11, 2022 6:56 pm
Forum: Hardware Projects
Topic: ESP-01 Test Jig
Replies: 2
Views: 22865

Re: ESP-01 Test Jig

Thanks for the suggestion! I considered using the UART handshake lines to streamline the bootloader operation but stopped short of that when I had enough to make it work. Maybe later.
by EmilyPearson
Wed Aug 10, 2022 10:46 pm
Forum: ESP8266 boards
Topic: Oled and Led on an esp01
Replies: 8
Views: 30473

Re: Oled and Led on an esp01

Hi! I recently successfully flashed two ESP-01s using esptool.py hosted on a MacBook Pro. My connection to the ESP-01 was through a Sparkfun serial breakout but probably any breakout will work. I’ve attached a schematic of my hookup that might help. Ignore the connection for the OLED display. The li...
by EmilyPearson
Tue Aug 09, 2022 10:32 pm
Forum: Hardware Projects
Topic: ESP-01 Test Jig
Replies: 2
Views: 22865

ESP-01 Test Jig

Since the ESP-01 is not breadboard friendly, I decided to build a little jig to program them. It uses a Sparkfun USB-C serial interface and has a socket for a generic 128x64 OLED display as well. Now that the PicoW is available I probably won't be buying any more ESP-01 versions of the esp8266 but l...
by EmilyPearson
Sat Aug 06, 2022 9:18 pm
Forum: Raspberry Pi microcontroller boards
Topic: Problems with "socket" module Pico W [Resolved]
Replies: 10
Views: 12407

Re: Problems with "socket" module Pico W

Sorry for asking a for the obvious: did you connect your Pico W to WiFi, e.g. an Access Point before testing?
Duh! That's it! I have boot.py do that on the ESP's but not on my PicoW's. I hadn't added that because I'm just getting accustomed to having a Pico with WiFi. Thank you!
by EmilyPearson
Sat Aug 06, 2022 8:24 pm
Forum: Raspberry Pi microcontroller boards
Topic: Problems with "socket" module Pico W [Resolved]
Replies: 10
Views: 12407

Re: Problems with "socket" module Pico W

I never use Thonny. I upload the scripts to the boards using the mpremote.py tool. See https://github.com/micropython/micropyt ... s/mpremote or use pip.
I'll give that a try.
by EmilyPearson
Sat Aug 06, 2022 7:34 pm
Forum: Raspberry Pi microcontroller boards
Topic: Problems with "socket" module Pico W [Resolved]
Replies: 10
Views: 12407

Re: Problems with "socket" module Pico W

Yes. Pico W.
Huh! Well I'll keep working at it but it is weird to me that I can just swap boards and interpreters in Thonny and run the identical script on the ESP modules and it works as expected.
by EmilyPearson
Sat Aug 06, 2022 7:16 pm
Forum: Raspberry Pi microcontroller boards
Topic: Problems with "socket" module Pico W [Resolved]
Replies: 10
Views: 12407

Re: Problems with "socket" module Pico W

That's strange. I had tested that with a July firmware and a recently built firmware. Both built by myself. Just now I tried an Image from the download site, which also works fine with the UDP test.
PicoWs?
by EmilyPearson
Sat Aug 06, 2022 6:03 pm
Forum: Raspberry Pi microcontroller boards
Topic: Problems with "socket" module Pico W [Resolved]
Replies: 10
Views: 12407

Re: Problems with "socket" module Pico W

Thanks for the reply. I don’t get any different response using your code.

I do appreciate the tuple of aphorisms. :D I’ll make fun use of those!

Perhaps things will magically change in a later nightly build as has happened in the past for this port.
by EmilyPearson
Sat Aug 06, 2022 2:57 am
Forum: Hardware Projects
Topic: Servo controlled deadbolt
Replies: 0
Views: 177638

Servo controlled deadbolt

I've started a new project. Having tired of digging for door keys with an armload of groceries and already having my security gate/garage door fob in my hand when I get to the door I decided to use a spare button on the fob to unlock my door. I wanted a solution that would have the least impact on t...
by EmilyPearson
Sat Aug 06, 2022 2:01 am
Forum: Raspberry Pi microcontroller boards
Topic: Problems with "socket" module Pico W [Resolved]
Replies: 10
Views: 12407

Problems with "socket" module Pico W [Resolved]

I have discovered that MicroPython code that executes correctly on an ESP32/ESP-01 pair does not work at all on my PicoWs with this MicroPython build: MicroPython v1.19.1 on 2022-08-02; Raspberry Pi Pico W with RP2040 # UDP Talker import socket UDP_IP = "10.0.1.XX" #must be the ip address:port of li...