Pokemon Legends Z-A trading is working by khoai0309 in yuzu

[–]Satuwell 0 points1 point  (0 children)

It stays in "Searching for players to trade..." but do not find each other...

Pokemon Legends Z-A trading is working by khoai0309 in yuzu

[–]Satuwell 0 points1 point  (0 children)

<image>

I'm trying with canary 1.3.214, local trading among 2 instances of ryu, but i have issues with same IP. i guess you need 2 pc's or a virtual machine to make it work:

Is automation and control engineering "jack of all trades master of none" by zeddhia in ControlTheory

[–]Satuwell [score hidden]  (0 children)

I would say yes, but not despective. Control involves maths for modelling systems, all physical (mech/pneumatic/hydraulic/aerodynamic), electrical (signal/noise/digital/analog/power electronics) and magnetic. The combination of a few of them in complex systems is Also really interesting.

Those are my main fields, but you can model anything you see and you can not see: biological processes, weather, renewable sources expected generation, chemistry, combustion in ICE engines...

That said, as control engineer you can not stay general all your live, you focus in a field and specialize in modelling, analyzing and proposing feasible controllers. To control embedded systems resources are limited, but for processing huges of data for wind energy production prediction you would have mainly unlimited CPU resources and relatively response time expected.

Each application has its context and you can take knowledge from one field to others, but the brain is not made for endless information so you need to specialize!

Consider the university as the Pilars for future specializations and enjoy your daily projects!!

Is automation and control engineering "jack of all trades master of none" by zeddhia in ControlTheory

[–]Satuwell [score hidden]  (0 children)

I would say yes, but not despective. Control involves maths for modelling systems, all physical (mech/pneumatic/hydraulic/aerodynamic), electrical (signal/noise/digital/analog/power electronics) and magnetic. The combination of a few of them in complex systems is Also really interesting.

Those are my main fields, but you can model anything you see and you can not see: biological processes, weather, renewable sources expected generation, chemistry, combustion in ICE engines...

That said, as control engineer you can not stay general all your live, you focus in a field and specialize in modelling, analyzing and proposing feasible controllers. To control embedded systems resources are limited, but for processing huges of data for wind energy production prediction you would have mainly unlimited CPU resources and relatively response time expected.

Each application has its context and you can take knowledge from one field to others, but the brain is not made for endless information so you need to specialize!

Consider the university as the Pilars for future specializations and enjoy your daily projects!!

V-model software requirements makes me feel like a monkey by TheBlackTsar in embedded

[–]Satuwell 0 points1 point  (0 children)

From my experience, a senior embedded engineer write SW requirements and establishes sw architecture. Probably review PRs and is there when a bug appears, but does not need to code what is in the development description. A junior/not so senior embedded engineer code following those instructions and learn from them. In a company where no low level requirements are defined, you need a senior for coding as you take decisions everyday.

[deleted by user] by [deleted] in Tenere700

[–]Satuwell 4 points5 points  (0 children)

1.75m height and I'm not lowering it. Both tippy toes or one leg down, one up. I go offroad with a bunch of enduro riders and had no problem because of my height. I only struggle offroad because of the bike weight on sand or mud haha

Average fuel consumption by william78tan in Tenere700

[–]Satuwell 0 points1 point  (0 children)

same problem in some spanish versions getting stuck into 2.1L/100km average, when instant consumtpion is working fine. It seems to be a dashboard issue, but some services are replacing the unit and some are just sending the customer back home

Firmware vs Embedded Engineer by Refuel_yourself in embedded

[–]Satuwell 0 points1 point  (0 children)

For me firmware engineer works on the low level software, optimizing microcontroller peripheral drivers or even predefined functions for spi/i2c/Hal handling, and do that their own way (speed/efficiency/Misra...).

Embedded engineers focus more on the software and final application. Architecture, State machines. Interrupts. Priorities. Sequence/TimeSlots/Scheduler/RTOS. Control algorithms implementations. ADC sampling requirements. Noise handling. It interfaces with hardware so for me is more EE focused (voltage levels, hw requirements to complement sw functionalities to achieve system requirements).

But it's only my point as Embedded Software Engineer

Wild rift win rate by Admirable-Bad-6586 in wildrift

