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:
...
hello guys
i am trying to glow LED while my device gets charging. i have nrf52832 custom board and P0.17 connected to USB supply using voltage divider. when i plug in usb...
Hi all ,i wanted to know how to start programming with nRF 51822. i have tried many times to load or download program but i failed .actually im new in nordic programming even...
Nordic offers many features in their libraries that rely on callbacks, but the use of void *context pointers to allow proper object oriented programming is sparse. For example...
Hi,
I'm currently working on an application that collects audio data and sends it to a central device via BLE. Since audio compression has great potential to reduce power...
Hello Sir,
We developed one application in that we use WiFi and interface this to nRf52832 chip using UART. The WiFi Ch_PD(Chip enable Power down = GND for low power consumption...
Hello everyone,
I would like to know how the (G)FSK modulation on nRF52832 is realized. Is my assumption correct, that a Fractional-N PLL in combination with Delta-sigma...
I have the precompiled code running on two seperate nRF52832DK PCA10040 1.2.1 boards. The example appears to do exactly what it said it would do. However I cannot detect any...
I am getting the following errors.
Building ‘1’ from solution ‘1’ in configuration ‘Debug’ Generating linker script ‘1.ld’ Linking 1.elf Output/1 Debug/Obj/ses_nRF_Startup...
Hi,
On STM32 and some other platforms I'm able to get an address that I can write to in order to set the value of a single pin. While (like on nRF) there is one output register...
Hi,
we are looking for a software developer (freelancer) for a Bluetooth LE (BLE) project on a BL652 module. Is there a available developer arround munich / germany.
thanks...
Hello,
Migrating from 1.0.0 to 1.0.1 I've noticed that softdevices in external/softdevice are zipped except SD 132 3.1.0. Does Mesh 1.0.1 break compatibility with SD 132...
Hello,
I do a big scatternet of nRF52840 and i want to deploy code update from a single point. Is there any way to do DFU between 2 nRF52 ? Can a nRF52 propagate it's own...
I am trying the buttonless DFU example from SDK14.2.0. I am not following the testing procedure mentioned at infocentre for SDK14.2.
Followed test procedure:
1. Erase...
I've been using the nrf_twi_mngr_perform() function assuming that my transaction was complete when the function returned. Because of this, I felt safe keeping my descriptors...
Hi Sir/ Miss:
I've a custom peripheral heart rate device.
I use central example "ble_app_hrs_c" to connect it by PCA10040.
After I set up the service (Target_UUID) and...