Skip to content

NOISSUE - Add Connecting BeagleV Fire to SuperMQ blog#82

Open
JonesKisaka wants to merge 8 commits intomainfrom
beagle-supermq-connection
Open

NOISSUE - Add Connecting BeagleV Fire to SuperMQ blog#82
JonesKisaka wants to merge 8 commits intomainfrom
beagle-supermq-connection

Conversation

@JonesKisaka
Copy link
Contributor

What type of PR is this?

What does this do?

This add the blog: Connecting the Beagle Fire to SuperMQ and publishing messages via MQTT and CoAP

Which issue(s) does this PR fix/relate to?

None

Have you included tests for your changes?

Tested Manually

Did you document any new/modified features?

No

Notes

@JonesKisaka JonesKisaka changed the title NOISSUE - Add blog: Connecting BeagleV Fire to SuperMQ NOISSUE - Add Connecting BeagleV Fire to SuperMQ blog Feb 23, 2026

---

Today, the [BeagleV-Fire](https://www.beagleboard.org/boards/beaglev-fire) is one of the most exciting RISC-V development boards today - built for experiments in AI acceleration, FPGAs, Linux, and real hardware exploration. But one of its biggest strengths is how easily it can integrate with modern IoT platforms.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
Today, the [BeagleV-Fire](https://www.beagleboard.org/boards/beaglev-fire) is one of the most exciting RISC-V development boards today - built for experiments in AI acceleration, FPGAs, Linux, and real hardware exploration. But one of its biggest strengths is how easily it can integrate with modern IoT platforms.
Today, the [BeagleV-Fire](https://www.beagleboard.org/boards/beaglev-fire) is one of the most exciting RISC-V development boards built for experiments in AI acceleration, FPGAs, Linux, and real hardware exploration. But one of its biggest strengths is how easily it can integrate with modern IoT platforms.

Today, the [BeagleV-Fire](https://www.beagleboard.org/boards/beaglev-fire) is one of the most exciting RISC-V development boards today - built for experiments in AI acceleration, FPGAs, Linux, and real hardware exploration. But one of its biggest strengths is how easily it can integrate with modern IoT platforms.

[SuperMQ](https://github.com/absmach/supermq/blob/main/README.md) is a modern, scalable, secure open source and patent-free IoT cloud platform written in Go.
It accepts user and client connections over various network protocols (i.e. HTTP, MQTT, WebSocket, CoAP), thus making a seamless bridge between them. It is used as the IoT middleware for building complex IoT solutions.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
It accepts user and client connections over various network protocols (i.e. HTTP, MQTT, WebSocket, CoAP), thus making a seamless bridge between them. It is used as the IoT middleware for building complex IoT solutions.
It accepts user and client connections over various network protocols (i.e. HTTP, MQTT, WebSocket, CoAP), thus making a seamless bridge between them. It is used as the IoT middleware for building IoT solutions.


In this guide, I'll walk you step-by-step through how to connect the BeagleV-Fire to SuperMQ using MQTT and CoAP, authenticate your client, and publish messages to a topic.

By the end, you'll be able to send MQTT and CoAP messages directly from your BeagleV-Fire Linux terminal.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
By the end, you'll be able to send MQTT and CoAP messages directly from your BeagleV-Fire Linux terminal.


By the end, you'll be able to send MQTT and CoAP messages directly from your BeagleV-Fire Linux terminal.

🖥️ What You Need
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
🖥️ What You Need
What You Need


### Create a User

We start of by creating a user.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
We start of by creating a user.
We start off by creating a user.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We could provide a link to supermq docs so that the reader can refer to it for more information

Copy link
Contributor

@rodneyosodo rodneyosodo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Update with reviews gotten from the previous blog post submission #76

JonesKisaka and others added 7 commits February 23, 2026 15:47
* Post rebase: Building the S0

* Update avatar

* Post rebase changes

* Review changes

* Image changes

* S0 image resized

* Review changes

* Review changes

* style(blog): use bg-transparent and object-contain for images

Signed-off-by: Rodney Osodo <socials@rodneyosodo.com>

* fix(blog): set cover images to cover and handle orientation

Signed-off-by: Rodney Osodo <socials@rodneyosodo.com>

* duplicate images removed

* Links additions

* More links added

* More links addition

* Update publishing date

* Remove package-lock.json file

* Review changes

* review changes: remove package-lock.json

* review changes: pnpm-lock.yaml

---------

Signed-off-by: Rodney Osodo <socials@rodneyosodo.com>
Co-authored-by: Rodney Osodo <socials@rodneyosodo.com>
* Add cloud-edge blog

Signed-off-by: JeffMboya <jangina.mboya@gmail.com>

* Add images

Signed-off-by: JeffMboya <jangina.mboya@gmail.com>

Adress comments

Signed-off-by: JeffMboya <jangina.mboya@gmail.com>

Adress comments

Signed-off-by: JeffMboya <jangina.mboya@gmail.com>

Adress comments

Signed-off-by: JeffMboya <jangina.mboya@gmail.com>

Adress comments

Signed-off-by: JeffMboya <jangina.mboya@gmail.com>

Adress comments

Signed-off-by: JeffMboya <jangina.mboya@gmail.com>

Adress comments

Signed-off-by: JeffMboya <jangina.mboya@gmail.com>

Remove code snipets

Signed-off-by: JeffMboya <jangina.mboya@gmail.com>

Refactor blog

Signed-off-by: JeffMboya <jangina.mboya@gmail.com>

Update src/content/blogs/cloud-edge-computing-explained.md

Co-authored-by: b1ackd0t <28790446+rodneyosodo@users.noreply.github.com>

Add links

Signed-off-by: JeffMboya <jangina.mboya@gmail.com>

Add links

Signed-off-by: JeffMboya <jangina.mboya@gmail.com>

Fix astericks

Signed-off-by: JeffMboya <jangina.mboya@gmail.com>

---------

Signed-off-by: JeffMboya <jangina.mboya@gmail.com>
* Post rebase: Building the S0

* Update avatar

* Post rebase changes

* Review changes

* Image changes

* S0 image resized

* Review changes

* Review changes

* style(blog): use bg-transparent and object-contain for images

Signed-off-by: Rodney Osodo <socials@rodneyosodo.com>

* fix(blog): set cover images to cover and handle orientation

Signed-off-by: Rodney Osodo <socials@rodneyosodo.com>

* duplicate images removed

* Links additions

* More links added

* More links addition

* Update publishing date

* Remove package-lock.json file

* Review changes

* review changes: remove package-lock.json

* review changes: pnpm-lock.yaml

* TSS721ADR link fix

---------

Signed-off-by: Rodney Osodo <socials@rodneyosodo.com>
Co-authored-by: Rodney Osodo <socials@rodneyosodo.com>
Musilah pushed a commit to Musilah/mg-website that referenced this pull request Mar 23, 2026
Signed-off-by: wambui-pixel <kiokowambui015@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants