I'm looking for a good firmware engineer that can take my current firmware and add the buttonless DFU to it. I currently use the Keil environment but am open to switching...
I am working on PCA10040 board using Keil u5 debugger (V5.23.0.0, JLink setup). After accepting the continuous firmware update requests I get the error message "Missing core...
Hi,
I have just started using a nRF52840 PDK board with the purpose to verify BT 5.0 features. I am completely beginner working with nRF boards or nRF SDK. Anyways, I downloaded...
I have a USB host capable Android device running CentOS via Linux Deploy and everything is working perfectly except i'm unable to connect to my USB nRF24LU1+ Crazyradio PA...
Hi,
I am using multiperipheral mode in ble_app_hrs using the ble_app_multiperipheral example taking the functions on_connected and on_disconnected while connect and disconnect...
Hi,
I'm using nRF52810 on SDKv14.2 and I have changed the bootloader from 52832 to work for 52810. I could do OTA now. I found that the bootloader there is no timeout when...
Is there a way around the issue where bluetooth communication acting as a pass-though terminates the packet whenever null character is found in the packet.
SDK: nRF5_SDK_12...
I am creating a BLE peripheral device and I am using peer manager in it. What is the maximum number of peers that my device can bond with? And what will be the result when...
The basic question is: if I initialize the SD and then forcibly change the priority of the WDT IRQ to zero via NVIC_EnableIRQ(), will that cause a problem?
I know you don...
Hi, We are using NRF52832 in our application. Can you please suggest swd interface module for programming NRF52832?? or tell me any cheapest way to program NRF52832??
nrf51 SDK9.
On peripherial one service has static passkey and it connected to another device on central nrf51 without problem.
I added sec open batt service on peripherial...
I want to undestand this. I can't see any examples with it. In the example ble_app_proximity I always received 100% level.
If it possible, can anybody give a ADC config example...
I am working with a Blend Micro Board (Arduino IDE with RBL_nRF8001 sdk), using
Evothings.
Using the RedBearLab Simple control example I can easily connect to the board...
Following this tutorial : devzone.nordicsemi.com/.../
I type 'make' and it compiles for a bit and then I get a bunch of errors that say this:
[278]: *** [_build/nrf52840_xxaa...
Hi all,
I measured the delays between a GPIOTE event and a Task (in this case toggling with another GPIOTE) through PPI.
The results are showed below:
For the...
Hello, I followed from the link . I successfully program bootloader, and bootloader setting and program. And my program is working fine.
But I cannnot update from DFU. Everytime...
Hi,
I am working on with nrf52 with SD132 v2 SDK11 since we need serial bootloader.
I tried a gattc long write sequence to write 22 bytes. Everything works well, peer...
OpenThread recently merged a DNS client into the main branch. DNS would be extraordinarily useful because my code accesses content behind load-balancing servers with dynamics...
In this example code:
nRF5_SDK_13.0.0_04a0bfd/examples/ble_peripheral/ble_app_proximity/main.c
Where the ADC is configured to read the battery voltage:
nrf_saadc_channel_config_t...
Hi,
I've read a couple of threads in this forum that suggested that the DEVICE_MANAGER_APP_CONTEXT_SIZE value (which should be a multiple of 4) is supposed to be 16 bytes...