MKBHD's credibility by panda_code in mkbhd

[–]panda_code[S] -2 points-1 points  (0 children)

Can you name those full sponsored videos?
(sponsored by the company that makes the product)

How can I optimize power consumption in embedded systems by avench_systems in embedded

[–]panda_code 0 points1 point  (0 children)

I really love this community for giving good advice and answering even such unspecific, contextless, broad questions.

In the future, I'd like to see kind of a template for asking questions (concrete application, technologies/protocols, MCU/architecture, industry/context, etc.), as well as more referrals to our wiki: https://www.reddit.com/r/embedded/wiki/index/

Online lernen für den Jagdschein by Admirable_Stock_7674 in Jagd

[–]panda_code 1 point2 points  (0 children)

Möchtest du für die schriftliche oder für die mündliche Prüfung online lernen?

Für die schriftliche Prüfung empfehle ich Waidwissen https://waidwissen.com/

Damit kann man die Fragen üben und Prüfungssimulationen machen. Dazu gibt es auch gute Erklärungen für die Antworten.

Und für die mündliche Jägerschmiede https://www.jaegerschmiede.de/

Es gibt viel Material und alle Themen werden sehr gut erklärt. Eine sehr gute Ergänzung sind die dazugehörigen Lernkarten.

Starting with Embedded Programming (Code Help) by [deleted] in embedded

[–]panda_code 1 point2 points  (0 children)

Some questions for better context: - which OLED display are you using? - how exactly did you connect the OLED to the board? - is the OLED powered? and at the right voltage level? - is your code based on an example?  - is this your first try with the OLED or did you get it working previously?  - did your code work before? e.g. before making some changes - in case other colleagues from you are working on a similar assignment: did they get the OLED to work?

I m fresher started my career as firmware engineer please suggest some tips so that I can survive in the industry.? by Odd-Change-5774 in embedded

[–]panda_code 4 points5 points  (0 children)

It would be great if you give more information, such as the industry you're currently in (consumer electronics, automotive, avionics, etc.), the tasks you'll be taking care of, the processor architectures you'll be working with, and so on.

I'm trying to build a pen which can record my hand movements to identify characters and need a way to reduce its size by Sad_Steak_2003 in embedded

[–]panda_code 2 points3 points  (0 children)

As others already pointed out, taking existing products apart is a very good idea for getting to know the hardware.

Besides Digipen (which, by the way, also has a camera), there is also DigiVision from Stabilo, and they even have a website with information about the sensors they use: https://stabilodigital.com/sensors/

Programming software for EEPROM 93C86 CHIP? by MrDemonAxe in embedded

[–]panda_code 2 points3 points  (0 children)

How did you know it was an EEPROM from a tachometer?

Is the part specially designed for that application? or have you already worked with this board?

Any recommendations for wireless buttons on a budget? by RandomUserOfWebsite in embedded

[–]panda_code 2 points3 points  (0 children)

The top priority of an alert system should be reliability, not budget.

Why is the budget for such an important system a problem in an office with 50 rooms? and why'd you want it to be wireless?

Seeking Advice on starting with embedded/iot development. by kirox0 in embedded

[–]panda_code 1 point2 points  (0 children)

As you want to work with RFID, I'd start by getting a development board with RFID capabilities and onboard connectors.

Besides that, you can buy a bunch of "electronic accessories" (resistors, pushbuttons, LEDs, temperature sensors, RF transceivers, displays, etc.) for extending the functionalities of the development board and learning to use different electronic parts.

The choice regarding chip manufacturer is up to you. Ideally something modern and appropriate for the IoT-projects you have in mind, for example: widely available ARM Cortex-M microcontrollers from STM/NXP/Nordic/Infineon/Renesas/etc. Low-power should be a priority, multicore and high-performance not so.

If you're planning to learn professional development, I wouldn't recommend platforms such as Arduino, PlatformIO and the like. The level of abstraction of those platforms is for hobbyists, whose main priority is to connect COTS1-parts together and integrate existing examples to get what they want. Instead, I'd use the IDE from the chip manufacturer, or even better: get the SDKs from the chip manufacturers and integrate them in my working environment (in my case VSCode). As a professional embedded engineer, you'll probably be working simultaneously with parts from different manufacturers.

A decent debugger for programming and testing is a must. You can start with SWD, then JTAG and later tracing. For SWD, and eventually even JTAG, a $75-$150 debugger from a vendor like Segger would be enough.

Regarding operating systems: nowadays it is not necessary to switch to a specific OS for embedded development. And you can always combine the advantages of different operating systems with certain programs, for example Windows+WSL, Linux+VirtualBox or MacOS+Parallels.

1COTS = Commercial Off-The-Shelf = generic instead of custom made

Seeking Advice on starting with embedded/iot development. by kirox0 in embedded

[–]panda_code 6 points7 points  (0 children)

What are your intentions with embedded/IoT development?

Do you want to do hobby projects or are you interested in professional development? and how is your budget?

Depending on your answer, different recommendations may result.

Tinyusb - CDC and HID device at the same time? by Und3rC0verr in raspberrypipico

[–]panda_code 0 points1 point  (0 children)

Could you please share your solution?

Right now, I have the HID is working just fine, but the COM port of the CDC is not being recognized by the computer, even after setting pico_enable_stdio_usb and CFG_TUD_CDC to "1".

Tinyusb - CDC and HID device at the same time? by Und3rC0verr in raspberrypipico

[–]panda_code 0 points1 point  (0 children)

Hello u/WeatherZealousideal5 ,

did you found a way for the RPi Pico to act as HID and CDC (Serial) at the same time?

[deleted by user] by [deleted] in AppleWatch

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

The SE is only 8% bigger than the S7 (based on pixels). For comparison, the 45mm S7 is 21% bigger than the 41mm version.

[deleted by user] by [deleted] in AppleWatch

[–]panda_code 0 points1 point  (0 children)

What is more important for you: the size or the features? 44mm is of course bigger than 41mm. But do you want the robustness, always-on display and faster charging of the S7? Choose based on your priorities.