HN user

nrabault

19 karma

Active member of the Luos technology: https://github.com/Luos-io/luos_engine

Let's talk on Discord (Nico#1209): https://discord.gg/BUcV9Wys3p

Posts17
Comments12
View on HN
www.techrepublic.com 3y ago

Luos quests for sharper edge controls in just one line of code

nrabault
3pts0
www.youtube.com 3y ago

All in one Stable Diffusion environnement dedicated to music animations[video]

nrabault
1pts2
www.edn.com 3y ago

Show HN: Automated Stair Lighting Project

nrabault
3pts3
thenewstack.io 3y ago

Discord vs. Slack: Which Is Right for Your Team?

nrabault
2pts1
www.luos.io 3y ago

Open-source features and API for embedded and edge systems

nrabault
2pts0
www.embedded.com 3y ago

Microservices enhance agility in embedded systems development

nrabault
1pts0
github.com 3y ago

Show HN: Open-source and real-time orchestrator for distributed architectures

nrabault
10pts0
opensource.com 3y ago

Measure Latency for Embedded Systems

nrabault
2pts1
thenewstack.io 3y ago

The benefits of using microservices for edge devices

nrabault
4pts0
finance.yahoo.com 3y ago

Discord Edge and Embedded developers community site more than doubles users

nrabault
2pts3
www.electronicdesign.com 3y ago

The expanding role of Cyber-Physical Systems

nrabault
22pts3
news.ycombinator.com 3y ago

Show HN: I made and automated my house stairs

nrabault
4pts0
www.embedded.com 3y ago

Plug and play microservices to ESP32 MCU

nrabault
4pts0
www.youtube.com 3y ago

Create separate embedded applications on a network of heterogeneous boards

nrabault
1pts0
news.ycombinator.com 3y ago

Will it be possible one day to have as much agility in hardware as in software?

nrabault
1pts0
www.youtube.com 3y ago

Show HN: STM32F0 flashed with a bootloader in less than 30 seconds

nrabault
3pts1
github.com 3y ago

Show HN: Open-source orchestrator for ESP32, Arduino, STM32 etc.

nrabault
9pts1

One of the main issues we had with the Luos microservices orchestrator, beyond the open source project itself, was to understand the expectations and problems faced by developers working in the embedded and edge domain. We needed to build a community to exchange with them, allow them to learn and help each other. So we decided to do an A/B test by trying them both.

First, Thank you for this article.

I think embedded system engineers should be more open to learn from other programming domain and try to catch the good things to apply it in the embedded world. For sure there is some specific constrainsts in the embedded world limiting the usage of web tools. But I agree with you at a system point of view there is a lot of similarities and we could solve a lot of problems by applying the same strategies.

I'm an embedded system engineer specialist on robotics. Each robot I worked on have multiple boards (my personal record is 35 boards). Scaling a system like that is an absolute nightmare. That's why I'm now working on an open-source microservice orchestrator dedicated to critical real-time embedded systems. The concept is to follow the metodologies used to scale complex web applications thanks to a tool able to deal with embedded system specificities. You can find my Luos lib here : https://github.com/Luos-io/luos_engine Let me know what you think about it.

External variables such as pandemic or inflation do not directly affect the freelance community because each company/clients manages its accounts differently. The few keys are word of mouth, networking and the quality of the work offered. Obviously the price issue often comes into play but it is more dependent on your competitors than on "undesirable" and uncontrollable effects.

I think that developing devices should be more accessible. Software is flexible, but hardware hinders us. We must find a way to make embedded as flexible as software to unleash developers' superpowers.

With Luos, we want to give a helpful, free, opensource, and easy-to-use solution to solve and spread it to the embedded domain.

You are right, however many tools are starting to think about this issue. We tested the beta of a tool (https://open.crowd.dev/luos) and they are developing a feature that allows you to publish a mini-website that indexes the most interesting content published in the community. And as seren said, Discord has also recently released a Forum feature to better categorize topics and allow members to quickly find and exchange :)

Founder here, Luos is an embedded microservices orchestrator for developing and scaling edge and embedded distributed systems. Luos is built in C. Luos can connect different MCUs together and give you access to multiple features created by developers for developers (remote control, bootloader, routing table, timestamp etc…)

I got the idea to develop Luos by seeing the lack of agility we have in the embedded world as developers.

I am convinced that we can use philosophies like microservices to be as agile as software. To meet the needs of different developers, I chose to make the technology free and open-source so that everyone can adapt it as they wish.