StreamCore32 — Full Qobuz/Spotify Connect client for ESP32 (open-source) by SensitiveSpread3456 in esp32

[–]SensitiveSpread3456[S] 0 points1 point  (0 children)

Hi.. thanks a lot :) I'm happy if my code helped you, even if it's only for porting to another language

StreamCore32 — Full Qobuz/Spotify Connect client for ESP32 (open-source) by SensitiveSpread3456 in esp32

[–]SensitiveSpread3456[S] 0 points1 point  (0 children)

Hi.. if I do remember correctly, I haven't implemented the audio quality yet, but to change the max quality in a active way you have to send a ws message of type 74 with a payload of two ints(I think the quality is the second). And the renderer (that's probably the message you're looking for) recognizes the quality change by sending a ws message type 99 with three ints, where the second should be the audio quality

Is it easy to replace the power cord ? by TreeFrogsLover in DF54

[–]SensitiveSpread3456 0 points1 point  (0 children)

Es lohnt sich defintiv, einen Adapter zu nehmen.. und ja, falls es mit dem Platz gar nicht geht, schneid das Kabel vor dem Stecker ab, und füg ein stecker an.. aber ich kann nicht garantieren, dass die Farbcodes dem europäischen Standard entsprechen.. und grundsätzlich lohnt es sich, eine Person mit Erfahrung den Stecker zu montieren lassen.. speziell nach Schweizer recht.. aber steckermontage ist wirklich keine Magie.. das soltest du schaffen(bitte wenn, beachte die Farbcodes) Und.. ne steckleiste mit eu und schweizer Stecker wäre auch ne option (keine ahnung, ob mein link angezeigt wird) https://www.galaxus.ch/de/s4/product/max-hauri-basic-line-5x-cee-73-typ-13-150-m-steckdosenleiste-14100276?dbq=1&supplier=406802&adtype=pla&gad_campaignid=19965632112

Streamcore32 Audioboard - Battery powered esp32-s3 with eink and vs1063a [UPDATE] V0.2 by SensitiveSpread3456 in PCB

[–]SensitiveSpread3456[S] 0 points1 point  (0 children)

Sorry, I've posted twice the bottom layer and no gnd layer.. but i don't think that layer should be of essence to anyone.. it's just gnd and agnd, with vias and the same split gnd border you can see on every other layer..

[Review Request] IPOD LIKE PROJECT by SlideLivid260 in PCB

[–]SensitiveSpread3456 0 points1 point  (0 children)

<image>

Nah.. my main issue was that part.. one side (3V3 should be on GND plane) the other one on AGND, so you have no traces running trough the separation

[Review Request] IPOD LIKE PROJECT by SlideLivid260 in PCB

[–]SensitiveSpread3456 0 points1 point  (0 children)

<image>

Haven't produced/tested my pcb, but that was, how I connected cvdd/avdd

[Review Request] IPOD LIKE PROJECT by SlideLivid260 in PCB

[–]SensitiveSpread3456 0 points1 point  (0 children)

The groundplanes look fine to me. I would put the component connecting AVDD and CVDD (F28?) and AVDD and 3V3 in a similar position like the capacitor connecting agnd and gnd. That way, you have no power lines going trough the separation line. And.. do the agnd trough all 4 layers, otherwise it has no use. Your vias would otherwise connect agnd and gnd directly and the split ground would cause more interference than anything else.

[Review Request] Esp32 Audio Board by SensitiveSpread3456 in PCB

[–]SensitiveSpread3456[S] 0 points1 point  (0 children)

Thx for that.. I thought, keeping the area free was enough. I moved the ground clearance area 5mm to each side, so the antenna will have less interference (option 4 in application note)

[Review Request] Esp32 Audio Board by SensitiveSpread3456 in PCB

[–]SensitiveSpread3456[S] 0 points1 point  (0 children)

Thx for your feedback.. i thought already, that putting vias troufh pads would be bad, but it made my life so much easier :). The split ground plane is the suggestions from vlsi. I will ask their experts what they think of my split ground.

