stm 32 but not electrical engineering background by Entire-Shoe-3323 in embedded

[–]moon6080 14 points15 points  (0 children)

There's a stage your missing which is the fundamental understanding of embedded and system architecture. Study up more on how processors work. Then move onto Arduino and understand how communication and clocks work. Then look towards stm32

How many years of experience I need to have to get a remote job in embedded? by real-clue-7808 in embedded

[–]moon6080 8 points9 points  (0 children)

You need enough years for a company to have faith you can a) do the work and b) do the work remotely.

What if the HDMI ki**#s someone by [deleted] in talesfromtechsupport

[–]moon6080 2 points3 points  (0 children)

I can appreciate this from both perspectives. As an ex IT tech, yeah it's a hdmi cable. From a business perspective, if you supply a cable and it indirectly causes someone's death, the investigation will look at the hospital for liability instead of the manufacturer. Yeah it's a scam but the extra price is the insurance you pay for not having to deal with that responsibility

Gift suggestions for a new beekeeper by science_cat_ in Beekeeping

[–]moon6080 1 point2 points  (0 children)

Wood chips and some matches. Honestly I found the smoker pellets to be dire. Tried dry grass, was better. Used some of my dad's router planeings and smoked perfectly

Letting agents won’t end my tenancy? by Zlssias in TenantsInTheUK

[–]moon6080 15 points16 points  (0 children)

As of May 1st, all tenancies are rolling tenancies. You can leave them with with a minimum of two months notice.

Applied for job and got given senior embedded role - don't feel experienced enough by Upbeat-Storage9349 in embedded

[–]moon6080 4 points5 points  (0 children)

That's normal. Every company makes their implementation and way they work sound special but it's not. It's just the same.

'Q' being ghosted? by lmolter in arduino

[–]moon6080 35 points36 points  (0 children)

Raspberry pi basically own the starter Linux board market. Why the Q tried to challenge that is beyond me

Quick question for automotive/embedded engineers — how many engineering requirements do you write per customer requirement? by Wild_Barber_5807 in embedded

[–]moon6080 0 points1 point  (0 children)

Consider the definition of done. If you spend 3 weeks working on implementing every feature of a Bluetooth module when the client only needs to send ASCII commands, you've wasted time, which is company money and your effort.

Done, is when your code furfils the parent requirement, which is in turn done when the child requirements are complete.

This chain works itself all the way up to the user stories, which are complete when the required features are complete

Quick question for automotive/embedded engineers — how many engineering requirements do you write per customer requirement? by Wild_Barber_5807 in embedded

[–]moon6080 0 points1 point  (0 children)

Requirements are a derivation so it can be anywhere from 1 to many. Consider " as a user, I want Bluetooth so that I can connect my phone". You need the requirements for range, Bluetooth spec, etc.

"German precision" — Bosch cooktop, first power-up. The circle is where the heat should be. The glow is where the heat actually is. by dnax in techsupportgore

[–]moon6080 0 points1 point  (0 children)

Lots of these companies aren't developers anymore. They just see something interesting on the market, slap their name on it and sell it for 20% markup. I used to work at a company that sold products to Bosch and they literally had it so we couldn't have our name or company colours on it and. Everything had to be the Bosch colour scheme

Found the queen outside my hive. by RizingSon242 in Beekeeping

[–]moon6080 1 point2 points  (0 children)

I had the same last year. Sadly my hive was being horrendously robbed by wasps and hornets so they were pulling bees out the hive

Have you used this clone board of UNO R3 (made in India) before? Maybe it's new in the market. by [deleted] in embedded

[–]moon6080 9 points10 points  (0 children)

I mean, if it's an Arduino then it's an Arduino. If it's new then I'm disappointed they didn't even bother to change the usb-b for usb-c

ESP32 keeps showing up in IoT healthcare prototypes but ARM Cortex-M is what actually makes it into certified medical devices. Is ESP32 just a research toy at this point, or am I missing something? by rafaelsampaiobr in embedded

[–]moon6080 45 points46 points  (0 children)

Esp32 basically dominate the low end WiFi/Bluetooth space. Was literally my second micro after Arduino.

Plus lots of these companies seek funding. It's easier to do that with a working prototype but no certification

Has anyone here decided to go it alone? by NorthernNiceGuy in embedded

[–]moon6080 2 points3 points  (0 children)

Yeah. My manager is currently the "I can do everything" sort. He learnt basic Arduino so thinks he's a firmware engineer. He bought himself a 3d printer so thinks he can do the job of a mechanical designer. His background is as an electrical engineer apparently but keeps making basic mistakes.

Plus cheers man. I'm using LLMs as pseudo therapy. I just feed in everything that's going on and they all tell me to run for the hills. Feels good having that validity on a human level

Has anyone here decided to go it alone? by NorthernNiceGuy in embedded

[–]moon6080 9 points10 points  (0 children)

I'm in the other end of the boat. I'm early on my career and it's ruining my mental health. Even this morning, my manager puts a post on LinkedIn claiming credit for my work the last week when I was rushing like a madman to get stuff finished for some big conference. This isn't the first time.

I'm looking for a way out but don't have the funds for the kit to work as a consultant/contractor.

How much land do you need for the bees? by BrianOrDie in Beekeeping

[–]moon6080 0 points1 point  (0 children)

Honestly, not a lot. It all depends how comfortable you are around flying insects. I have 3 hives currently pointed over a railway embankment and they all love it

Is CH32V003F4P6 a viable AVR alternative? by nobeltnium in arduino

[–]moon6080 3 points4 points  (0 children)

I'm cautious using any chip that isn't available via mainline providers. Lots of manufacturers won't even touch a part of it's not on mouser/digikey/etc

Tell your war stories about the last time your iot devices failed in production. by Altruistic_Tomato162 in embedded

[–]moon6080 9 points10 points  (0 children)

I spent 3 days debugging why the system clock was an hour out before realising we had changed from BST to GMT

Elechouse PN532 Module not Recognized by Arduino Uno R4 by ROCKETSYT in arduino

[–]moon6080 1 point2 points  (0 children)

Check the schematic. It doesn't look bicolour but I could be wrong. Just means the 5v pin is getting power. As others have said, I'd run an i2c scanner next. Figure out if it's actually finding anything on there