HC12 Serial Radio
-
Does anyone know if there are work done to support the HC12 radio ?
If not I might give it a go.
Be.
Michael -
Hi,
Is it possible to program the microcontroller on the HC12 board to directly read simple inputs such as switches or a voltage and send a signal by itself best socket? Or maybe pull up or down a pin when certain command is received?
Great article!
Regards,
Jon -
I would say that it is possible, but it would be a lot of work to make such software - unless you have access to source code that is run on this module.
-
@Johhnywalter i don't think so, it's a transceiver only..and the very few IOs may be used for the serial comm (from datasheet for tx,rx).
imho a rf spi module has faster communication (so, more sw freedom for the rf stack) and "easier" to use, as it doesn't need to have a free serial or deal with softserial. -
there is MCU onboard, it is stm8s
-
Ok,thanks for responds guys