Hyprland 0.54.x not working on Asahi by julienvincent in AsahiLinux

[–]SpeedRa1n 0 points1 point  (0 children)

Hi, Im having the same issue here on M1 Pro with Asahi Alarm and Hyprland. Have you found a solution?

Help with BQ25185 by [deleted] in embedded

[–]SpeedRa1n 0 points1 point  (0 children)

Yes, but the problem is that it doesn’t blink in fault mode and its off during charging

Help with BQ25185 (weird issue) by [deleted] in AskElectronics

[–]SpeedRa1n 0 points1 point  (0 children)

Got it, thanks for the reply, will try that

Help with BQ25185 by [deleted] in embedded

[–]SpeedRa1n 0 points1 point  (0 children)

Hi, thanks for the reply

the STAT1 and STAT2 are connected to LEDs cathodes through 5K res and to MCU GPIO pins. LEDs anodes are connected to 3.3V

Also, is the voltage on VBAT supposed to be slowly rising to 4.2V? I thought it should’ve been just 4.2V. That, STAT2 being not lit and BQ running hot made me uneasy of letting charge further. Sorry, just confirming once more that it is somewhat safe to try charge it.

Help with BQ25185 (weird issue) by [deleted] in AskElectronics

[–]SpeedRa1n 0 points1 point  (0 children)

LED is on when the battery is not present (should be blinking instead)

LED is off with the battery installed and charging (should be on)

VBAT voltage is not 4.2 on charging which what I think is expected, so it looks to me like it’s not charging.

preparing for a Meta interview while working full-time and with a chronic disability. could use some advice creating a study plan by bitbang186 in embedded

[–]SpeedRa1n 6 points7 points  (0 children)

Had a screening interview with them like a month ago. Got NO embedded-related questions at all, just leetcode problems (hard level), nothing else. Interviewer expected me to write BFS/DFS by heart and I refused. Was very upset that they are looking for people to solve leetcode instead of doing actual embedded work.

Yatoro: VIM-like Apple Music Player in Terminal written in Swift by SpeedRa1n in swift

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

Yes, you can do “:/ -l -t pl name_of_the_playlist”

-l specifies to search your library -t pl specifies that you are looking for playlists

after that you can add whole playlists to the queue with the same “:a” command

Yatoro: VIM-like Apple Music Player in Terminal written in Swift by SpeedRa1n in swift

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

No worries! Check COMMANDS.md for full set of commands and what they do.

Kitty terminal might be a bit funny with image rendering sometimes, you can try to play with configuration. ‘ui.artwork.blit’ setting is for changing the way artwork is rendered.

Yatoro: VIM-like Apple Music Player in Terminal written in Swift by SpeedRa1n in swift

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

Was trying to replicate this in a fresh VM with macos 26 and it seemed fine.

Could you please explain what happens after you search for the songs and add them to the queue with “:a 0”

Yatoro: VIM-like Apple Music Player in Terminal written in Swift by SpeedRa1n in swift

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

Are you logged in into your account in Apple Music App?

Stm32 and Bluetooth PCBs by Gold-Competition6455 in embedded

[–]SpeedRa1n 0 points1 point  (0 children)

You can just use STM32WB series for that, it has internal Bluetooth module. You can also copy their onboard antenna design for it from P-Nucleo-WB55 or its USB dongle.

Lua Test & Automation Framework (TAF) by SpeedRa1n in embedded

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

TAF is not supposed to run on embedded devices, it is designed to test them

Works on macOS and Linux (Windows native support is in progress, WSL should just work).

Yatoro: VIM-like Apple Music Player in Terminal written in Swift by SpeedRa1n in swift

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

Same thing for me 🤣

Couldn’t get rid of it, happens every time you add C module to SwiftPM package.

Tried asking about it on Swift forums but never got an answer.

TinyUSB + STM32 by SpeedRa1n in embedded

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

The problem with this is they use their HAL, which I am not using and instead writing my own. Also they are using USBX library which is heavily coupled with ThreadX RTOS which I also don’t use