jt274

Results 71 comments of jt274

I moved some things around and it appears working now. I set `keepalive` to 120. I call `check_msg` and `send_queue` but now sleep for 60 seconds between transmissions. And I...

I had the device running for about 12 hours with no issues. Then I updated the MQTT broker software, which caused a disconnect of the clients. There was some error...

I have updated `micropython` to the latest 1.20 release, and `umqtt.robust2` to 2.2.0, and tried your code above. I am now getting MQTT disconnects/reconnects between every 3-15 minutes.

> There is another variable that can affect the triggering of restarts (indirectly). > > Set "message_timeout=2*keepalive". I set that variable at the top of the program, but still getting...

@Ujas-Majithiya Oh, the sample rate? If I change the sample rate to 24000 or 16000, I get `No such file or directory` when trying to access the file path returned...

@Ujas-Majithiya Unfortunately changing the file extension to `.caf` does not fix the issue. As I mentioned previously, the issue still occurs even if the recording format is set to AAC...

@Ujas-Majithiya Ok, an update: - If I do not include the `bitRate` at all, the audio records and waveforms show. I can record in opus or aac (even typed the...

I get a loading spinner for half a second every time it loops.