CircuitPython RPC libraries?

CircuitPython on hardware including Adafruit's boards, and CircuitPython libraries using Blinka on host computers.

Moderators: adafruit_support_bill, adafruit

Please be positive and constructive with your questions and comments.
Locked
User avatar
willgorman
 
Posts: 1
Joined: Sun Aug 01, 2021 10:01 pm

CircuitPython RPC libraries?

Post by willgorman »

Are there any libraries folks are aware of for doing something like RPC over serial with CircuitPython? I'm new to CircuitPython and I've got a MacroPad RP2040 that I want to issue commands (e.g. turn on neopixels, display text) to over the serial connection. Before slapping together my own kludgy protocol I wanted to see if there were existing libraries that would be helpful for something like that?

User avatar
adafruit_support_mike
 
Posts: 67454
Joined: Thu Feb 11, 2010 2:51 pm

Re: CircuitPython RPC libraries?

Post by adafruit_support_mike »

No, CircuitPython doesn’t have hooks for remote execution. Keyword-based messaging through a Serial connection is the usual way of triggering actions on another device.

Locked
Please be positive and constructive with your questions and comments.

Return to “Adafruit CircuitPython”