Skip to content
Snippets Groups Projects
Commit adcc9c7a authored by António Carlos Gomes Cintrão Gonçalves's avatar António Carlos Gomes Cintrão Gonçalves
Browse files

RN4871

parent 422ec90c
No related branches found
No related tags found
No related merge requests found
Pipeline #
......@@ -427,13 +427,31 @@ As you can see I didn't do it at the board but I leave here a **warning**:
!!! warning
Remember that BLE RN4871 RX goes to usb adaptor TX and RN4871 TX does to usb adapter RX.
After same more debuging... (to be continued)
References:
- Martyn Currey: http://www.martyncurrey.com/arduino-with-rn48701/
- Baisc BLE: https://chipkit.net/wiki/index.php?title=Basic_BLE#Hardware_Setup
- Arduino and BLE: https://github.com/SensorsIot/Bluetooth-BLE-on-Arduino-IDE
- microchip datasheet: http://ww1.microchip.com/downloads/en/DeviceDoc/RN4870-71-Bluetooth-Low-Energy-Module-User-Guide-DS50002466C.pdf
After same more debuging... I start by folloing Joris Navarro Fab Academy site procedure (I'm using MAC):
Open Terminal at your computer.
Type to see the available serials: ls /dev/cu.*
Copy the serial you are interested.
Type to start comunication with the RN4871: miniterm.py /dev/cu.usbserial-FTFPE355 115200;
The last number is the serial baudrate. The midle is the serial adress.
didn't work!!!
Reading and reading the references listed downward. Debuging again... I think the possibility his the VCC is not well soldered.
(to be continued)
??? References
- Martyn Currey: http://www.martyncurrey.com/arduino-with-rn48701/
- Joris Navarro, FAB Academy 2018: http://fab.academany.org/2018/labs/barcelona/students/joris-navarro/classes/14--networking-and-communications/
- CoolTerm (for MAC): http://freeware.the-meiers.org/
- Bluetooth low energy Services, a beginner's tutorial: https://devzone.nordicsemi.com/nordic/short-range-guides/b/bluetooth-low-energy/posts/ble-services-a-beginners-tutorial
- Basic BLE: https://chipkit.net/wiki/index.php?title=Basic_BLE#Hardware_Setup
- Arduino and BLE: https://github.com/SensorsIot/Bluetooth-BLE-on-Arduino-IDE
- microchip datasheet: http://ww1.microchip.com/downloads/en/DeviceDoc/RN4870-71-Bluetooth-Low-Energy-Module-User-Guide-DS50002466C.pdf
- Mike's PBX Cookbook: https://pbxbook.com/other/mac-tty.html#screen
- miniterm.py: https://gist.github.com/bewest/4632563
- Neil lesson: http://academy.cba.mit.edu/classes/networking_communications/
- Last minute engineers: https://lastminuteengineers.com/
# Simulate Radios and circuits
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment