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 want to control GPIO toggle by PPI. Timer1 is in timer mode. CC[0] is 1000, and CC[1] is 8000.
I use compare[0] to toggle gpio18 by PPI. I also want to use compare[1] to...
Hi,
I use two evk board to connected and test the uart serialization sample(ble_s110_serialization), one is ble_app_hrs and one is ble_app_connectivity. But I have one...
I'm using nrf51422, SoftDevice 310 and SDK 6.1.0, when i call sd_ppi_channel_enable_set, it causes SOFTDEVICE_NOT_ENABLED error, but softdevice was enabled earlier with SOFTDEVICE_HANDLER_INIT...
Dear all.
I have some test result on DFU feature. Please any comment on this issue.
test condition
Mater control panel (64-bit version)
nRFgo studio...
In my application, I had these lines.
nrf_gpiote_event_config(0, mPinDat, NRF_GPIOTE_POLARITY_LOTOHI);
nrf_gpiote_event_config(1, mPinDat, NRF_GPIOTE_POLARITY_HITOLO...
Hi,
On iOS, is there any way to download files right into the nRF Toolbox "User files" ?
This would be useful for DFU tests, to retrieve my binaries from the web.
For...
Hi everyone,
When I set the radio's transmit power, I can use "sd_ble_gap_tx_power_set" function. If I want to get the radio's transmit power, is there any function I can...
I am using NRF_GPIOTE->EVENTS_IN[0] and NRF_GPIOTE->EVENTS_IN[1] in my software. I had my own GPIOTE_IRQHandler working.
Today I am adding UART module into my source code...
Looking for a 3rd party Nordic based BLE module that comes with a chip antenna and exposed pin headers so I can quickly solder a AA battery housing and a single SPI board...
I'm using nRF51822 Beacon v1.1.0.
It seems interrupt has ocurred every 256msec.
I want to change timing of interrupt interval.(like a 512msec, 1024msec etc.)
Is it possible...
We're making a height sensor with Bluetooth connectivity using a simple HC-SR04 ultrasonic module, which outputs the height as a pulse with certain width. The width of the...
I am getting the following warning and errors after updating to nrf51 SDK 8.1.0 from 8.0.0 Do I need to change something else?
compiling main.c...
App\main.c(197): error...
Hello,
I am trying to use the DFU genpkg tool provided by noric for a full application deployment (bootloader, SD, and application). When try tying to do the application...
Hello all,
Am I right in thinking that to use the ANT SoftDevice, I basically must use an external 32 KHz crystal, in order to meet the accuracy requirements?
Looking...
What are the main considerations for choosing between nRF905 and nRF24L01+ for an application? Is it just the transmission range (distance) and the frequency? Are there any...