Node Red for LPC17xxseries?

Hi

Is it possible to use Node-RED for projects based on the LPC17xx series?
I've previously used Cube Monitor (which is built on Node-RED) for ST-based projects, and it was a great experience for designing controllers. Now, I’m wondering whether it’s also possible to use Node-RED with boards that use the LPC17xx.
If so, how can I go about doing that?

Seems unlikely that you would be able to run Node-RED directly on one as it is a MPC rather than a general purpose compute platform.

However, as with other MCP's such as Arduino's and ESP devices, there will certainly be plenty of ways to interact and interface between a computer running Node-RED and 1 or more LPC17xx devices.

One of the easiest approaches would be to interface via an MQTT broker. There seems to be a compatible library here: GitHub - ARMmbed/mbed-mqtt: Mbed-os MQTT and MQTT-SN library, based on Eclipse Paho project.