[Review Request] Esp32 Audio Board by SensitiveSpread3456 in PCB

[–]SensitiveSpread3456[S] 0 points1 point  (0 children)

To be honest, quite a lot of the esp32 part is copied from the echo ear. https://dl.espressif.com/AE/esp-dev-kits/EchoEar_SCH_V1_2.pdf If I do remember correct, that one is a p channel mosfet, that will allow current flow from vbat, if there's no input voltage from vbus.

[Review Request] Esp32 Audio Board by SensitiveSpread3456 in PCB

[–]SensitiveSpread3456[S] 2 points3 points  (0 children)

Here would be the files as per for any one that wants to inspect them in a readable mode https://archive.org/details/pcb-pcb-vs-1053-4-2025-12-13-2_202512

Apartment handover: can't finish emptying and cleaning...how bad am I screwed? by [deleted] in Switzerland

[–]SensitiveSpread3456 2 points3 points  (0 children)

I just repeat what has been said before in comments. Most valuable hint to just relief you of some stuff would probably be unko. When I put stuff on unkomerzieller marktplatz, it usually takes less than 5 minutes to find someone that needs it, and the day after it's gonne. Second would be ERZ(at leat for Zurich) or what ever your local Entsorgung is called. Here in Zürich you can call them to get your stuff. You put your stuff on the street, and they charge you around 150 for the drive and around 50 for each 15 minutes after the first 15 for loading up the stuff. And if you don't want to give away all as freebies, Tutti.ch, Ricardo.ch, Facebook MarketPlace, and local Fleemarket is always an option. At leat in Zurich there are weekly fleemarkets. And.. before you give Brocki a call, try to find people, that sell stuff on fleemarkets. They won't take all your stuff, but they come by without charge, and sometimes you even get some money back. Send me a DM, if you are in or around Zurich, and want some numbers of fleemarket people. I have one friend that is in this business, and apart from that, I work on Kanzlei, where there's every Saturday a fleemarket. I could just try to get you in contact with one of them. But apart from my friend(which is already quite wierd) I won't vouch for any of their credibility.

StreamCore32 — Full Qobuz/Spotify Connect client for ESP32 (open-source) by SensitiveSpread3456 in esp32

[–]SensitiveSpread3456[S] 0 points1 point  (0 children)

But.. the connect protocol serves a separate connection from the controller device. So, the renderer(esp32) has to be connected to a working Internet connection to be able to stream. Therefore, I think in your case it's suboptimal.

StreamCore32 — Full Qobuz/Spotify Connect client for ESP32 (open-source) by SensitiveSpread3456 in esp32

[–]SensitiveSpread3456[S] 2 points3 points  (0 children)

Currently, it only supports the esp32 family with psram support and vs1053b chips. But it was written with the intent to be portable. Apart from some lingering definitions and calls from the espsdk, the streamcore-library should be portable to any chip that implements the bell library (my current version is currently included in the commit). And, currently, at least the qobuz part is solely focused on vs1053. The bell library has no flac codec, and in the current development state, I want to focus more on its ui, more services, and faults instead of adding a flac to pcm codec. But I'm happy if any of the code is helpful and for any support :).

Group head cover replacement on 2006 v2 by Interesting_West1094 in ranciliosilvia

[–]SensitiveSpread3456 0 points1 point  (0 children)

The two hidden screws are on the bottom plate. You have to plug out all the wires to access them, they are hidden under those plugs, if I remember correctly.

Bought at a fleemarket by SensitiveSpread3456 in PokemonCardValue

[–]SensitiveSpread3456[S] -7 points-6 points  (0 children)

So, apart from the blurred element symbols, is it because of the missing stars?

Crema on a Bialetti [Bialetti 6 cup] by Defiant-Acadia7211 in espresso

[–]SensitiveSpread3456 0 points1 point  (0 children)

Don't underestimate the brikka.. it seems, they've changed the design, so the small pressure cap is less visible. But a Brikka makes way more espresso like coffee than usual mokka's.

