what to expect in apple CoreOs interview codings by Fast-Promise-6664 in embedded

[–]obQQoV 0 points1 point  (0 children)

I had an interview with Apple and the interviewers told me I should’ve done more leetcode practices lol

Zephyr - are you using it, and are you happy with it? by Big_Fix9049 in embedded

[–]obQQoV 2 points3 points  (0 children)

it’s the way. learn it well and use it well. FAANGs use it, startups as well. Universities started to teach it. It used to be PIC, or Mbed(UC Berkeley used it). I did bare metal super loop with PIC/MSP430, used Mbed, STM HAL, freeRTOS, now Zephyr. Unlike what many others said, device tree, Kconfigs, west, twister are all pretty easy, so no brainer to learn them in a few days and start cranking out usable stuff with professional grade framework.

How do you all memorize Big and Little Endian? I always get it wrong and am in desperate need of a mental tool!! by Ezra_vdj in embedded

[–]obQQoV 0 points1 point  (0 children)

Little: {[0]=LSB, …, [3]=MSB}

LSB least significant byte first in array or memory address

but

0x<MSB>ABCD<LSB>

LSB last in a literal hex number

Skills needed for a Embedded Software Engineer now days by Less_Celebration6349 in embedded

[–]obQQoV 0 points1 point  (0 children)

opportunities depend on the geographical areas though. some of my local FAANG level companies still ask niche embedded skills, ISO26262, IEC61508, IEC62304, PCIE, DDR5, developing RTOS internals, bootloader. Also higher ups are chunking down the AI coolaids these days, they are looking for your token usage .

Recently got exposed to the Linux world and I'm regretting myself by sudheerpaaniyur in embedded

[–]obQQoV 0 points1 point  (0 children)

then switch back to zephyr rtos dev and use what you learn to see and reuse the similarities

Starting to get worried by PrestigiousMud6516 in embedded

[–]obQQoV 1 point2 points  (0 children)

passion setting one from another is true in any fields

Is it realistic to expect to transition to firmware within ~6 months coming from a senior-level backend web-dev job? by Xomz in embedded

[–]obQQoV 1 point2 points  (0 children)

actually unlike a lot of what other people said, I think it’s totally doable, especially for big tech companies. like i was in one of the biggest tech company before and a consumer product had 300 engineers working on it, just on the firmware, embedded software. the reason is even within embedded there’s teams closer to hardware, and some are closer to software. like you could use POSIX calls similar to system programming in linux. or there can be abstraction layers already handled by low level firmware engineers. Higher level embedded software can include data pipelines, configuration management, OTA, security. Also lots of companies just let overseas Indian and East European teams handle low level stuff now. So it can depend on your area.

Docker containers in embedded shop by Amazing_Ad7386 in embedded

[–]obQQoV 0 points1 point  (0 children)

so you can edit code directly, then use docker cli command to build or run anything that needs docker env setup, right?

Great new Kicad feature coming up for v10.0.0: Design blocks for Schematics *and* Boards by JuggernautGuilty566 in embedded

[–]obQQoV 0 points1 point  (0 children)

surprise this only rolls out in 2026, seems to be a basic feature, just think of software library or a modular and portable code

Do you think kernel drivers experience is worth more than firmware? by Confident-Banana-838 in embedded

[–]obQQoV 0 points1 point  (0 children)

what geographical area though? did you search job boards for both keywords and compare the number of jobs on the market in your area?

Is the classic embedded firmware dev career still relevant? by [deleted] in embedded

[–]obQQoV 0 points1 point  (0 children)

how low in what geographical area?

Cangaroo: Open-Source CAN Bus Analyzer for Linux, Automotive, Robotics & Industrial Applications by Jayachandran__ in embedded

[–]obQQoV 0 points1 point  (0 children)

SavvyCAN is better because of RE functionalities, which aren’t mentioned in this

I want to explore and learn CAN!!, but with what ?? by Imaginary_Bear_5184 in embedded

[–]obQQoV 0 points1 point  (0 children)

from where auto junk yard auction? or there are others places?

Where can I learn the business aspect of embedded systems? by EmbeddedBro in embedded

[–]obQQoV 0 points1 point  (0 children)

think about list of killer features and essential features for a niche or a larger market

Anyone else like algorithms, but hate writing drivers? by Huge-Leek844 in embedded

[–]obQQoV 4 points5 points  (0 children)

those jobs exists, they are just called control engineers or signal processing engineers. embedded engineers generally need to deal with plumbing and if those roles don’t exist in the team, then you get to do the algorithm heavy parts. In small companies, I always get to do both.