Replies: 3 comments 11 replies
-
I forgot to say that as the V4 uses 3.3V I just used the USB port to power it and by passed the 5V going to the board and just connected the + - from one connector to the other and spliced in a USB C connector to power the 5V. Alex |
Beta Was this translation helpful? Give feedback.
-
I think you're over complicating it. All 8266 are 3.3V but most breakout boards have a 5V pin connected to a 3V3 regulator so I suggest you use it. Also if you are using a bare mini (or any other board) without a level converter it may or may not work. |
Beta Was this translation helpful? Give feedback.
-
Just to add, this seems exactly like: #533 conclusion, the LLC is required. Trust me you’ll spend ages trying to get it to work and in the end just order one of visual approaches boards. falling that I’m selling some in the discussions tab: |
Beta Was this translation helpful? Give feedback.
-
Hey,
Firstly have to say great projet:)
So to the question and BTW I am totally new at the coding part.. Hardware side I'm OK with.
I did try and search for the V4 board, but didnt find anything specific to editing the Code or HW.
So I ended up buying the WEMOS V4 of the board not realy knowing what I was doing and after finally working out that the Pins were different and using https://escapequotes.net/esp8266-wemos-d1-mini-pins-and-diagram/ as a guide I think I managed to convert the pins:
D0 = 16
D5 = 14
D6 = 12
D7 = 13
D2 = 4
D3 = 0
D4 = 2
After making the board nothing worked, so after some thiniing I thought it could be the HW setup in the app, but the app did not only used Numbers and not prefixed with a "D" so I did not try entering just the number eg instead of Audio = 0 to enter 16.
I looked at the code and did find reference to the D0, D5 etc in BWC.CPP with Pin(0) = D1 etc but was not sure if I should mess with the code.
So any suggestions how to get the V4 board to work, or do I scrap it and get the versions shown in the guide?
Thanks in advance and as sai I am a total newbie, so may need to simple guide.
Cheers
Alex
Beta Was this translation helpful? Give feedback.
All reactions