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:
...
Hi,
I am working on RTC sample example in SDK12.0.0. The compare event in it triggers after 3 seconds. In my application I want to trigger the compare event every 10 seconds...
Hi.
I'm using NRF Connect v1.0 on a Windows 10 PC, together with an nRF52-DK (PCA10040).
It works nicely with the connectivity firmware 1.0.0 that the PC app offers to flash...
Hello, I'm looking into this particular issue and are now having some concerns. Namely:
My firmware size currently stands at 30k. It's not big, but definitely not...
Hi
I set the attribute request when receive a notify
case BLE_ANCS_C_EVT_NOTIF:
m_notification_latest = p_evt->notif;
notif_print(&m_notification_latest...
Hello, we are working on a project where we use the nrf52836 with a BMX055 sensor.
Due to BLE, we have to use a softdevice.
For now, we are using this version of the sdk...
Is there such a thing? For ultra-low, harvested power, how do you recommend powering the nRF5x: load switching Vcc or leaving Vcc connected and hold the reset pin low until...
Hello,
I have got the nRF52840-PDK, and I usually use CrossWorks, so I spun up a new project based on SDK 13, examples\peripheral\blinky and flashed this using default...
I would like to connect n antennas (through RF switch) to a single nRF52 that would do phase comparison between the n received signals. This is something related to I/Q sampling...
I know it is a pretty basic question but I can't manage to understand the documentation enough to pass the tutorial predeterminate code. If someone could help and tell where...
Hi,
I am trying to write a program which send data through notification. All is working, excepted that once the notifications are done, the device automatically disconnects...
I have an advertising device (NRF52DK+SD132_V3.1.0+SDK_12.2.0) where I whitelisted an address corresponding to my NRF51 Dongle (0xDA509C569622).
While the dongle is initiating...
Hi, At the moment I am using nRF Toolbox to upload DFU *.zip files to our devices. We have been finding that the devices will become unresponsive after a firmware upload,...
Hi!
I have trouble in flashing a simple nrf51822 via the nrf51-dk.
Can anyone ensure me that this simple wiring should be able to upload an hex file onto the nrf51822...