Hi,I now use the nrf51822qfaaho,s110 v8.00. I need do a application , have customize serves, with ancs ,and with DFU function. Does the chip can support this? Who can help me do a example?
Hi,I now use the nrf51822qfaaho,s110 v8.00. I need do a application , have customize serves, with ancs ,and with DFU function. Does the chip can support this? Who can help me do a example?
Yes, you can use this chip with a large application (including ANCS and custom services) together with DFU. The limiting factor when it comes to DFU is flash, and the QFAAH0 has a large flash of 256 kB (though it only has 16 kB RAM). The compatibility matrix provide a good comparison of the available variants. Remember to adjust the bootloader and application in the examples to your device with less RAM.
There is no ANCS example with DFU in the SDK, but the SDK has some other examples with DFU that you can learn from (for example the Heart Rate Application). There is also extensive documentation accompanying the DFU examples.
@mikeqq: Can you provide some more details on your implementation, or upload the code?
@frankgdut: As there are no example, the best advice is probably to follow the instructions in the Adding DFU Service support to an application section, including sub sections. Particularily the Extending your application section is relevant.
@mikeqq: Can you provide some more details on your implementation, or upload the code?
@frankgdut: As there are no example, the best advice is probably to follow the instructions in the Adding DFU Service support to an application section, including sub sections. Particularily the Extending your application section is relevant.