Monday, September 27, 2021

Some mistakes I made

 I picked these up almost 5 years ago thinking I could resell them:

However, I found that they were nice looking imitations.

Why not decorate? Enter Blinkenlights / LED Matrices>>


To put these parts together I will follow:

Controlling an RGB 8x8 Matrix using multiplexers and a single MAX7219

Wednesday, September 22, 2021

Birectional Communication between Heltec CubeCell and Heltec LoRA ESP32 (V2)

 Actually, this was a huge step: https://www.youtube.com/watch?v=3XOYRV0kSuo  to get something like described at the end of this call (https://www.youtube.com/watch?v=Z8Wf7Srsg5U) to work. I think the next step would be to try to get this to work. https://simplerpc.readthedocs.io/en/latest/index.html . Ultimately, it needs to use Ceramic's EIP-2844 interface with the HTTP API as well. I have not done a lot of worked with RPC before,
but ultimately it seems to be a way to expose a function as if it were local. The Heltec CubeCell needs some sort of bytes to trigger execution of a signing function, and the Node.js server speaking with a Ceramic node needs some sort of bytes (if needed) from the Heltec ESP32.