• I'm super duper new to robotics, but it seems like there needs to be some way to use the limited number of pins available on Espruino (or any other microcontroller) to control an unlimited number of pins if used recursively... I've been looking for ideas of how to do this and found this https://www.youtube.com/watch?v=exD4jzZFYN0
    where the microcontroller was programmed with an Arduino... if you could pre-program a set of functions into a second or third microcontroller and have the original microcontroller first initiate a function in the second and then wait for signals indicating a certain state to either initiate the next function or to move on to some other process with another component or microcontroller, it would seem do-able, though I'm not sure how this can be done and was wondering if anybody could link me to tutorials or examples if this is possible?

    Would these external microcontrollers be programmed in Javascript if I use Espruino?

About

Avatar for user52526 @user52526 started