Skip to content

Unknown Issue with Predictions (No error) #1

@toni08bit

Description

@toni08bit

I've tried running this on a Seeed Studio XIAO ESP32S3 (dual-core, 8mb flash, 8mb psram). I've assigned gpio ports and started to project with no issue, but the predictions seem to be very very slow. Between the "channel enabled" message and the predictions message were about 10 minutes.

I really like the simplicity of the project and would love to hear back!

`
--- esp-idf-monitor 1.7.0 on /dev/ttyACM0 115200
--- Quit: Ctrl+] | Menu: Ctrl+T | Help: Ctrl+T followed by Ctrl+H
I (229) esp_psram: Speed: 40MHz
I (232ESP-ROM:esp32s3-20210327
Build:Mar 27 2021
rst:0x15 (USB_UART_CHIP_RESET),boot:0x8 (SPI_FAST_FLASH_BOOT)
Saved PC:0x40048839
--- 0x40048839: uart_tx_one_char_uart in ROM
SPIWP:0xee
mode:DIO, clock div:1
load:0x3fce2810,len:0x1564
load:0x403c8700,len:0x4
load:0x403c8704,len:0xd24
load:0x403cb700,len:0x2ed4
entry 0x403c8928
I (26) boot: ESP-IDF v5.4.2-dirty 2nd stage bootloader
I (27) boot: compile time Jul 24 2025 11:55:16
I (27) boot: Multicore bootloader
I (27) boot: chip revision: v0.2
I (30) boot: efuse block revision: v1.3
I (34) boot.esp32s3: Boot SPI Speed : 80MHz
I (38) boot.esp32s3: SPI Mode : DIO
I (41) boot.esp32s3: SPI Flash Size : 8MB
I (45) boot: Enabling RNG early entropy source...
I (50) boot: Partition Table:
I (52) boot: ## Label Usage Type ST Offset Length
I (59) boot: 0 nvs WiFi data 01 02 00009000 00006000
I (65) boot: 1 phy_init RF data 01 01 0000f000 00001000
I (72) boot: 2 factory factory app 00 00 00010000 00100000
I (78) boot: End of partition table
I (81) esp_image: segment 0: paddr=00010020 vaddr=3c040020 size=1a6e8h (108264) map
I (108) esp_image: segment 1: paddr=0002a710 vaddr=3fc94900 size=037f0h ( 14320) load
I (111) esp_image: segment 2: paddr=0002df08 vaddr=40374000 size=02110h ( 8464) load
I (114) esp_image: segment 3: paddr=00030020 vaddr=42000020 size=30ac8h (199368) map
I (154) esp_image: segment 4: paddr=00060af0 vaddr=40376110 size=0e744h ( 59204) load
I (168) esp_image: segment 5: paddr=0006f23c vaddr=600fe000 size=0001ch ( 28) load
I (175) boot: Loaded app from partition at offset 0x10000
I (175) boot: Disabling RNG early entropy source...
I (186) octal_psram: vendor id : 0x0d (AP)
I (186) octal_psram: dev id : 0x02 (generation 3)
I (186) octal_psram: density : 0x03 (64 Mbit)
I (188) octal_psram: good-die : 0x01 (Pass)
I (192) octal_psram: Latency : 0x01 (Fixed)
I (196) octal_psram: VCC : 0x01 (3V)
I (200) octal_psram: SRF : 0x01 (Fast Refresh)
I (205) octal_psram: BurstType : 0x01 (Hybrid Wrap)
I (210) octal_psram: BurstLen : 0x01 (32 Byte)
I (215) octal_psram: Readlatency : 0x02 (10 cycles@Fixed)
I (220) octal_psram: DriveStrength: 0x00 (1/1)
I (224) esp_psram: Found 8MB PSRAM device
I (228) esp_psram: Speed: 40MHz
I (231) cpu_start: Multicore app
I (757) esp_psram: SPI SRAM memory test OK
I (766) cpu_start: Pro cpu start user code
I (766) cpu_start: cpu freq: 240000000 Hz
I (766) app_init: Application information:
I (766) app_init: Project name: keyword
I (770) app_init: App version: 57cb1ed-dirty
I (774) app_init: Compile time: Jul 24 2025 11:55:11
I (779) app_init: ELF file SHA256: 585824570...
I (783) app_init: ESP-IDF: v5.4.2-dirty
I (788) efuse_init: Min chip rev: v0.0
I (792) efuse_init: Max chip rev: v0.99
I (796) efuse_init: Chip rev: v0.2
I (799) heap_init: Initializing. RAM available for dynamic allocation:
I (806) heap_init: At 3FC993A8 len 00050368 (320 KiB): RAM
I (811) heap_init: At 3FCE9710 len 00005724 (21 KiB): RAM
I (816) heap_init: At 600FE01C len 00001FCC (7 KiB): RTCRAM
I (821) esp_psram: Adding pool of 8192K of PSRAM memory to heap allocator
I (829) spi_flash: detected chip: gd
I (831) spi_flash: flash io: dio
I (834) sleep_gpio: Configure to isolate all GPIO pins in sleep state
I (840) sleep_gpio: Enable automatic switching of GPIO sleep configuration
I (847) main_task: Started on CPU0
I (857) esp_psram: Reserving pool of 32K of internal memory for DMA/internal allocations
I (857) main_task: Calling app_main()
D (857) i2s_common: rx channel is registered on I2S0 successfully
D (867) i2s_common: DMA malloc info: dma_desc_num = 6, dma_desc_buf_size = dma_frame_num * slot_num * data_bit_width = 960
D (877) i2s_std: Clock division info: [sclk] 160000000 Hz [mdiv] 39 [mclk] 4096000 Hz [bdiv] 4 [bclk] 1024000 Hz
D (887) i2s_std: The rx channel on I2S0 has been initialized to STD mode successfully
D (897) i2s_common: i2s rx channel enabled
Predictions:
computer: 0.00391
noise: 0.68359
unknown: 0.31641

`

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions