Home › Forums › Mayfly Data Logger › Pin locations for Yosemitech Y510-B › Reply To: Pin locations for Yosemitech Y510-B
2022-01-06 at 11:58 AM
#16233
Changing the address via the Yosemitech library is not hard. I would strongly recommend you do that rather than mess with two adapters and two serial lines. No matter what, I’m positive that the default addresses are not 0x04
or 0x0B
as you have them coded. Those are just my favorite addresses for them.
If you really want two separate connections, here’s NeoSWSerial and the neutered version of SoftwareSerial that you need to use to work with ModularSensors. Also, read the docs!