Re: HC-05'S Again
Hi Giovanni
toggle quoted messageShow quoted text
Looks like I'm into the HC05 I had to update the pi and enable the hardware UART. I disabled the serial console in the pi's config menu. Do you know how long it's been since I did a loopback test... more old knowledge recovered and that checked out fine. What was less obvious was selecting /ttyS0 instead of /ttyAMA0 to program the HC05, that discovery was kind of accidental but who cares now :>) I did this: ******************* AT+ORGL followed by CR and LF resets the module the answer must be OK AT+NAME=BLUEDUO followed by CR and LF sets the name to BLUEDUO the answer must be OK AT+PSWD=2357 followed by CR and LF sets the password to 2357 (if you do not do this the default password is 1234) the answer must be OK AT+UART=115200,0,0 followed by CR and LF sets the speed to 115200, stop bits to 1 and parity to none the answer must be OK **************** and got the correct OK answers, but was not able to communicate with the HC05 after that... I now have to load BlUEDUO my android and plug the HCO5 into the DUO. In retrospect I probably should have used a RS232 level converter and just done this on my linux box. I will let you know how I do, thanks for the encouragement. -- 73 de paul WB9HCO "You see, wireless telegraph is a kind of a very, very long cat. You pull his tail in New York and his head is meowing in Los Angeles. Do you understand this? And radio operates exactly the same way: you send signals here, they receive them there. The only difference is that there is no cat." Albert Einstein Resistance Is Not Futile! It's voltage divided by current. No trees were killed in the generation of this message, but a tremendous number of electrons were terribly inconvenienced "To err is human...to really mess things up requires the root password." "If you're not part of the solution, you're part of the precipitate." On 02/24/2018 11:12 AM, Giovanni Franza
wrote:
Hello Paul,
|
|