|
rfBasic
UHF module: |
Features:
|
|
 
|
-
On chip interpreter,
no compilers necessary
-
Radio handled with
simple commands
-
Radio encoding and
decoding in the background
-
Floating point and
integer numbers
-
A/D, IIC, LCD,
interrupt interfaces inbuilt
-
VHF 10/100mW or UHF
10mW radio
-
Idle and power save
modes
-
Event driven
functions
-
On chip memory with
protected auto run feature
-
Build simple control
systems with a few basic commands
|
|
Input / Output / LCD / Serial |
Development boards: |
 |
|
|
Display LM61 Temperature example: |
|
|
REM LM61 temperature sensor on CH(0) REM Calculate temp based
on the formula in
REM the data sheet and display on the console.
REM 5 volts / 1024 = 4.88E-3 per A/D step
REM sensor = 10.0E-3 per degree
100 PRINT USING(###.#)
200 PRINT ((CH(0)*(5/1024))-0.6)/10.0E-3,"Celsius",CR,
300 GOTO 200 |
-
4 Input and Output bidirectional radio
link
-
8 input to 8 output
radio link
-
Display AD22100
Temperature
-
Display LM61
Temperature
-
One way Radio Serial
Link
-
One way Radio Serial
Link with acknowledged packets
-
ONxxxx Demo
-
4 Channel voltmeter
display (serial)
-
PCF8591 Analogue
Reading
-
IIC Clock Chip
-
IIC Clock + IIC LCD
-
2 Channel LCD
voltmeter display (LCD)
|