Hi,
I use the nrf51422 chip.I want to know if the ANT establish link between chips,where can I get the matching configuration (like device type、channel ID).I mean is...
Is there a way to recieve more than one write callback for a given characteristic, per radio session? It seems like I can rx 1 time per attribute per radio session and tx...
If it can work with iOS blue setting will be better
I need some reference to dev hid device in IOS
but I can just find my device ,connect ok but not work.
I need to create timeout below 1ms. I would pretty much like to use timer for that because I do not want to hold the cpu inside cycle. For me it is not important the exactness...
Hi,
While testing the device firmware update through the nRFtoolbox android application, i get "device has no required service" error more frequently.
I use latest version...
I'm having some trouble successfully entering ON,IDLE mode. I have pared-down my application to do the following:
Initializes the app_timer using the scheduler:
...
I have the latest nRF Connect for Desktop.
After I install "nRF Connect SDK v1.4.99-dev1" in Toolchain Manager I don't have an "Open IDE" button.
I've tried uninstalling...
I am adding JLINK_MOITOR.c and JLINK_MONITOR_ISR_SES.s and add write
#if CONFIG_JLINK_MONITOR_ENABLED NVIC_SetPriority(DebugMonitor_IRQn, _PRIO_SD_LOW); #endif
at starting...
Hello everyone,
I'm trying to develop an application with BLE, using an example as a base.
The advertising is good, well configurated, I can edit manufacturer specific...
I am currently using Mesh SDK 4.2.0 and I could successfully write and read reliably from the flash using a second flash manager instance used in parallel with the flash manager...
HI,All:
the softdevice.hex has inlcuded the bootable/strat code,as the figure below ,how to separate the bootable code from the hexcode?
in the SEGGER IDE:
in...
Hello,
I am working on nRF52820 custom development board with nRF5 SDK 17.0.2. I am using FreeRTOS and I experienced a lot of problems with compiling a simple project. I...
Hi,
Currently I work on an NRF51 DK, by mistake I replace my bootloader by and .hex or .bin file with a drag and drop.
The LED 5 don't blinking and my computer don't...
Hi Dev zone,
I am working with the mqtt sample program using NCS1.3.0 and with a Nordic Thingy91.
I am able to publish and subscribe to the data , and I am using Mqtt...
I'm testing the nRF connect SDK 1.4.2 HID keyboard example (nrf/samples/bluetooth/peripheral_hids_keyboard) on an nrf52dk_nrf52832 and it doesn't seem to work. I have it open...
Using segger nordic edition I cannot unset the breakpoint for the first instruction in the main() function. Since I'm using zephyr with wireless on this board it causes a...
Hello,
i have an application with soft device 112 and libuarte_async on nrf52811. Everything working well when I'm sending small amout of data.
But now i have a task to...
Hi! We've been trying to get into development with Nrf52840 Dongle using Node.js / pc-ble-driver-js.
We have two dongles, and we just tried to test the heart rate examples...
Hi all, First I would like to notice that I did look into the forum and found this similar question which did not solve my problem: https://devzone.nordicsemi.com/f/nordic...
Hi,
I'm trying to use uart dfu mbr example and when I flush boot loader via jlink I see that it write mbr hex file at address 0x0. My main application also started from...