Giter VIP home page Giter VIP logo

Comments (14)

brentru avatar brentru commented on August 22, 2024

@tyeth Do you have a laptop similar to Liz' that you can replicate this with? If you don't, I'll self assign and try to replicate.

from adafruit_wippersnapper_arduino.

tyeth avatar tyeth commented on August 22, 2024

@brentru I've an Intel Mac (not M1) running a recent beta of Sonoma (14.2 with an update to 14.5 available). Can attempt to initially recreate, but if you have an M1/2/3 or still on v13 then maybe that would be better

from adafruit_wippersnapper_arduino.

brentru avatar brentru commented on August 22, 2024

@tyeth I have a M1 on Ventura, self-assigned this to myself.

from adafruit_wippersnapper_arduino.

brentru avatar brentru commented on August 22, 2024

the only ones working are beta 72 and beta 66

from adafruit_wippersnapper_arduino.

videopixil avatar videopixil commented on August 22, 2024

I've been testing on windows 11

from adafruit_wippersnapper_arduino.

brentru avatar brentru commented on August 22, 2024

@videopixil @BlitzCityDIY I followed your replication steps. However, I can't replicate this with a Macbook Pro running Ventura 13.6.3 and a QT PY ESP32 Pico.

Follow-up Questions:

  • Is this only with the ESP32 Pico, or other boards have the same issue?
  • Can you ensure that the SSID and Password are correct on the Set up Secrets file step?
  • When you connect your ESP32 to the mac - could you open Arduino IDE's serial monitor? Then, press RESET to let the board attempt to connect. You should see serial output - could you copy that and paste it here?

from adafruit_wippersnapper_arduino.

BlitzCityDIY avatar BlitzCityDIY commented on August 22, 2024

hihi @brentru - i have only tried it with the itsybitsy esp32, but i know @videopixil has tried a few different boards (pedro, can you list them here?) here is the output from the serial monitor:

