Is it possible to connect/communicate between Esp8266 and Bolt module using Tx-Rx pins?
Hi @Rahulk15,
Yes, it is possible. Your Bolt can communicate to any microcontroller that supports UART[rx-tx pins] if it works at a baud rate(Default is 9600) supported by Bolt. Check out the UART Commands API and the Bolt Arduino Library and Bolt Python Library to easily achieve this. You may also create a UART Product on the Bolt Cloud Dashboard. Do let me know if you need any other help.