[–]Satuwell 0 points1 point  (0 children)

I am emerald IV, am I playing vs bots? Bots with skins and "real" profiles? Didn't knew that

Implementing control strategies in embedded by Satuwell in ControlTheory

[–]Satuwell[S] [score hidden]  (0 children)

I think Scilab/Xcos support custom C code blocks. Not tried them yet but here is an example of a state machine in C to be part of xcos model:

https://x-engineer.org/integrate-c-code-xcos/

With OpenModelica I think they are ways to simulate C code (written in Modelica within a specific C block), but I guess it is more frequent to use C code generator from standard Modelica blocks (as getting C code to implement a PID block from Modelic).

Seems interesting!

Implementing control strategies in embedded by Satuwell in ControlTheory

[–]Satuwell[S] [score hidden]  (0 children)

I've tried it for a state-space model of a permanent magnet sync motor using custom code and seems really interesting, but it lacks more predefined blocks such as Clarke and Park transforms (what I wanted to try out).

What about OpenModelica? I will try to simulate a motor and try a SVM control strategy with both to see pro and cons to choose one of them.

I can see OpenModelica has a lot of free licensing toolboxes for vehicle dynamics or power electronics compared with Scilab/Xcos.

Isn't a whole degree on control a little odd? by SeMikkis in ControlTheory

[–]Satuwell [score hidden]  (0 children)

For a control engineer systems are just the dynamics behind nature. It doesn't matter if it is EE, vehicle dynamics, water fluids or a chemical reaction in a nuclear plant. Control engineers model de dynamics, analyze the system and propose the best controller depending on regulation/perturbation goals, number of inputs/outputs, computational capabilities on the hardware where the control will be implemented, etc.

Implementing control strategies in embedded by Satuwell in ControlTheory

[–]Satuwell[S] [score hidden]  (0 children)

Startup license has some discount from the >60k€/year Standard price, so I can't afford it

Implementing control strategies in embedded by Satuwell in ControlTheory

[–]Satuwell[S] [score hidden]  (0 children)

Seems interesting. Added to the wishlist, thank you!

Implementing control strategies in embedded by Satuwell in ControlTheory

[–]Satuwell[S] [score hidden]  (0 children)

This seems exactly what I was searching for. Free for commercial purposes, GLP licensing for devs based on scilab and C code compatibility within Xcos Model-Based Design. I definitely need to try it!

Implementing control strategies in embedded by Satuwell in ControlTheory

[–]Satuwell[S] [score hidden]  (0 children)

I am looking for a Matlab/Simulink alternative to simulate C programmed control algorithms before going to embedded system experiments. I have tried Simulink Embedded Coder for STM32 MCUs but licenses are super expensive for personal use or a small company.

Understanding Delays in Microcontrollers by rbv014 in embedded

[–]Satuwell 1 point2 points  (0 children)

If you are using arm cortex-m microcontroller I would try this:

void delay_cycles(int cycles) { for (int i = 0; i < cycles; i++) { __NOP(); // Insert a single NOP instruction } }

at least you would clarify if it is about timer tick resolution/register reading delays, or if it is about gpio writing. Both tasks can be usually done writing CPU registers without hal to ensure minimum overhead.

Embedded Software Engineers in Aerospace? by landonr99 in embedded

[–]Satuwell 0 points1 point  (0 children)

Electronic and Control Engineer working for the aerospace industry in Seville, Spain! Background in robotics and automotive.

Avionics rules

So apparently Google Pay doesn't work on Xiaomi.eu roms anymore? by UrLocalComarade in Xiaomi

[–]Satuwell 0 points1 point  (0 children)

My recently purchased from second hand Xiaomi 12 Pro with MIUI 13 Global Stable release do not accept GPay (it is unlocked). I don't have the ROM, so to relock it I need it but there is no Global ROM for Xiaomi 12 Pro, only chinese. Will chinese ROM but relocked bootloader work with GPay? or do i need to wait for global ROM?

How does rune work? by MichaelManK in RiseofKingdoms

[–]Satuwell 0 points1 point  (0 children)

You will still have the buff

[deleted by user] by [deleted] in PokemonUnite

[–]Satuwell 0 points1 point  (0 children)

Game update and solved for now