ets Jul 29 2019 12:21:46
rst:0x1 (POWERON_RESET),boot:0x13 (SPI_FAST_FLASH_BOOT)
configsip: 271414342, SPIWP:0xee
clk_drv:0x00,q_drv:0x00,d_drv:0x00,cs0_drv:0x00,hd_drv:0x00,wp_drv:0x00
mode:DIO, clock div:1
load:0x3fff0030,len:1256
load:0x40078000,len:13832
load:0x40080400,len:4
load:0x40080404,len:3048
entry 0x40080590
[Adafruit.io](http://adafruit.io/) WipperSnapper
-------Device Information-------
Firmware Version: 1.0.0-beta.78
Board ID: itsybitsy-esp32
[Adafruit.io](http://adafruit.io/) User: pixil3d
WiFi Network: wubbalubbadubdub
MAC Address: 0C:8B:95:96:BC:70
-------------------------------
ESP32 CPU0 RESET REASON: NO_MEAN
ESP32 CPU1 RESET REASON: POWERON_RESET
E (298) task_wdt: delete_entry(232): task not found
Generating device’s MQTT topics...
Running Network FSM...
Establishing network connection...
Performing a WiFi scan for SSID...SSID found!
Connecting to WiFi (attempt #0)
Connected to WiFi!
Connecting to AIO MQTT (attempt #0)
WiFi Status: 20
Unable to connect to Adafruit IO MQTT, retrying in 3 seconds...
Connecting to AIO MQTT (attempt #1)
WiFi Status: 20
Unable to connect to Adafruit IO MQTT, retrying in 3 seconds...
Connecting to AIO MQTT (attempt #2)
WiFi Status: 20
Unable to connect to Adafruit IO MQTT, retrying in 3 seconds...
Connecting to AIO MQTT (attempt #3)
WiFi Status: 20
Unable to connect to Adafruit IO MQTT, retrying in 3 seconds...
Connecting to AIO MQTT (attempt #4)
WiFi Status: 20
Unable to connect to Adafruit IO MQTT, retrying in 3 seconds...
ERROR [WDT RESET]: ERROR: Unable to connect to [Adafruit.IO](http://adafruit.io/) MQTT, rebooting soon...

from adafruit_wippersnapper_arduino.

BlitzCityDIY avatar BlitzCityDIY commented on August 22, 2024

and here is the output from the same device after successfully loading the firmware with windows 10:

ets Jul 29 2019 12:21:46

rst:0x1 (POWERON_RESET),boot:0x13 (SPI_FAST_FLASH_BOOT)
configsip: 271414342, SPIWP:0xee
clk_drv:0x00,q_drv:0x00,d_drv:0x00,cs0_drv:0x00,hd_drv:0x00,wp_drv:0x00
mode:DIO, clock div:1
load:0x3fff0030,len:1256
load:0x40078000,len:13832
load:0x40080400,len:4
load:0x40080404,len:3048
entry 0x40080590
Adafruit.io WipperSnapper
-------Device Information-------
Firmware Version: 1.0.0-beta.78
Board ID: itsybitsy-esp32
Adafruit.io User: BlitzCityDIY
WiFi Network: wubbalubbadubdub
MAC Address: 0C:8B:95:96:BC:70
-------------------------------
ESP32 CPU0 RESET REASON: NO_MEAN
ESP32 CPU1 RESET REASON: POWERON_RESET
E (298) task_wdt: delete_entry(232): task not found
Generating device's MQTT topics...
Running Network FSM...
Establishing network connection...
Performing a WiFi scan for SSID...SSID found!
Connecting to WiFi (attempt #0)
Connected to WiFi!
Connecting to AIO MQTT (attempt #0)
WiFi Status: 20
Registering hardware with WipperSnapper...
Registering hardware with IO...
Encoding registration request...Encoding registration msg...Published!
Polling for registration message response...2
GOT Registration Response Message:
Hardware Response Msg:
	GPIO Pins: 22
	Analog Pins: 6
	Reference voltage: 3.30v
Completed registration process, configuration next!
Polling for message containing hardware configuration...
Polling for message containing hardware configuration...
Polling for message containing hardware configuration...
cbSignalTopic: New Msg on Signal Topic
2 bytes.
decodeSignalMsg
cbSignalMsg
Sub-messages found: 1
Signal Msg Tag: Pin Configuration
Initial Pin Configuration Complete!
Publishing to pin config complete...
Hardware configured successfully!
Registration and configuration complete!
Running application...
PING!
PING!

could it be at the IO account level? i could try having Noe login on my windows machine and vice versa

from adafruit_wippersnapper_arduino.

videopixil avatar videopixil commented on August 22, 2024

hi hi @brentru i tried
feather 32 s2 and s3
qtpy32 s2
pi pico w
itsybitsy 32

from adafruit_wippersnapper_arduino.

brentru avatar brentru commented on August 22, 2024

@videopixil It seems to be an issue with connecting to Adafruit IO, not the WiFi network. Can you verify that the adafruit io key for the pixil3d account matches what appears on io.adafruit.com? Make sure the same key is used on the devices.

from adafruit_wippersnapper_arduino.

videopixil avatar videopixil commented on August 22, 2024

@brentru yes verified io keys match - the format is:
{
"io_username": "pixil3d",
"io_key": "same-IO-key",
"network_type_wifi": {
"network_ssid": "fake-network1",
"network_password": "fakepass"
},
"status_pixel_brightness": 0.2
}

from adafruit_wippersnapper_arduino.

BlitzCityDIY avatar BlitzCityDIY commented on August 22, 2024

it does seem to be something with the account. i signed into the Mac with my Adafruit account and was able to load the firmware with the same ItsyBitsy.

from adafruit_wippersnapper_arduino.

videopixil avatar videopixil commented on August 22, 2024

@brentru I regenerated the io key and it worked! - new devices are able to connect 🎉

from adafruit_wippersnapper_arduino.

brentru avatar brentru commented on August 22, 2024

Weird, but glad it was account-centric. Closing for now, feel free to reopen if you have this issue occur again.

from adafruit_wippersnapper_arduino.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.