OpenRoberta / openroberta-lab

The programming environment »Open Roberta Lab« by Fraunhofer IAIS enables children and adolescents to program robots. A variety of different programming blocks are provided to program motors and sensors of the robot. Open Roberta Lab uses an approach of graphical programming so that beginners can seamlessly start coding. As a cloud-based application, the platform can be used without prior installation of specific software but runs in any popular browser, independent of operating system and device.
Apache License 2.0
127 stars 122 forks source link

Add RSSI feature to CalliopeV3 #1670

Closed AyaMoussa closed 3 months ago

AyaMoussa commented 4 months ago

The radio received signal strength indicator measurement isn't as direct for the new CalliopeV3 as it is for the older versions. However, it can be acquired through one of 3 returned values of the function radio.receive_full()

AHberta commented 4 months ago

It works perfectly. Thanks for the solution via function radio.receive_full().