more radio functionality
- set power of radio
- send a 5x5 image
can we have a tile that gets interleaved in the sequence of images with the draw face action?
For proximity, we could map the RSSI to a 1-5 value, based on a fixed radio power.
That's possible - we already have a tile to refer to the radio value in the DO section. The confusing part might be that the radio value and be a number or an image, but we can use the thing in a variety of different contexts (number in an image context, image in a number context), which could be confusing.
Instead, we can have a radio event for receiving an image (rather than a number), just like on the MakeCode side. Then the radio value can only be used in an image context. More tiles, more work...
Right we need to be careful about not making things too complicated here. If you have image through radio, you could also have sounds or melodies. Gets messy. I like the brutally simple approach we have now.
indeed.