feelfreelinux / feelfreelinux/cspot

No AC101 detected (i2c driver not installed?)

Open
#108 6 comments 0 reactions 0 assignees View on GitHub
Dominant language
C++
Stars
638
Forks
65
PR merge metrics
No merged PRs in 30d

Description

Hey,

After spending the time getting this to compile and flash, I'm getting a "No AC101 detected" message in the serial monitor. (I also see "i2c driver not installed" but if my googling is correct this is a non-issue.)

I'm using [this ](https://www.aliexpress.com/item/1005002392615155.html?spm=a2g0o.9042311.0.0.4d444c4dLiRTmb)board which should have a AC101 according to your docs, I've spent awhile trying to confirm but I can not find the relevant documentation.

Does anyone have any guidance on a solution? Serial output below.
```
I (5250) example_connect: Connected to example_connect: sta
I (5260) example_connect: - IPv4 address: 192.168.1.234
I (5260) example_connect: - IPv6 address: fe80:0000:0000:0000:a6e5:7cff:fee8:af78, type: ESP_IP6_ADDR_IS_LINK_LOCAL
I (5270) cspot: Connected to AP, start spotify receiver
W (5280) AC101: No AC101 detected
E (5280) i2c: i2c_master_cmd_begin(1394): i2c driver not installed
E (5290) i2c: i2c_master_cmd_begin(1394): i2c driver not installed
E (5300) i2c: i2c_master_cmd_begin(1394): i2c driver not installed
E (5300) i2c: i2c_master_cmd_begin(1394): i2c driver not installed

...
...

D MercuryManager.cpp:213: Received packet with code 178 of length 65
D AudioChunkManager.cpp:96: ID: 2: finalize chunk!
D AudioChunkManager.cpp:19: Chunk requested 3
D ChunkedAudioStream.cpp:87: --- Loaded file
Guru Meditation Error: Core 1 panic'ed (LoadProhibited). Exception was unhandled.

Core 1 register dump:
PC : 0x40106f0e PS : 0x00060c30 A0 : 0x800f67d0 A1 : 0x3ffde9a0
0x40106f0e: i2s_write at C:/Espressif/frameworks/esp-idf-v4.4/components/driver/i2s.c:2006 (discriminator 2)

A2 : 0x00000000 A3 : 0x3f8127d8 A4 : 0x000001c8 A5 : 0x3ffde9e0
A6 : 0xffffffff A7 : 0x3ffc43e8 A8 : 0x00000000 A9 : 0x3ffde950
A10 : 0x00000001 A11 : 0x3ffde9b4 A12 : 0x00000000 A13 : 0x3ffb357c
A14 : 0x3ffb3528 A15 : 0x00000001 SAR : 0x00000000 EXCCAUSE: 0x0000001c
EXCVADDR: 0x00000018 LBEG : 0x00000000 LEND : 0x00000000 LCOUNT : 0x00000000

Backtrace:0x40106f0b:0x3ffde9a00x400f67cd:0x3ffde9e0
0x40106f0b: i2s_write at C:/Espressif/frameworks/esp-idf-v4.4/components/driver/i2s.c:2006 (discriminator 2)

0x400f67cd: i2sFeed(void*) at C:/Espressif/frameworks/esp-idf-v4.4/projects/cspot/cspot/bell/src/sinks/esp/BufferedAudioSink.cpp:20

ELF file SHA256: 8fd06f88f5e348ec

Rebooting...
```

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.