-->
Page 1 of 1

NodeMCU Lolin V3 software serial

PostPosted: Mon Jan 11, 2021 11:19 am
by WillieV
Hey Guys, hope this is the right place to post this.
I have a issue with the NodeMCU Lolin V3 board (i have 80 of them!)
I successfully did code on a Geekcreit® NodeMcu that uses the software serial libraries and it works perfectly!
When i compile and upload to the Lolin it wont read anything from the software serial. i have tried all the pins i could think of ive broken the code to the bare minimum just to do a serial read and none of them work,.,
ive spent weeks now googling and looking and trying but i just cant figure out why its not working??
Does someone have any idea why it works on one and not the other??

Re: NodeMCU Lolin V3 software serial

PostPosted: Wed Jan 13, 2021 4:54 am
by schufti
is it just the softserial that does not work?
can you upload/run some other sketch (blink)?
is it rx or tx not working?
some (much more) detail should be obligatory ...

Re: NodeMCU Lolin V3 software serial

PostPosted: Sun Jan 17, 2021 4:37 pm
by WillieV
Sorry for the delay some how i didnt get any email notification of you reply.
So more info:
as i said i have 80 of the boards so ive tired on a couple of them...
Its only software serial that doesnt work- i can run all kinds of sketches on them successfully, even my main program runs fine i can interact with the wifi and serial everything except the software serial.

Im wondering if its not something with the internal clock of the module and its just messing the 2400 baud up. when i connect the software serial pins while its running i very briefly get some garbage in the serial monitor.

If i run the exact same program on the Geekcreit® NodeMcu it works and the software serial works perfectly so it has to be something specific to this board. i have read on the internet that a lot of people ad serial related issues untill they changed the baud for the normal serial.
but i have been trying for months and i just cant get the software serial to work on this boards.
Im happy to try anything anyone can suggest as i dont want 80 of them to go to waste!

Re: NodeMCU Lolin V3 software serial

PostPosted: Mon Jan 18, 2021 11:53 am
by WillieV
Ive tried doing a serial swap so i can debug to usb then swap send and receive data and swap and send more to usb but no luck.
Im so confused by this!!!!!!!!!!!!!!!!!!