Clement Hathaway

Results 11 comments of Clement Hathaway

aaaaand I have the same issue :) and the WebSockets part is the coolest part to me haha. Also an ESP32

Well I got some updates: `memory allocation failed, allocating 88 bytes` I put a simple: `except Exception as e: print(e)` before your `raise MicroWebSrv2Exception('Cannot load module "%s".' % modName)` Any...

@ianmxyz I'm sorry, where is this

Sooo, I got it working on my 4Mb PSRAM ESP32 and the appropriate version of Micropython. Therefore, I really think it is the library just using too many resources :/

@ianmxyz I'm using an ESP32 with an extra (4Mb) PSRAM module soldered onto the board. The version of micropython is the latest on the website: http://micropython.org/download#esp32 where it says "GENERIC-SPIRAM"....

@ElHyperion No, I looked into making them into mpy files but I haven't done that before and it seemed like it doesn't always help tooo much, and I wasn't sure...

@berkut0 do you have an ESP32 with additional PSRAM? I found that required

Not sure how numpy's log10 function works here, but you probably have 0's in your spectrogram. no worries

This is how products like Shazam exist as products, it's not a easy thing to do. I'd look into the peak dection algorithm here. That's where you'll want to mess...

I have the same issue trying to build on Mac OS 10.14.5 :/ Can't immediately see why this is occurring @amineejaam what OS are you on, just wondering