Hi.
I received the D52 dev module yesterday.
Short version. I succeeded with both the example sketch Callbacks & HeartRateMonitor.
Long version.
Wiring to esp32:
3v3 to J101.01
ground to J101.02
d17 to J101.03
d16 to J101.04
ground to J101.17, J101.18, J101.19, J101.20
So we've baud rate 4800 on esp32's Serial2.
And, of course, I supplied the required network key.
I'm planning to go further with the raw data approach to verify the FE-C interfacing.
Meanwhile, if I'm not wrong, I noticed the FE-C profile(s) are not yet available on the Antplus library.
When and if I'll be confident about it, I suppose the best approach is to fork the project and open a pull request. So more later :)
Paolo.
Post Scriptum. When you write to connect to 3.3V rail to set the baud rate, I guess you mean digitalWrite, otherwise must be a kind of current limiting hardware on the D52 ... but maybe there is, and I missed it.