Closed shanemmattner closed 1 year ago
Hi @shanemmattner - I checked out that esp-idf commit, but was unable to recreate the issue on my ESP32C3-MINI-1 (tested on Ubuntu 22.04). The console shell was working normally for me.
It seems like this line from your logs might be related to the issue:
Your terminal application does not support escape sequences.
I don't see that on my logs.
Are you able to use the console shell with this ESP-IDF example? https://github.com/espressif/esp-idf/tree/master/examples/system/console/basic
Thank you for the quick response @ncmiller. The example program did not work so this is definitely not a Goliath problem.
I made a post on the Apple forum if anyone runs into this same issue.
@ncmiller this sounds like the issue I was running into on ESP32 boards without a external usb to serial device, like the Adafruit ESP32-S3 Feather. IIRC the fix was enabling USB_SERIAL_JTAG
. Can you try the basic console example with it enabled and let us know if that fixes the issue?
@beriberikix that was the solution, thank you so much!
I (428) NimBLE: GAP procedure initiated: advertise;
I (428) NimBLE: disc_mode=2
I (428) NimBLE: adv_channel_map=0 own_addr_type=0 adv_filter_policy=0 adv_itvl_min=0 adv_itvl_max=0
I (438) NimBLE:
Type 'help' to get the list of commands.
Use UP/DOWN arrows to navigate through command history.
Press TAB when typing command name to auto-complete.
I (578) pp: pp rom version: 9387209
I (578) net80211: net80211 rom version: 9387209
I (588) wifi_init: rx ba win: 6
I (588) wifi_init: tcpip mbox: 32
I (588) wifi_init: udp mbox: 6
I (588) wifi_init: tcp mbox: 6
I (588) wifi_init: tcp tx win: 5744
I (588) wifi_init: tcp rx win: 5744
I (588) wifi_init: tcp mss: 1440
I (588) wifi_init: WiFi IRAM OP enabled
I (588) wifi_init: WiFi RX IRAM OP enabled
esp32> I (3698) esp_netif_handlers: sta ip: 192.168.68.121, mask: 255.255.255.0, gw: 192.168.68.1
I (3698) example_wifi: WiFi Connected. Got IP:192.168.68.121
I (3698) example_wifi: Connected to AP SSID: Shane&Tess_Guest
I (3698) golioth_mbox: Mbox created, bufsize: 2184, num_items: 20, item_size: 104
I (3698) golioth_basics: Waiting for connection to Golioth...
I (3778) golioth_coap_client: Start CoAP session with host: coaps://coap.golioth.io
I (3778) golioth_coap_client: Session PSK-ID: gray-sophisticated-wasp-id@esp32_test-6d9364
I (3778) libcoap: Setting PSK key
I (3788) golioth_coap_client: Entering CoAP I/O loop
I (4188) golioth_coap_client: Golioth CoAP client connected
I (4188) golioth_basics: Golioth client connected
I (4188) golioth_basics: Hello, Golioth!
I (4188) golioth_fw_update: Current firmware version: main - 1.2.5
I (5108) golioth_fw_update: Waiting to receive OTA manifest
I (5438) golioth_fw_update: Received OTA manifest
I (5438) golioth_fw_update: Manifest does not contain different firmware version. Nothing to do.
I (5438) golioth_fw_update: Waiting to receive OTA manifest
I (5618) golioth_basics: Synchronously got my_int = 42
I (5628) golioth_basics: Entering endless loop
I (5628) golioth_basics: Sending hello! 0
I (6128) golioth_basics: Callback got my_int = 42
W (7048) golioth_coap_client: 4.00 (req type: 3, path: .c/status), len 59
esp32>
esp32> I (15628) golioth_basics: Sending hello! 1
I (25628) golioth_basics: Sending hello! 2
Golioth Firmware SDK Commit Hash
0040640a3d280be5cf4e50b56664f6bbc918020e
Platform/OS
ESP-IDF v4.4.4-96-gdab3f38f0f
Hardware Target
ESP32C3
What host OS are you using?
MacOS: Version 13.2 (22D49)
Current Behavior
I'm trying to run the example and running into the message below after flashing/connecting. I can't type anything or return.
idf.py monitor
works with otheresp-idf
programs I've using.I tried using
bash
instead ofzch
but that didn't help.Expected Behavior
No response
Steps To Reproduce
No response
Logs, console output, or any kind of debug information