Tell us about yourself!
- ChristopherE7 commented on LiveSparks's instructable How to Use Bluetooth(BLE) With ESP32
- ChristopherE7 made the instructable Cheap 2-Way Bluetooth Connection Between Arduino and PCView Instructable »
Thanks for the write up techbitar, this worked well on Windows (using Tera Term) and with OS X (through terminal).For those trying to get it to work on OS X:1. Open a new terminal window2. Type:ls /dev/ 3. Find your bluetooth name in the list. Mine had the format 'cu.myBluetooth-DevB'-Type:screen /dev/cu.myBluetooth-DevB 9600 –LGive it a moment to connect to the device--the light on the HC-05/06 should change from blinking to solid.4. Test by typing '1' or '0' to see LED 13 change state on the Arduino5. To exit, Ctrl-A, then Ctrl-K.
- ChristopherE7 commented on Akin Yildiz's instructable How To Burn a Bootloader to Clone Arduino Nano 3.0View Instructable »
Ahhh that you so much for this fix!! I thought my Nano was going to be useless with my mac!
- ChristopherE7 commented on chienline's instructable Get Your ESP8266-12 Ready for AT CommandsView Instructable »
Thank you for posting this tutorial! It tooks me days to get my ESP8266 12-E working, and with the resistors, it worked!!
Creative! Good workaround