Hi,
how long does it take time if i would wake up a nrf51422 rev2 (ANT and BLE) in deepest possible sleep mode ?
And how long does it tai if after wakeup it had to communicate...
I saw that the app_timer uses the SWI0. Could you explain what it does and what the advantage is compared to "timer_list_handler_sched()" calling "timer_list_handler()" directly...
Hi, I used the sample code "Master Emulator->2.1.7.8226->Example code->nRFUart"
to develop a new project, and encounter some questions...
we update nRF6310...
Hello,
How many RX buffers are in S110 SoftDevice? I know there are 6 TX buffers (so you can send 6 packets per Connection Interval).
How is it on receiving?
Is it e...
My sensor is off-standard,so I have to use gpio to read and write my sensor.
Gpio IIC will take about 0.5ms to get data.
My app need send data every 7.5ms,it seems that...
Hi,
My android Proximity application fails on service discovery only for the very first time it connects with the devices(nrf51822 evaluation kit with sdk 5.2.0). Actually...
Has anyone converted the app note AN34 DTM Python script to C# or C/C++ ?
The Python DTM script is works OK with the setup specified in the app note AN34 figure 2, which...
Hi,
I am using timer interrupt in my code. In that I will be generating interrupt after certain time interval, after the interrupt it should process the incoming data from...
Hi
We are using the nRF52840 and the application is OK now. Then I do the OTA using a Android phone which supports Bluetooth 5 and it's made in our country. I use the nRF...
Greetings,
I am using nrf51822 (experimental_ble_app_eddystone example from SDK). I am advertising UID ID namespace and UID ID instance. I am able to see the data in nRF...
I am working on a project that uses PIC18 and nRF8001. PIC18 is used to control nRF8001 and LCD. The project needs to transmit large data to central ( about 512KB). It seems...
I have some improvement I would like to see in the stack. How can I get these implemented. Improvements include:
Allow advertisement reporting events during connect...
I am not sure if this is the right forum to ask this question but I can't find details on availability and pricing for nRF52840. I tried calling DigiKey but they don't have...
Hey guys,
With the ble_app_exemple, I manage to add the FDS libraries. Unfortunately, when i run the example in Debug, I got error 2 for fds(FDS_ERR_NOT_INITIALIZED). I'm...
Hi,
I am using nrf51822 module and sdk v12.2.0.
I was compiling code under ubuntu. I observed that pca10028 is configured for nrf51422_xxac target.
But i want to use nrf51822...
Hi,
The NFC function is set to read only in my application. I don't want to wake up my system when someone tap on my device to read the NFC data. (assume this method can...
Could someone confirm whether there are schmitt triggers on the nRF51822 GPIO. I found the following thread that mentions them, but it also is discussing the nRF52 series...
Arm Gcc (using Eclipse Neon) |
SDK 13.0 |
nrf52 DK (PCA10040) |
tried soft device 4.0.2 and 4.0.4
I can successfully compile and run the example -ble peripheral- ble_app_hrs...
Are there any particular practices or instructions should i follow if I want to write a custom library
We are trying to write a library for LEACH protocol and it is a network...
I spoke with someone at Nordic who seemed to imply that utilizing the radio does not necessarily tie up the Cortex processor on nRF5X devices. Is this true? It seemed to me...
I am trying everything.
In sdk_config: #define UART_DEFAULT_CONFIG_HWFC 0
In the nrf_cli_uart.c I changed it to APP_UART_FLOW_CONTROL_DISABLED,
in the pca10040.h I...