I have some small questions about "AT commands" with the HC-05 module. I used to work with arduino uno in my projects but now, I work with a PIC microcontroller (pic 16LF1574). the problem is that i don't know how to use the "AT commands" with this microcontroller. Can you help me?
Thanks.
I have some small questions about "AT commands" with the HC-05 module. I used to work with arduino uno in my projects but now, I work with a PIC microcontroller (pic 16LF1574). the problem is that i don't know how to use the "AT commands" with this microcontroller. Can you help me?
Thanks.
PICs are a valid Arduino platform. There are a few hardware packages that add support for PIC microcontrollers in the Arduino IDE. I think the most well known is ChipKit: https://chipkit.net/wiki/index.php?title=ChipKIT_core
The question is whether takami is using their PIC with Arduino. If so, it would be reasonable to ask for help here. If not, then this certainly is not the best place to ask for help.