Hello,
We are using a ENW-89846A1KF in our design, and it works. But now we want to switch to Sesub-pan-d14580
because of the size.
We supply it with 3.3V, max 8mA. We use UART + Flow Control with 115200 baud and we can communicate
with the IC with out external processor and we get the module to advertise, and we see it for a short period of time
on our test software (with a BT dongle), and then we exchange some packets betweenmodule<>BT Dongle,
and then the communication stops. And the BT_RTS line is pulled high all the time directly after advertising.
Also, after the BT module starts
advertising, even with a connect request from out BT dongle, no data is sent to the processor or vice versa.
So, UART communication is good, Antenna looks good, Power is OK, but maybe we missed some important settings while
migrating from one module to another.
Is there anything we need to change in software which we sent to DA14580 via UART, or are there things we need
to change?
Thanks!
Hi irfansehic,
我不是aware with the module you are using. From a quick look seems that theSesub-pan-d14580 doesn't have a XTAL32 crystal instead of the PAN which has one, areyou using the XTAL32 crystal or the RCX ? You can change the low power clock source from XTAL32 to RCX from the da1458x_config_advanced.h from the CFG_LP_CLK definition, perhaps this is causing you trouble as soon as the 580 falls to sleep.
Thanks MT_dialog
嘿!
Thanks for looking into it.
We are not using the sleep mode, so we left out the slow xtal (I asked in another thread and you guys said I can leave the xtal pins floating if sleep is not used).
Thanks!
OK I got it to work. You were right about the sleep clock source, because we do go to deep sleep, just not extended.
Thank you for the support/help.
Hi irfansehic,
Glad it worked, yes you can leave the pins of the XTAL floating.
Thanks MT_dialog