This is a universal modules made by the OFDL team for CLEV3R IDE (EV3 Basic Plus), which allows users to read information from various commonly used (Yuh I mean WRO and FLL :-D) sensors through the module.
Basiclly 90% of our OFDL EV3-G Blocks function has been convert to BASIC, the BASIC have faster speed (3x faster) to execute the program and reading sensor, with our modules can help you write BASIC faster and more conveniently.
- Please download CLEV3R IDE, and extract to the path you want to save ( recommend C:\ or D:\ )
- Copy the help folder(the one you download here) to the root directory of CLEV3R (the folder have Clever.exe) and replace the existing files/folder.
- Run CLEV3R IDE and associate the file extension.
- Open the Main_test.bp and have fun!
Notice: Unlike EV3-G blocks, when you need the module in your program, you need to copy the module folder (Sensors, Tool...etc) to your program path, of course you can just copy the module(bpm) you need.
Please refer to the Help panel in the CLEV3R IDE.
- EV3 Color Sensor
- EV3 Color Sensor (Normalization Light mode)
- EV3 Gyro Sensor
- EV3/NXT Ultrasonic Sensor
- EV3/NXT Touch Sensor
- NXT Color Sensor (9694-1) (Normalization Light mode support)
- NXT Light Sensor (9844) (Normalization Light mode support)
- HiTechnic Color Sensor V2
- HiTechnic IRSeeker V2
- HiTechnic Compass Sensor
- Pixy2 Camera
- SPIKE/RI Color Sensor (TBD)
- SPIKE/RI Force Sensor (TBD)
- SPIKE/RI Ultrasonic Sensor (TBD)
- HuskyLens Camera (TBD)
- OpenMV Camera (TBD)
- MindSensors series Sensor (TBD)
- PD Controller
- Sync Controller
- ACC Controller
- getArrayMaxMin()
- select()
- constrain()
- wrap()
- map()
- atan2()
Copyright (C) 2023 OFDL Taiwan
- Licensed under the GNU General Public License v3.0 (the "License").
- You may not use this project or any file except in compliance with the License.
- You may obtain a copy of the License at https://www.gnu.org/licenses/#GPL.
👍And Thanks to the Author of CLEV3R: CLEV3R-Github-Repos