@allObjects what I'm doing may sound silly and still confuses me at times lol. The reason for what I am trying to accomplish is more of an "instantaneous " feel during the boot up time that the Edison takes. The Pico controls my sensors(i2c), touch screen, and 7 segment displays(i2c). The Edison takes care of the webserver, network and encryption. The Pico and the Edison will communicate back and forth between the picos serial2 and the Edisons pins 1 and 0. The Pico will send over the data once it's calculated via serial2 to the edison. The Edison will then take care of plotting the sensors data to a graph.
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
@allObjects what I'm doing may sound silly and still confuses me at times lol. The reason for what I am trying to accomplish is more of an "instantaneous " feel during the boot up time that the Edison takes. The Pico controls my sensors(i2c), touch screen, and 7 segment displays(i2c). The Edison takes care of the webserver, network and encryption. The Pico and the Edison will communicate back and forth between the picos serial2 and the Edisons pins 1 and 0. The Pico will send over the data once it's calculated via serial2 to the edison. The Edison will then take care of plotting the sensors data to a graph.