NOISSUE - Add Connecting BeagleV Fire to SuperMQ blog#82
Open
JonesKisaka wants to merge 8 commits intomainfrom
Open
NOISSUE - Add Connecting BeagleV Fire to SuperMQ blog#82JonesKisaka wants to merge 8 commits intomainfrom
JonesKisaka wants to merge 8 commits intomainfrom
Conversation
JeffMboya
requested changes
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. |
Contributor
There was a problem hiding this comment.
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. |
Contributor
There was a problem hiding this comment.
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. |
Contributor
There was a problem hiding this comment.
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 |
Contributor
There was a problem hiding this comment.
Suggested change
| 🖥️ What You Need | |
| What You Need |
|
|
||
| ### Create a User | ||
|
|
||
| We start of by creating a user. |
Contributor
There was a problem hiding this comment.
Suggested change
| We start of by creating a user. | |
| We start off by creating a user. |
Contributor
There was a problem hiding this comment.
We could provide a link to supermq docs so that the reader can refer to it for more information
rodneyosodo
requested changes
Feb 23, 2026
Contributor
rodneyosodo
left a comment
There was a problem hiding this comment.
Update with reviews gotten from the previous blog post submission #76
* 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>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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