home.social

Search

1000 results for “RIOT_OS”

  1. The 2022.04 release of RIOT OS, the friendly for the , has been published. Highlights are USB mass storage support, more DTLS support for , a first implementation, and many new boards.
    Full change log is on github.com/RIOT-OS/RIOT/releas -- give it a try!

  2. If you're looking for an OS for embedded applications, take a look at RIOT-OS.

    Programmed in C, runs on a ton of boards and has all of the latest (wireless) communication standards.
    #RIOT-OS #RIOT_OS

    riot-os.org/

  3. The RIOT project is participating in the 115 hackathon in London this weekend, exploring , , and . Drop by and say hello!
    wiki.ietf.org/en/meeting/115/h

  4. New RIOT release online github.com/RIOT-OS/RIOT/releas. Thanks, Benjamin Valentin for managing! New features include , over , GNRC TCP, relay agent +++

  5. RIOT supports board Radio. This board features multiple modulations–LoRa®, (G)FSK, (G)MSK, BPSK – to ensure flexibility in applications. @ST_World
    Details on : github.com/RIOT-OS/RIOT/pull/1
    More about NUCLEO-WL55JC st.com/en/evaluation-tools/nuc twitter.com/RIOT_OS/status/144

  6. Tracking down a firmware bug in #PineTime @PINE64 ? Or trying to understand an alien chunk of firmware code? #VSCode Debugger with #STLink can help! Lemme show you how I used the debugger for my first contact with #RIOT_OS... medium.com/@ly.lee/debug-riot-

  7. My @RIOT_OS workshop at #ITSNow made it to their PR department. We did indeed blink lights and connected through the Internet. Thanks Käthe Jagoditsch/FH Campus Wien for sharing this.

  8. Who'd think that @RIOT_OS can also run on #Riotee boards?
    Granted, piggy-backing on another board can barely be called elegant, and it's using none of the low-power infrastructure, but hey, it's a start.

  9. The #RustLang #CoAP example of @RIOT_OS has been updated. Previously you could list processes, access sensors or read the file system. Now, you can blink LEDs, read network settings, send #IPv6 pings, and even see who pinged you.
    The data formats will still need some work, right now a lot is just crude #CBOR, but it works.
    github.com/RIOT-OS/RIOT/tree/m

  10. Sharing my delightful experience debugging @RIOT_OS on #PineTime @PINE64 with #VSCode and #STLink... Not that different from #Mynewt OS! youtu.be/a_VD-p1XwBg

  11. @chris_gammell You might want to join this year's @RIOT_OS summit: Rumor has it that there will be a presentation on the tools we use there to bridge the gaps between actual shell use (like, bidirectional character streams) and #CoAP based RPC.
    (I didn't plan anything yet, but I do have an implementation of SSH-/mosh-like access to stdin/-out, so maybe I should file a talk too?)

  12. I ❤️ #Arm Reset Handlers... What a wicked fetish! But it says a lot about the #RTOS... And prepares you for the heavy stuff that comes later! Here's the Reset Handler for #RIOT_OS on #PineTime @PINE64 ... Love the Stack Canary and MPU support! medium.com/@ly.lee/debug-riot-

  13. 🇬🇧 This year's RIOT Summit takes place from 3.-5. September at TU Dresden. RIOT is the friendly operating system for the Internet of Things. It is free and open-source software, maintained by a wide community composed of academia, hobbyists, and industry. For more information, visit summit.riot-os.org and don't forget to register for free at tickets.riot-os.org.

    🇩🇪 Der diesjährige RIOT Summit findet vom 3.-5. September an der TU Dresden statt. RIOT ist das freundliche Betriebssystem für das Internet der Dinge. Es ist freie und quelloffene Software, die von einer breiten Gemeinschaft aus Wissenschaft, Bastlern und Industrie gepflegt wird. Für weitere Informationen besucht summit.riot-os.org und vergesst nicht, euch kostenlos unter tickets.riot-os.org zu registrieren.
    @RIOT_OS
    #TUD #dresden

  14. Tomorrow at #ITSNow in Vienna, I'll be giving a workshop on #embedded development using @RIOT_OS. Come by, not only for the workshop, but also for many great talks on security.
    its-now.science/

  15. I'm targeting the open-source Apache #NimBLE Stack, which runs on #ZephyrIoT, #RIOT_OS and #Mynewt OS. Here's my problem statement... There must be an easier way to code #BluetoothMesh! gist.github.com/lupyuen/0db460

  16. If the goal of a hackathon is to connect with other teams and exchange ideas, the @RIOT_OS participation in the #IETF hackathon was quite successful. (If not, we still made some improvements and now have tested interoperability with other #EDHOC implementations).

  17. @jberi Nice, someone providing cloud solutions that support #CoAP and #SUIT – we've been looking for something like that at @RIOT_OS.
    Is Golioth something that'd also be reasonably usable by a device with an existing CoAP stack (not pulling extra SDK)? Any plans for #OSCORE support?