Skip to content

Cabling documentation #4

Answered by Neuroquila-n8fall
MvQuast asked this question in Q&A
Discussion options

You must be logged in to vote

The cabling is documented on the manual of the BM1. If you're looking for power for your ESP32 be advised that if you don't have a proper converter on board you have to use an external power supply or converter in general because voltages on the BM1 range between 17 and 24VDC:
Here you have it:

If using the code as-is using NiRen module and ESP32 the wiring needs to be as follows:

The configuration is also somewhat flexible and can be modified to your needs.
See

static const byte MCP2515_CS = 5; // CS input of MCP2515 (adapt to your design)

and

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by Neuroquila-n8fall
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
documentation Improvements or additions to documentation
2 participants