Closed Kamalkant1234 closed 2 years ago
I don't understand your question. Can you be more specific about what you're missing?
Did you see this paragraph of the docs? https://github.com/syssi/esphome-jk-bms#schematics
Please Help !! I am using JK-BD6A20S6P BMS, and I want to view BMS data on serial monitor with the help of Arduino IDE, using two data wires of BMS. Please provide the detail which pins will be use of Arduino pins, and other modules that will be used in this project ??, as a PDF please share mentioned details. Need your help here please support !! Have you used any other software or application for these kind of sequence output ?
What kind of microcontroller do you want to use?
What kind of microcontroller do you want to use?
Arduino UNO or NodeMcu/esp32. If need i will arrange Arduino mega.
Please use an ESP32 and flash the esp32-example.yaml
by using esphome run esp32-example.yaml
. You have to install ESPHome first. There is no INO sketch required.
And after that ??
You are able to monitor the measurements of your BMS via serial, MQTT or Home Assistant API. What's your goal?
You are able to monitor the measurements of your BMS via serial, MQTT or Home Assistant API. What's your goal?
And which connection diagram i have to be follow, share please connection diagram with controller!! And my goal i want show my BMS Data on Arduino IDE and after that I will share all data on my cloud.
This is the connection diagram: https://github.com/syssi/esphome-jk-bms#schematics
You have to connect three wires (GND, RX, TX) to your BMS using a 4 Pin, JST 1.25mm pitch connector. This project can share all the measurements directly to a MQTT broker (your cloud). Why are you looking for a Arduino IDE compatible solution? I cannot provide a Arduino package.
This is the connection diagram: https://github.com/syssi/esphome-jk-bms#schematics
You have to connect three wires (GND, RX, TX) to your BMS using a 4 Pin, JST 1.25mm pitch connector. This project can share all the measurements directly to a MQTT broker (your cloud). Why are you looking for a Arduino IDE compatible solution? I cannot provide a Arduino package.
Esp8266 will support TTL connection without any converter module ??
Yes. You can attach a ESP8266 or ESP32 directly to the BMS because the logic level is 3.3V.
Yes. You can attach a ESP8266 or ESP32 directly to the BMS because the logic level is 3.3V.
Ya exactly 2.2 to 3.3v data output i received, So can I connect it to RX,TX pin both wire directly, without any converter. And here is need any kind of coding in NodeMcu ??
Yes, you can connect the BMS directly to the ESP/NodeMCU board. No coding required if you want to use this project/implementation.
Ok
Kindly share complete connection and codes sketch with Arduino.