Site Tools


Hotfix release available: 2024-02-06a "Kaos". upgrade now! [55.1] (what's this?)
New release available: 2024-02-06 "Kaos". upgrade now! [55] (what's this?)
bl_uart

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
bl_uart [2019/04/09 05:14] – 2.206.251.237bl_uart [2021/10/31 10:42] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +https://github.com/yostane/arduino-at-09/blob/master/hm-10-datasheet.pdf
  
 +https://medium.com/@yostane/using-the-at-09-ble-module-with-the-arduino-3bc7d5cb0ac2
 +
 +http://www.martyncurrey.com/hc-05-with-firmware-2-0-20100601/
 +
 +HC-05 with 2.0-20100601: Main AT Commands
 +
 +AT+UART=baudRate,stop,parity  
 +
 +i.e. β€œAT+UART=38400,0,0β€³
 +
 +4800
 +9600
 +19200
 +38400
 +57600
 +115200
 +230400
 +460800
 +1382400
 +
 +stop is the stop bit. Either 0 or 1
 +parity is the parity but. Either 0, 1, or 2.
 +0 = none.
 +1 = odd.
 +2 = even.