I can get right value when I chose QDEC_SAMPLEPER_SAMPLEPER_512us in slow application ,but in my application my max data rate is more than 2k, so the QDEC value is less than...
nrf51822 SDK 9.0
iphone 6plus System version IOS9.2
When the phone receives the QQ message "static void notif_print(ble_ancs_c_evt_notif_t * p_notif);" can execute.
but...
Hi..... This is Venkatesh. I am using nRF52-DK Evaluation kit. This is my first question posting here. It is pleasure to have an account to share my knowledge and get the...
Code_Replace_MainDotC.docx
Please look at the attachment of my code. Go to \nRF51_SDK_9.0.0_2e23562\examples\ble_peripheral\ble_app_template\pca10028\s130\arm5_no_packs...
I am in need of the usb-to-uart.hex firmware and the driver for it. This is required to test the radio dongle nRF24LU1+ device (32k) whether it can be programmed through USB...
I've been unsuccessfully trying to serialize BTLE example programs by SPI. I have two PCA10028 boards and I'm using SDK10. In addition to serialization examples, I've tried...
I'm trying to communicate with HTS221 sensor and read WHO_IM_I but then I always get error 17 on nrf_drv_twi_rx and receive 0 on output
Twi init
ret_code_t ret;
const...
Hi
I want to use TWI read temperature from sensor Si7050, but i got a problem that doesn't jump into twi handler event. Can anyone give me some information? Thank you. ...
Hi,
This is somewhat tricky question..
Does GAP broadcaster differ with the BLE device which advertise packets with non-connectable option?
Is The device which operates...
I read the specifications on nRF51 series and the spec say that Bluetooth 4.2 with 2Mbps. However, standard Bluetooth 4.2 only support maximum 1Mbps bitrate.
First, I wonder...
So I added a header files folder to my project and then added a header file. The project would no longer compile after doing so. To troubleshoot, I changed everything in my...
Hello,
I am trying to upgrade my working projects to SDK15.3 from SDK15.2. All projects work except the bootloader project as there are significant differences in 15.3...
Hi,
If I understand corrctly, the flag CONFIG_NRF_CLOUD_PROVISION_CERTIFICATES=y should only be used once,
after that, the certificates are saved inside the modem.
...
Hello.
We are developing a device that require a 1Gb qspi memory interafaced with a nrf52840.
So far the qspi driver and the memory inits and the memory respond to some...
It appears that my watchdog timer is running during interrupts that are handled by the SoftDevice and do not cause a return from sd_app_evt_wait. This is described in the...
In migrating a project from SDK 14.2.0 to SDK 15.3.0, I'm also trying to move from the "legacy" non Easy DMA SPI driver to the Easy DMA one. I don't much care whether I use...
Hi,
I've been struggling with a problem with my builds for over a year now.
On some builds NFC works perfectly, but on many it doesn't - and I have no idea why. I can...
Hi, I'm having problems with proper softdevice reinitialization. What I'm trying to do is work out proper reinit solution - what I'm doing is enabling BLE_stack and all the...
I want to store a few parameters in flash. I don't want to use an external EEPROM because it takes an additional space on a board.
Does anyone know how to do it or a sample...
Hi,
nRFConnect is behaving differently for apps on different SDK versions. I am able to do a DFU via script something similar to the one here https://thegecko.github.io...