home.social

#embeddedsystems — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #embeddedsystems, aggregated by home.social.

  1. Working on something outside the usual AI paradigm sharing a preliminary note, not a "Eurkea".

    The project (Aleph) explores whether biological organizational principles can replace neural architectures for embedded AI. No weights, no pre-training, no LLM. The core question: do the same solutions biology found over billions of years: specialization, quiescence, emergent coordination translate to digital systems?

    Methodology follows Telesio's empirical approach: observation before theory, measurement before assertion. Every behavior in this post has a log file and a timestamp.

    One verified result worth sharing:

    Three independent components: a health monitor, a kernel, and an audio output organ — have no knowledge of each other. No shared state, no direct communication. When the watchdog process dies, the system emits a 220Hz tone. No explicit rule produces this. It emerges from composition.

    This is weak emergence: predictable by reading the code. Not strong emergence. The distinction matters and we're not overstating it.

    Current stack: Rust, Alpine Linux, SQLite, Unix sockets. Hardware: Dell Inspiron i5, 3.7GB RAM. ~452KB binary binary. ~39°C at rest.

    What we don't know yet: whether this approach scales, whether the Bayesian learning converges usefully, whether the biological clock model holds across real day/night cycles.

    #rustlang #embeddedsystems #ai #distributedsystems

  2. Working on something outside the usual AI paradigm sharing a preliminary note, not a "Eurkea".

    The project (Aleph) explores whether biological organizational principles can replace neural architectures for embedded AI. No weights, no pre-training, no LLM. The core question: do the same solutions biology found over billions of years: specialization, quiescence, emergent coordination translate to digital systems?

    Methodology follows Telesio's empirical approach: observation before theory, measurement before assertion. Every behavior in this post has a log file and a timestamp.

    One verified result worth sharing:

    Three independent components: a health monitor, a kernel, and an audio output organ — have no knowledge of each other. No shared state, no direct communication. When the watchdog process dies, the system emits a 220Hz tone. No explicit rule produces this. It emerges from composition.

    This is weak emergence: predictable by reading the code. Not strong emergence. The distinction matters and we're not overstating it.

    Current stack: Rust, Alpine Linux, SQLite, Unix sockets. Hardware: Dell Inspiron i5, 3.7GB RAM. ~452KB binary binary. ~39°C at rest.

    What we don't know yet: whether this approach scales, whether the Bayesian learning converges usefully, whether the biological clock model holds across real day/night cycles.

    #rustlang #embeddedsystems #ai #distributedsystems

  3. Working on something outside the usual AI paradigm sharing a preliminary note, not a "Eurkea".

    The project (Aleph) explores whether biological organizational principles can replace neural architectures for embedded AI. No weights, no pre-training, no LLM. The core question: do the same solutions biology found over billions of years: specialization, quiescence, emergent coordination translate to digital systems?

    Methodology follows Telesio's empirical approach: observation before theory, measurement before assertion. Every behavior in this post has a log file and a timestamp.

    One verified result worth sharing:

    Three independent components: a health monitor, a kernel, and an audio output organ — have no knowledge of each other. No shared state, no direct communication. When the watchdog process dies, the system emits a 220Hz tone. No explicit rule produces this. It emerges from composition.

    This is weak emergence: predictable by reading the code. Not strong emergence. The distinction matters and we're not overstating it.

    Current stack: Rust, Alpine Linux, SQLite, Unix sockets. Hardware: Dell Inspiron i5, 3.7GB RAM. ~452KB binary binary. ~39°C at rest.

    What we don't know yet: whether this approach scales, whether the Bayesian learning converges usefully, whether the biological clock model holds across real day/night cycles.

    #rustlang #embeddedsystems #ai #distributedsystems

  4. Working on something outside the usual AI paradigm sharing a preliminary note, not a "Eurkea".

    The project (Aleph) explores whether biological organizational principles can replace neural architectures for embedded AI. No weights, no pre-training, no LLM. The core question: do the same solutions biology found over billions of years: specialization, quiescence, emergent coordination translate to digital systems?

    Methodology follows Telesio's empirical approach: observation before theory, measurement before assertion. Every behavior in this post has a log file and a timestamp.

    One verified result worth sharing:

    Three independent components: a health monitor, a kernel, and an audio output organ — have no knowledge of each other. No shared state, no direct communication. When the watchdog process dies, the system emits a 220Hz tone. No explicit rule produces this. It emerges from composition.

    This is weak emergence: predictable by reading the code. Not strong emergence. The distinction matters and we're not overstating it.

    Current stack: Rust, Alpine Linux, SQLite, Unix sockets. Hardware: Dell Inspiron i5, 3.7GB RAM. ~452KB binary binary. ~39°C at rest.

    What we don't know yet: whether this approach scales, whether the Bayesian learning converges usefully, whether the biological clock model holds across real day/night cycles.

    #rustlang #embeddedsystems #ai #distributedsystems

  5. Working on something outside the usual AI paradigm sharing a preliminary note, not a "Eurkea".

    The project (Aleph) explores whether biological organizational principles can replace neural architectures for embedded AI. No weights, no pre-training, no LLM. The core question: do the same solutions biology found over billions of years: specialization, quiescence, emergent coordination translate to digital systems?

    Methodology follows Telesio's empirical approach: observation before theory, measurement before assertion. Every behavior in this post has a log file and a timestamp.

    One verified result worth sharing:

    Three independent components: a health monitor, a kernel, and an audio output organ — have no knowledge of each other. No shared state, no direct communication. When the watchdog process dies, the system emits a 220Hz tone. No explicit rule produces this. It emerges from composition.

    This is weak emergence: predictable by reading the code. Not strong emergence. The distinction matters and we're not overstating it.

    Current stack: Rust, Alpine Linux, SQLite, Unix sockets. Hardware: Dell Inspiron i5, 3.7GB RAM. ~452KB binary binary. ~39°C at rest.

    What we don't know yet: whether this approach scales, whether the Bayesian learning converges usefully, whether the biological clock model holds across real day/night cycles.

    #rustlang #embeddedsystems #ai #distributedsystems

  6. AI coding agents get much more interesting when they can touch real hardware. I used Codex to compile, upload, monitor serial consoles, analyze failures, and iterate on two ESP32-based T-Beam boards until a BLE file-transfer bug in fresh C++ #Reticulum interface was fixed.

    Hardware-in-the-loop debugging feels like a real shift and shifts the development cycle into 6th gear.

    salemdata.net/johnpress/?p=710

    #AI #EmbeddedSystems #ESP32 #Bluetooth #IoT #HardwareHacking

  7. AI coding agents get much more interesting when they can touch real hardware. I used Codex to compile, upload, monitor serial consoles, analyze failures, and iterate on two ESP32-based T-Beam boards until a BLE file-transfer bug in fresh C++ #Reticulum interface was fixed.

    Hardware-in-the-loop debugging feels like a real shift and shifts the development cycle into 6th gear.

    salemdata.net/johnpress/?p=710

    #AI #EmbeddedSystems #ESP32 #Bluetooth #IoT #HardwareHacking

  8. AI coding agents get much more interesting when they can touch real hardware. I used Codex to compile, upload, monitor serial consoles, analyze failures, and iterate on two ESP32-based T-Beam boards until a BLE file-transfer bug in fresh C++ #Reticulum interface was fixed.

    Hardware-in-the-loop debugging feels like a real shift and shifts the development cycle into 6th gear.

    salemdata.net/johnpress/?p=710

    #AI #EmbeddedSystems #ESP32 #Bluetooth #IoT #HardwareHacking

  9. AI coding agents get much more interesting when they can touch real hardware. I used Codex to compile, upload, monitor serial consoles, analyze failures, and iterate on two ESP32-based T-Beam boards until a BLE file-transfer bug in fresh C++ #Reticulum interface was fixed.

    Hardware-in-the-loop debugging feels like a real shift and shifts the development cycle into 6th gear.

    salemdata.net/johnpress/?p=710

    #AI #EmbeddedSystems #ESP32 #Bluetooth #IoT #HardwareHacking

  10. AI coding agents get much more interesting when they can touch real hardware. I used Codex to compile, upload, monitor serial consoles, analyze failures, and iterate on two ESP32-based T-Beam boards until a BLE file-transfer bug in fresh C++ #Reticulum interface was fixed.

    Hardware-in-the-loop debugging feels like a real shift and shifts the development cycle into 6th gear.

    salemdata.net/johnpress/?p=710

    #AI #EmbeddedSystems #ESP32 #Bluetooth #IoT #HardwareHacking

  11. SMARC family incorporates NXP i.MX 95-based SoM

    The forthcoming VAR-SMARC-MX95 is built on NXP Semiconductors’ i.MX 95 applications processor and will form part of Variscite’s…
    #Netherlands #Nederland #NL #Europe #Europa #EU #NXP #edgeAI #EmbeddedSystems #IndustrialIoT #InternetofThings
    europesays.com/netherlands/136

  12. Sigo avanzando con el proyecto del **Timbre Escolar Inteligente** y hoy quería compartir dos frentes en los que estuve trabajando en paralelo.

    Por un lado, el **diseño del gabinete en FreeCAD**, pensando en una solución más prolija, compacta y lista para llevar a prototipo físico. Y por otro, una **API REST de consulta de feriados**, para que el sistema pueda identificar fechas especiales y evitar que suenen los timbres en días no laborables.

    Me gusta mucho cuando un proyecto empieza a integrar distintas capas: software, electrónica, mecánica e integración con servicios externos. Ahí es donde realmente se empieza a transformar en una solución completa.

    Todavía queda camino por recorrer, pero cada avance suma y le da más forma a la idea.

    #FreeCAD #PCB #IoT #ESP8266 #API #REST #Electronica #EmbeddedSystems #ProyectoPersonal #Ingeniería

  13. Sigo avanzando con el proyecto del **Timbre Escolar Inteligente** y hoy quería compartir dos frentes en los que estuve trabajando en paralelo.

    Por un lado, el **diseño del gabinete en FreeCAD**, pensando en una solución más prolija, compacta y lista para llevar a prototipo físico. Y por otro, una **API REST de consulta de feriados**, para que el sistema pueda identificar fechas especiales y evitar que suenen los timbres en días no laborables.

    Me gusta mucho cuando un proyecto empieza a integrar distintas capas: software, electrónica, mecánica e integración con servicios externos. Ahí es donde realmente se empieza a transformar en una solución completa.

    Todavía queda camino por recorrer, pero cada avance suma y le da más forma a la idea.

    #FreeCAD #PCB #IoT #ESP8266 #API #REST #Electronica #EmbeddedSystems #ProyectoPersonal #Ingeniería

  14. Sigo avanzando con el proyecto del **Timbre Escolar Inteligente** y hoy quería compartir dos frentes en los que estuve trabajando en paralelo.

    Por un lado, el **diseño del gabinete en FreeCAD**, pensando en una solución más prolija, compacta y lista para llevar a prototipo físico. Y por otro, una **API REST de consulta de feriados**, para que el sistema pueda identificar fechas especiales y evitar que suenen los timbres en días no laborables.

    Me gusta mucho cuando un proyecto empieza a integrar distintas capas: software, electrónica, mecánica e integración con servicios externos. Ahí es donde realmente se empieza a transformar en una solución completa.

    Todavía queda camino por recorrer, pero cada avance suma y le da más forma a la idea.

    #FreeCAD #PCB #IoT #ESP8266 #API #REST #Electronica #EmbeddedSystems #ProyectoPersonal #Ingeniería

  15. Sigo avanzando con el proyecto del **Timbre Escolar Inteligente** y hoy quería compartir dos frentes en los que estuve trabajando en paralelo.

    Por un lado, el **diseño del gabinete en FreeCAD**, pensando en una solución más prolija, compacta y lista para llevar a prototipo físico. Y por otro, una **API REST de consulta de feriados**, para que el sistema pueda identificar fechas especiales y evitar que suenen los timbres en días no laborables.

    Me gusta mucho cuando un proyecto empieza a integrar distintas capas: software, electrónica, mecánica e integración con servicios externos. Ahí es donde realmente se empieza a transformar en una solución completa.

    Todavía queda camino por recorrer, pero cada avance suma y le da más forma a la idea.

    #FreeCAD #PCB #IoT #ESP8266 #API #REST #Electronica #EmbeddedSystems #ProyectoPersonal #Ingeniería

  16. Sigo avanzando con el proyecto del **Timbre Escolar Inteligente** y hoy quería compartir dos frentes en los que estuve trabajando en paralelo.

    Por un lado, el **diseño del gabinete en FreeCAD**, pensando en una solución más prolija, compacta y lista para llevar a prototipo físico. Y por otro, una **API REST de consulta de feriados**, para que el sistema pueda identificar fechas especiales y evitar que suenen los timbres en días no laborables.

    Me gusta mucho cuando un proyecto empieza a integrar distintas capas: software, electrónica, mecánica e integración con servicios externos. Ahí es donde realmente se empieza a transformar en una solución completa.

    Todavía queda camino por recorrer, pero cada avance suma y le da más forma a la idea.

    #FreeCAD #PCB #IoT #ESP8266 #API #REST #Electronica #EmbeddedSystems #ProyectoPersonal #Ingeniería

  17. 🚨 Hiring Alert | Software Engineer – Power & Performance (Android) 🚨

    🏢 Company: Borqs Technologies
    📍 Location: Hyderabad
    👨‍💻 Experience: 3–7 Years
    💼 Employment Type: Permanent
    💰 CTC: Up to 30 LPA

    📩 Apply here: - zurl.co/lWaac

    #Hiring #Android #EmbeddedSystems #LinuxKernel #CPlusPlus #PowerPerformance #AOSP #DeviceDrivers #HyderabadJobs #TechHiring

  18. A medida que fui avanzando con el software, también se fue definiendo el hardware, y hoy llegó el momento de dar un paso importante: empezar el diseño del PCB prototipo de mi Timbre Escolar Inteligente.

    El proyecto ya viene tomando forma con la lógica de control, la interfaz web y la comunicación por WebSocket, y ahora toca materializar esas ideas en una placa pensada para ser más ordenada, compacta y confiable.

    Este tipo de avances son los que más me entusiasman, porque transforman una idea de software en un sistema completo, listo para iterar, probar y mejorar.

    Próximo paso: comenzar el ruteo del PCB y preparar la primera versión física del prototipo.

    #Electrónica #PCB #ESP8266 #IoT #EmbeddedSystems #Arduino #WebSockets #ProyectoPersonal #Ingeniería

  19. A medida que fui avanzando con el software, también se fue definiendo el hardware, y hoy llegó el momento de dar un paso importante: empezar el diseño del PCB prototipo de mi Timbre Escolar Inteligente.

    El proyecto ya viene tomando forma con la lógica de control, la interfaz web y la comunicación por WebSocket, y ahora toca materializar esas ideas en una placa pensada para ser más ordenada, compacta y confiable.

    Este tipo de avances son los que más me entusiasman, porque transforman una idea de software en un sistema completo, listo para iterar, probar y mejorar.

    Próximo paso: comenzar el ruteo del PCB y preparar la primera versión física del prototipo.

    #Electrónica #PCB #ESP8266 #IoT #EmbeddedSystems #Arduino #WebSockets #ProyectoPersonal #Ingeniería

  20. A medida que fui avanzando con el software, también se fue definiendo el hardware, y hoy llegó el momento de dar un paso importante: empezar el diseño del PCB prototipo de mi Timbre Escolar Inteligente.

    El proyecto ya viene tomando forma con la lógica de control, la interfaz web y la comunicación por WebSocket, y ahora toca materializar esas ideas en una placa pensada para ser más ordenada, compacta y confiable.

    Este tipo de avances son los que más me entusiasman, porque transforman una idea de software en un sistema completo, listo para iterar, probar y mejorar.

    Próximo paso: comenzar el ruteo del PCB y preparar la primera versión física del prototipo.

    #Electrónica #PCB #ESP8266 #IoT #EmbeddedSystems #Arduino #WebSockets #ProyectoPersonal #Ingeniería

  21. A medida que fui avanzando con el software, también se fue definiendo el hardware, y hoy llegó el momento de dar un paso importante: empezar el diseño del PCB prototipo de mi Timbre Escolar Inteligente.

    El proyecto ya viene tomando forma con la lógica de control, la interfaz web y la comunicación por WebSocket, y ahora toca materializar esas ideas en una placa pensada para ser más ordenada, compacta y confiable.

    Este tipo de avances son los que más me entusiasman, porque transforman una idea de software en un sistema completo, listo para iterar, probar y mejorar.

    Próximo paso: comenzar el ruteo del PCB y preparar la primera versión física del prototipo.

    #Electrónica #PCB #ESP8266 #IoT #EmbeddedSystems #Arduino #WebSockets #ProyectoPersonal #Ingeniería

  22. A medida que fui avanzando con el software, también se fue definiendo el hardware, y hoy llegó el momento de dar un paso importante: empezar el diseño del PCB prototipo de mi Timbre Escolar Inteligente.

    El proyecto ya viene tomando forma con la lógica de control, la interfaz web y la comunicación por WebSocket, y ahora toca materializar esas ideas en una placa pensada para ser más ordenada, compacta y confiable.

    Este tipo de avances son los que más me entusiasman, porque transforman una idea de software en un sistema completo, listo para iterar, probar y mejorar.

    Próximo paso: comenzar el ruteo del PCB y preparar la primera versión física del prototipo.

    #Electrónica #PCB #ESP8266 #IoT #EmbeddedSystems #Arduino #WebSockets #ProyectoPersonal #Ingeniería

  23. Final day at #EVS2026! 🚀

    Don't miss @MosChip® at @cadence Booth #402. Experience our secure, Voice-Processed AI Chatbot demo featuring SLM and real-time speech recognition.

    See you in Santa Clara!📍

    #EmbeddedAI #EdgeAI #AI #VoiceAI #EmbeddedVisionSummit #EmbeddedSystems

  24. Final day at #EVS2026! 🚀

    Don't miss @MosChip® at @cadence Booth #402. Experience our secure, Voice-Processed AI Chatbot demo featuring SLM and real-time speech recognition.

    See you in Santa Clara!📍

    #EmbeddedAI #EdgeAI #AI #VoiceAI #EmbeddedVisionSummit #EmbeddedSystems

  25. Final day at #EVS2026! 🚀

    Don't miss @MosChip® at @cadence Booth #402. Experience our secure, Voice-Processed AI Chatbot demo featuring SLM and real-time speech recognition.

    See you in Santa Clara!📍

    #EmbeddedAI #EdgeAI #AI #VoiceAI #EmbeddedVisionSummit #EmbeddedSystems

  26. Final day at #EVS2026! 🚀

    Don't miss @MosChip® at @cadence Booth #402. Experience our secure, Voice-Processed AI Chatbot demo featuring SLM and real-time speech recognition.

    See you in Santa Clara!📍

    #EmbeddedAI #EdgeAI #AI #VoiceAI #EmbeddedVisionSummit #EmbeddedSystems

  27. Final day at #EVS2026! 🚀

    Don't miss @MosChip® at @cadence Booth #402. Experience our secure, Voice-Processed AI Chatbot demo featuring SLM and real-time speech recognition.

    See you in Santa Clara!📍

    #EmbeddedAI #EdgeAI #AI #VoiceAI #EmbeddedVisionSummit #EmbeddedSystems

  28. AC696N GPIO quick reference. APIs: gpio_set_direction (1=input,0=output); gpio_set_pull_up; gpio_set_output_value; gpio_read; gpio_set_hd0 (1=strong drive); gpio_set_die (0=analog for ADC). USB: usb_iomode(0). Output high level = VDDIO voltage. Test each pin with multimeter on dev board. #JieLi #AC696N #EmbeddedSystems

    lnkd.in/gr8hc-Ks

  29. ✨ 𝗦𝗼𝗳𝘁𝘄𝗮𝗿𝗲 𝗔𝗿𝗰𝗵𝗶𝘁𝗲𝗰𝘁𝘂𝗿𝗲 𝗙𝗼𝗿𝘂𝗺: 𝗗𝗶𝗲 𝗞𝗼𝗻𝗳𝗲𝗿𝗲𝗻𝘇 𝗳ü𝗿 𝗺𝗼𝗱𝗲𝗿𝗻𝗲 𝗦𝗼𝗳𝘁𝘄𝗮𝗿𝗲­𝗮𝗿𝗰𝗵𝗶𝘁𝗲𝗸𝘁𝘂𝗿 | 𝗘𝗮𝗿𝗹𝘆 𝗕𝗶𝗿𝗱 𝗻𝘂𝗿 𝗻𝗼𝗰𝗵 𝗯𝗶𝘀 𝗺𝗼𝗿𝗴𝗲𝗻! 🐦

    📅 𝟭𝟲. 𝗯𝗶𝘀 𝟭𝟳. 𝗝𝘂𝗻𝗶 𝟮𝟬𝟮𝟲
    📍 𝗛𝗼𝗹𝗶𝗱𝗮𝘆 𝗜𝗻𝗻 𝗠ü𝗻𝗰𝗵𝗲𝗻-𝗨𝗻𝘁𝗲𝗿𝗵𝗮𝗰𝗵𝗶𝗻𝗴

    💡 𝗪𝗮𝘀 𝗱𝗶𝗰𝗵 𝗲𝗿𝘄𝗮𝗿𝘁𝗲𝘁
    ✔ Lerne von 23 Expert:innen
    ✔ 23 spannende Sessions auf Deutsch
    ✔ Themen u.a.: #DDD #API #KI #Cloud #EmbeddedSystems
    ✔ Viel Raum für Networking
    ✔ Get-together & persönliche Atmosphäre
    ✔ Vollverpflegung

    Schnell noch Ticket sichern 👉 t1p.de/x1mdv

  30. ✨ 𝗦𝗼𝗳𝘁𝘄𝗮𝗿𝗲 𝗔𝗿𝗰𝗵𝗶𝘁𝗲𝗰𝘁𝘂𝗿𝗲 𝗙𝗼𝗿𝘂𝗺: 𝗗𝗶𝗲 𝗞𝗼𝗻𝗳𝗲𝗿𝗲𝗻𝘇 𝗳ü𝗿 𝗺𝗼𝗱𝗲𝗿𝗻𝗲 𝗦𝗼𝗳𝘁𝘄𝗮𝗿𝗲­𝗮𝗿𝗰𝗵𝗶𝘁𝗲𝗸𝘁𝘂𝗿 | 𝗘𝗮𝗿𝗹𝘆 𝗕𝗶𝗿𝗱 𝗻𝘂𝗿 𝗻𝗼𝗰𝗵 𝗯𝗶𝘀 𝗺𝗼𝗿𝗴𝗲𝗻! 🐦

    📅 𝟭𝟲. 𝗯𝗶𝘀 𝟭𝟳. 𝗝𝘂𝗻𝗶 𝟮𝟬𝟮𝟲
    📍 𝗛𝗼𝗹𝗶𝗱𝗮𝘆 𝗜𝗻𝗻 𝗠ü𝗻𝗰𝗵𝗲𝗻-𝗨𝗻𝘁𝗲𝗿𝗵𝗮𝗰𝗵𝗶𝗻𝗴

    💡 𝗪𝗮𝘀 𝗱𝗶𝗰𝗵 𝗲𝗿𝘄𝗮𝗿𝘁𝗲𝘁
    ✔ Lerne von 23 Expert:innen
    ✔ 23 spannende Sessions auf Deutsch
    ✔ Themen u.a.: #DDD #API #KI #Cloud #EmbeddedSystems
    ✔ Viel Raum für Networking
    ✔ Get-together & persönliche Atmosphäre
    ✔ Vollverpflegung

    Schnell noch Ticket sichern 👉 t1p.de/x1mdv

  31. ✨ 𝗦𝗼𝗳𝘁𝘄𝗮𝗿𝗲 𝗔𝗿𝗰𝗵𝗶𝘁𝗲𝗰𝘁𝘂𝗿𝗲 𝗙𝗼𝗿𝘂𝗺: 𝗗𝗶𝗲 𝗞𝗼𝗻𝗳𝗲𝗿𝗲𝗻𝘇 𝗳ü𝗿 𝗺𝗼𝗱𝗲𝗿𝗻𝗲 𝗦𝗼𝗳𝘁𝘄𝗮𝗿𝗲­𝗮𝗿𝗰𝗵𝗶𝘁𝗲𝗸𝘁𝘂𝗿 | 𝗘𝗮𝗿𝗹𝘆 𝗕𝗶𝗿𝗱 𝗻𝘂𝗿 𝗻𝗼𝗰𝗵 𝗯𝗶𝘀 𝗺𝗼𝗿𝗴𝗲𝗻! 🐦

    📅 𝟭𝟲. 𝗯𝗶𝘀 𝟭𝟳. 𝗝𝘂𝗻𝗶 𝟮𝟬𝟮𝟲
    📍 𝗛𝗼𝗹𝗶𝗱𝗮𝘆 𝗜𝗻𝗻 𝗠ü𝗻𝗰𝗵𝗲𝗻-𝗨𝗻𝘁𝗲𝗿𝗵𝗮𝗰𝗵𝗶𝗻𝗴

    💡 𝗪𝗮𝘀 𝗱𝗶𝗰𝗵 𝗲𝗿𝘄𝗮𝗿𝘁𝗲𝘁
    ✔ Lerne von 23 Expert:innen
    ✔ 23 spannende Sessions auf Deutsch
    ✔ Themen u.a.: #DDD #API #KI #Cloud #EmbeddedSystems
    ✔ Viel Raum für Networking
    ✔ Get-together & persönliche Atmosphäre
    ✔ Vollverpflegung

    Schnell noch Ticket sichern 👉 t1p.de/x1mdv

  32. ✨ 𝗦𝗼𝗳𝘁𝘄𝗮𝗿𝗲 𝗔𝗿𝗰𝗵𝗶𝘁𝗲𝗰𝘁𝘂𝗿𝗲 𝗙𝗼𝗿𝘂𝗺: 𝗗𝗶𝗲 𝗞𝗼𝗻𝗳𝗲𝗿𝗲𝗻𝘇 𝗳ü𝗿 𝗺𝗼𝗱𝗲𝗿𝗻𝗲 𝗦𝗼𝗳𝘁𝘄𝗮𝗿𝗲­𝗮𝗿𝗰𝗵𝗶𝘁𝗲𝗸𝘁𝘂𝗿 | 𝗘𝗮𝗿𝗹𝘆 𝗕𝗶𝗿𝗱 𝗻𝘂𝗿 𝗻𝗼𝗰𝗵 𝗯𝗶𝘀 𝗺𝗼𝗿𝗴𝗲𝗻! 🐦

    📅 𝟭𝟲. 𝗯𝗶𝘀 𝟭𝟳. 𝗝𝘂𝗻𝗶 𝟮𝟬𝟮𝟲
    📍 𝗛𝗼𝗹𝗶𝗱𝗮𝘆 𝗜𝗻𝗻 𝗠ü𝗻𝗰𝗵𝗲𝗻-𝗨𝗻𝘁𝗲𝗿𝗵𝗮𝗰𝗵𝗶𝗻𝗴

    💡 𝗪𝗮𝘀 𝗱𝗶𝗰𝗵 𝗲𝗿𝘄𝗮𝗿𝘁𝗲𝘁
    ✔ Lerne von 23 Expert:innen
    ✔ 23 spannende Sessions auf Deutsch
    ✔ Themen u.a.: #DDD #API #KI #Cloud #EmbeddedSystems
    ✔ Viel Raum für Networking
    ✔ Get-together & persönliche Atmosphäre
    ✔ Vollverpflegung

    Schnell noch Ticket sichern 👉 t1p.de/x1mdv

  33. We’re headed to the Embedded Vision Summit 2026.
    Meet our team at the @cadence booth #402 as we showcase an exciting edge-intelligence demo.
    If you’re attending, make sure to stop by and speak to our team.
    #EmbeddedAI #EdgeAI #EVS #Embeddedsystems #AI #EmbeddedVisionSummit

  34. We’re headed to the Embedded Vision Summit 2026.
    Meet our team at the @cadence booth #402 as we showcase an exciting edge-intelligence demo.
    If you’re attending, make sure to stop by and speak to our team.
    #EmbeddedAI #EdgeAI #EVS #Embeddedsystems #AI #EmbeddedVisionSummit

  35. We’re headed to the Embedded Vision Summit 2026.
    Meet our team at the @cadence booth #402 as we showcase an exciting edge-intelligence demo.
    If you’re attending, make sure to stop by and speak to our team.
    #EmbeddedAI #EdgeAI #EVS #Embeddedsystems #AI #EmbeddedVisionSummit

  36. We’re headed to the Embedded Vision Summit 2026.
    Meet our team at the @cadence booth #402 as we showcase an exciting edge-intelligence demo.
    If you’re attending, make sure to stop by and speak to our team.
    #EmbeddedAI #EdgeAI #EVS #Embeddedsystems #AI #EmbeddedVisionSummit

  37. We’re headed to the Embedded Vision Summit 2026.
    Meet our team at the @cadence booth #402 as we showcase an exciting edge-intelligence demo.
    If you’re attending, make sure to stop by and speak to our team.
    #EmbeddedAI #EdgeAI #EVS #Embeddedsystems #AI #EmbeddedVisionSummit

  38. Direct Insight introduces latest compact system-on-module

    The module, known as the QS91, is designed for use in Linux-based Internet of Things (IoT) and industrial…
    #Netherlands #Nederland #NL #Europe #Europa #EU #NXP #EmbeddedSystems #System-on-Module #SystemsIntegration
    europesays.com/netherlands/958

  39. 🐦 𝗘𝗮𝗿𝗹𝘆 𝗕𝗶𝗿𝗱 𝗲𝗻𝗱𝗲𝘁 𝗶𝗻 𝟴 𝗧𝗮𝗴𝗲𝗻! 𝗦𝗶𝗰𝗵𝗲𝗿𝗲 𝗱𝗶𝗿 𝘀𝗰𝗵𝗻𝗲𝗹𝗹 𝗱𝗲𝗶𝗻 𝗧𝗶𝗰𝗸𝗲𝘁 𝗳ü𝗿 𝗱𝗮𝘀 𝗦𝗼𝗳𝘁𝘄𝗮𝗿𝗲 𝗔𝗿𝗰𝗵𝗶𝘁𝗲𝗰𝘁𝘂𝗿𝗲 𝗙𝗼𝗿𝘂𝗺 𝘂𝗻𝗱 𝘀𝗽𝗮𝗿𝗲 𝟱𝟬 €! 🥳

    • 16.–17. Juni 2026 im Holiday Inn München-Unterhaching
    • Themen u.a.: #DDD #API #KI #Cloud #EmbeddedSystems

    𝗪𝗮𝗿𝘂𝗺 𝘁𝗲𝗶𝗹𝗻𝗲𝗵𝗺𝗲𝗻?

    ✔ Lerne von 23 Expert:innen
    ✔ 23 spannende Sessions auf Deutsch
    ✔ Viel Raum für Networking
    ✔ Get-together & persönliche Atmosphäre
    ✔ Vollverpflegung

    Jetzt Ticket sichern 👉️ t1p.de/4s17l

    #iSAQB #SAF2026 #Softwarearchitektur

  40. 🐦 𝗘𝗮𝗿𝗹𝘆 𝗕𝗶𝗿𝗱 𝗲𝗻𝗱𝗲𝘁 𝗶𝗻 𝟴 𝗧𝗮𝗴𝗲𝗻! 𝗦𝗶𝗰𝗵𝗲𝗿𝗲 𝗱𝗶𝗿 𝘀𝗰𝗵𝗻𝗲𝗹𝗹 𝗱𝗲𝗶𝗻 𝗧𝗶𝗰𝗸𝗲𝘁 𝗳ü𝗿 𝗱𝗮𝘀 𝗦𝗼𝗳𝘁𝘄𝗮𝗿𝗲 𝗔𝗿𝗰𝗵𝗶𝘁𝗲𝗰𝘁𝘂𝗿𝗲 𝗙𝗼𝗿𝘂𝗺 𝘂𝗻𝗱 𝘀𝗽𝗮𝗿𝗲 𝟱𝟬 €! 🥳

    • 16.–17. Juni 2026 im Holiday Inn München-Unterhaching
    • Themen u.a.: #DDD #API #KI #Cloud #EmbeddedSystems

    𝗪𝗮𝗿𝘂𝗺 𝘁𝗲𝗶𝗹𝗻𝗲𝗵𝗺𝗲𝗻?

    ✔ Lerne von 23 Expert:innen
    ✔ 23 spannende Sessions auf Deutsch
    ✔ Viel Raum für Networking
    ✔ Get-together & persönliche Atmosphäre
    ✔ Vollverpflegung

    Jetzt Ticket sichern 👉️ t1p.de/4s17l

    #iSAQB #SAF2026 #Softwarearchitektur

  41. 🐦 𝗘𝗮𝗿𝗹𝘆 𝗕𝗶𝗿𝗱 𝗲𝗻𝗱𝗲𝘁 𝗶𝗻 𝟴 𝗧𝗮𝗴𝗲𝗻! 𝗦𝗶𝗰𝗵𝗲𝗿𝗲 𝗱𝗶𝗿 𝘀𝗰𝗵𝗻𝗲𝗹𝗹 𝗱𝗲𝗶𝗻 𝗧𝗶𝗰𝗸𝗲𝘁 𝗳ü𝗿 𝗱𝗮𝘀 𝗦𝗼𝗳𝘁𝘄𝗮𝗿𝗲 𝗔𝗿𝗰𝗵𝗶𝘁𝗲𝗰𝘁𝘂𝗿𝗲 𝗙𝗼𝗿𝘂𝗺 𝘂𝗻𝗱 𝘀𝗽𝗮𝗿𝗲 𝟱𝟬 €! 🥳

    • 16.–17. Juni 2026 im Holiday Inn München-Unterhaching
    • Themen u.a.: #DDD #API #KI #Cloud #EmbeddedSystems

    𝗪𝗮𝗿𝘂𝗺 𝘁𝗲𝗶𝗹𝗻𝗲𝗵𝗺𝗲𝗻?

    ✔ Lerne von 23 Expert:innen
    ✔ 23 spannende Sessions auf Deutsch
    ✔ Viel Raum für Networking
    ✔ Get-together & persönliche Atmosphäre
    ✔ Vollverpflegung

    Jetzt Ticket sichern 👉️ t1p.de/4s17l

    #iSAQB #SAF2026 #Softwarearchitektur

  42. 🐦 𝗘𝗮𝗿𝗹𝘆 𝗕𝗶𝗿𝗱 𝗲𝗻𝗱𝗲𝘁 𝗶𝗻 𝟴 𝗧𝗮𝗴𝗲𝗻! 𝗦𝗶𝗰𝗵𝗲𝗿𝗲 𝗱𝗶𝗿 𝘀𝗰𝗵𝗻𝗲𝗹𝗹 𝗱𝗲𝗶𝗻 𝗧𝗶𝗰𝗸𝗲𝘁 𝗳ü𝗿 𝗱𝗮𝘀 𝗦𝗼𝗳𝘁𝘄𝗮𝗿𝗲 𝗔𝗿𝗰𝗵𝗶𝘁𝗲𝗰𝘁𝘂𝗿𝗲 𝗙𝗼𝗿𝘂𝗺 𝘂𝗻𝗱 𝘀𝗽𝗮𝗿𝗲 𝟱𝟬 €! 🥳

    • 16.–17. Juni 2026 im Holiday Inn München-Unterhaching
    • Themen u.a.: #DDD #API #KI #Cloud #EmbeddedSystems

    𝗪𝗮𝗿𝘂𝗺 𝘁𝗲𝗶𝗹𝗻𝗲𝗵𝗺𝗲𝗻?

    ✔ Lerne von 23 Expert:innen
    ✔ 23 spannende Sessions auf Deutsch
    ✔ Viel Raum für Networking
    ✔ Get-together & persönliche Atmosphäre
    ✔ Vollverpflegung

    Jetzt Ticket sichern 👉️ t1p.de/4s17l

    #iSAQB #SAF2026 #Softwarearchitektur

  43. 🐦 𝗘𝗮𝗿𝗹𝘆 𝗕𝗶𝗿𝗱 𝗲𝗻𝗱𝗲𝘁 𝗶𝗻 𝟴 𝗧𝗮𝗴𝗲𝗻! 𝗦𝗶𝗰𝗵𝗲𝗿𝗲 𝗱𝗶𝗿 𝘀𝗰𝗵𝗻𝗲𝗹𝗹 𝗱𝗲𝗶𝗻 𝗧𝗶𝗰𝗸𝗲𝘁 𝗳ü𝗿 𝗱𝗮𝘀 𝗦𝗼𝗳𝘁𝘄𝗮𝗿𝗲 𝗔𝗿𝗰𝗵𝗶𝘁𝗲𝗰𝘁𝘂𝗿𝗲 𝗙𝗼𝗿𝘂𝗺 𝘂𝗻𝗱 𝘀𝗽𝗮𝗿𝗲 𝟱𝟬 €! 🥳

    • 16.–17. Juni 2026 im Holiday Inn München-Unterhaching
    • Themen u.a.: #DDD #API #KI #Cloud #EmbeddedSystems

    𝗪𝗮𝗿𝘂𝗺 𝘁𝗲𝗶𝗹𝗻𝗲𝗵𝗺𝗲𝗻?

    ✔ Lerne von 23 Expert:innen
    ✔ 23 spannende Sessions auf Deutsch
    ✔ Viel Raum für Networking
    ✔ Get-together & persönliche Atmosphäre
    ✔ Vollverpflegung

    Jetzt Ticket sichern 👉️ t1p.de/4s17l

    #iSAQB #SAF2026 #Softwarearchitektur

  44. After testing 7 #LilyGO #TBeamSupreme units, one thing is clear:

    👉 Magnetometer calibration is not transferable between devices.

    Even in similar environments, raw readings varied dramatically between units. Proper calibration isn’t optional—it’s per-device.

    I also looked at how #Meshtastic handles the onboard #QMC6310… and it essentially doesn’t (no heading, no calibration).

    salemdata.net/johnpress/?p=661

    #Magnetometer #EmbeddedSystems #LoRa #Sensors #Electronics #Calibration #IoT

  45. After testing 7 #LilyGO #TBeamSupreme units, one thing is clear:

    👉 Magnetometer calibration is not transferable between devices.

    Even in similar environments, raw readings varied dramatically between units. Proper calibration isn’t optional—it’s per-device.

    I also looked at how #Meshtastic handles the onboard #QMC6310… and it essentially doesn’t (no heading, no calibration).

    salemdata.net/johnpress/?p=661

    #Magnetometer #EmbeddedSystems #LoRa #Sensors #Electronics #Calibration #IoT

  46. After testing 7 #LilyGO #TBeamSupreme units, one thing is clear:

    👉 Magnetometer calibration is not transferable between devices.

    Even in similar environments, raw readings varied dramatically between units. Proper calibration isn’t optional—it’s per-device.

    I also looked at how #Meshtastic handles the onboard #QMC6310… and it essentially doesn’t (no heading, no calibration).

    salemdata.net/johnpress/?p=661

    #Magnetometer #EmbeddedSystems #LoRa #Sensors #Electronics #Calibration #IoT

  47. After testing 7 #LilyGO #TBeamSupreme units, one thing is clear:

    👉 Magnetometer calibration is not transferable between devices.

    Even in similar environments, raw readings varied dramatically between units. Proper calibration isn’t optional—it’s per-device.

    I also looked at how #Meshtastic handles the onboard #QMC6310… and it essentially doesn’t (no heading, no calibration).

    salemdata.net/johnpress/?p=661

    #Magnetometer #EmbeddedSystems #LoRa #Sensors #Electronics #Calibration #IoT