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:
...
What system resources are required when using GPIOTE channels (not the PORT event, the other channels)?
I remember on the nrf51822 there was a long-running PAN, fixed in...
I programmed nRF51822 with S120 softdevice and ble_app_hrs_c application to scan beacons.
It works fine but have one problem.
It scans beacons for about 10 seconds...
hi,
i am working on ble_app_uart_simple_adc example which is referred from the link github.com/.../nrf51-ADC-examples
i flashed the code successfully. and detecting the...
Running the SDK11 example \examples\peripheral\twi_sensor on a NRF52 PCA10040 version dev board and can't get any output from TWI pins. Leaving pins unconnected and using...
Hi,
I am trying to set up the development tools for the NRF52 on my Mac by following this tutorial aaroneiche.com/.../
I am getting the following error when i try to...
Hi
I want to get external acceleration sensor values with SPIM using easyDMA on the sensor interruption (using GPIOTE). then after getting all data, I want to calculate...
Hello,
I have question, I'm actually developing an Android application and try to update the firmware on a device with a DFU process. It work on every mobile device except...
I am using the nrf51422 with softdevice 5144_2.0.1 ,
I set two network number using the "sd_ant_network_address_set" api , network number 0 for ANT+ cadence/heardrate.. network...
Hello,
I was just checking for differences between SDK v11 and v12, more specifically, the differences in the SPI HAL and driver code.
In hal\nrf_spim.h of the v12 SDK...
Hello, I am trying to write some data to the Nrf52, but all I get is a read only response on my phone. Is there any example how to write to the nrf52 tag?
I'm working on a custom bootloader; below is the step taken but it doesn't workout:
By using a working UART example, change the linker script:
MEMORY
{
FLASH...
Hi guys,
I am trying to use pstorage to store a temperature data inside the ROM. I have to use it as efficiently as possible so that 20.000 erase cycles should be enough...
If I want to set transmit power to -4dB, these are the settings:
command=LE_TRANSMITTER_TEST (this wouldn't be used anyway)
freq=0x3C (meaning: -4dB)
length=2 (meaning...
Hi,
I would like to store firmware version number at a particular offset from the application start address so that it can be retrieved by boot loader as explained here...