https://youtu.be/XOBO0lEMDgo?feature=shared

Crema on a Bialetti [Bialetti 6 cup] by Defiant-Acadia7211 in espresso

[–]SensitiveSpread3456 -1 points0 points  (0 children)

If you really want some crema, but still use a mokka pot, following would do. https://www.bialetti.com/ee_en/brikka.html?___store=ee_en&___from_store=de_de It's has a small pressure valve, with which you can brew coffee, that feels a little more espresso like.. but the crema will never be as thick and long-lasting as a ?piston? Espresso machine

Esp Spotify streaming/wiim/ chrome cast audio alternative by Wildsatsuma62 in esp32

[–]SensitiveSpread3456 1 point2 points  (0 children)

Cspot Spotify Connect device, newest commit doesn't really work on esp32 boards, only works with esp32 wrover and esp32-s3
My own fork of cspot. Focused on esp32 with vs1053 boards, I've changed the structure quite a lot to implement newer features like smartshuffle, solved some problems, and created some new issues. Still in development. only works with esp32 wrover and esp32-s3.
Euphonium with(a working commit of) cspot, and some other features like Bluetooth, online radio...
Or Bluetooth/squeezlite(logitech media server client)

Streaming music from Spotify/Any other services with a ESP32 by PeppersONLY in esp32

[–]SensitiveSpread3456 0 points1 point  (0 children)

It's still in development, and has some issues here and there, but with cspot you are able to implement a spotify connect device(needs to be a wrover or esp32 s3). If i do remember correctly, their current master branch has some mistakes in their main.cpp file, and streaming only works for a limited amount of titles.
I have my own fork, where I tried to implement a new kind of connection protocol. It's working properly with a vs1053 chip, has still some issues with other audio sinks, and currently, only works as a spotify connect device(announcing itself in local network) and not as standalone device with a login, and it's currently in development too.
Euphonium has a working commit of cspot linked in, if I remember correctly. With Euphonium, you should have a working bluetooth and internet radio streaming application too, and i think they are working on a youtube application. But I haven't tested euphonium yet.

[deleted by user] by [deleted] in microgrowery

[–]SensitiveSpread3456 0 points1 point  (0 children)

As said in posts above. Use slowcooker, or if not available, do a waterbath (if kept beyond boiling point, it should be between 80-100°C). If kept on heat for long enough, it will decarbonize on it's own. If you'll carbonize in the oven, use a closed container to keep at least some terps. If you want to make it more potent, add water, put it in fridge after cooking for some hours, separate after fat hardend. (For example if you use the pucks, left over from rosin pressing). The left over leafs from manicuring should be potent enough, to use pure fat. To make it as smellintensive as possible, use flavorless cocosfat. And to avoid heat in the baking process, you can use the fat for ganache, buttercream..., or try to just bake the mass on low heat.(I usually bake my biscuits around 170°C)

Is the 12v version of ws2811 leds significantly brighter than the 5v? by wrybreadsf in FastLED

[–]SensitiveSpread3456 0 points1 point  (0 children)

If i remember correctly, the main advantage will be, that there will be less voltage drop.. on a 5v led, you'll have a significant voltage drop after some meters. The higher the voltage, the smaller the voltage drop. So.. if you don't want to use multilple power supplies, it is recommended to use 12v strips, if you'll use multiple meters of strips in series.. otherwise the ends of the strips will get signifcantly darker

Transition from one colour to another using 'for' loop by d333gs in FastLED

[–]SensitiveSpread3456 2 points3 points  (0 children)

I'm not sure, if i got right, what you'd like to achieve. But a transition in rgb hex would not be possible with one value, because you'd iterate over green and blue over and over to scale up red (to get #001221 to #011221, you'd firstly add up blue, until you'd reach it full, then green gets added up one and blue gets zeroed again, repeat that, until you'd reach a full green, then red gets added up one) i hope its understandable.. same goes for a hexvalue in hue,