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...
Hi there,
I am developing a BLE dongle on nrf51822. There is no external 32.768KHz crystal oscillator on my customized board(only has an external 16MHz oscillator)....
hi,
I need to know how to use "power on reset". From the reference document, I can understand BOR and POFWARN. But the POWER ON RESET, I could not get any idea.
1. POR...
i have project with nRf51822 and uart. i use uart fifo in Uart_app_ble example sdk11. now i need disable or enable Rx, TX.i tried this function :
NRF_UART0->TASKS_STARTRX...
Hi,
Has anyone successfully used semaphores/mutex implementations of FreeRTOS?
The code I am working on is based on the FreeRTOS HRS SDK example. I am looking to add a...
Trying to compile using the on-line Mbed compiler. I keep getting cannot find "nrf.perhiperals.h", and I cannot locate it either.
Possible someone can point me in the right...
Hello.
I'm using Tielen Marjle STM32 library for nrf24l01+ ( https://stm32f4-discovery.net/2014/06/library-17-nrf24l01-stm32f4xx/ ) which worked great till now, when I...
This is related to the new nordic dev zone, not nrf connect, but there is no dropdown option for it.
After signing into the new nordic dev zone for the first time since...
Hi there,
I'm using ASUS RT-AC1900P router with IPv6 DHCPv6 on. RPi gest its own IP with prefix specified in router but interface wpan0 (wpantund) not. I have configured...
just like the title.
I'm using sd_radio_session_open APIs very similar with
https://github.com/nordic-auko/nRF5-ble-timesync-demo
and add data uploading by gatt.
using...
Hi, all!
Sorry, I'm not good at English myself.
My device is nrf52832. Base code is ble_app_uart (sdk 12.0.0, pca10040, s132).
ADD. fs_sys_event_handler
ADD...
My develop board is nrf51822 and the SDK version is 9.0 softdevice s130. Because the NRF51 board is build by the customer. So the UART connect pin is changed from {13,14,12...
Hi, I am in the schematics phase of a new device which may talk via BT to lets say a mobile phone. The communication between the new devices CPU and the nRF52810 shall be...
I'm trying to connect my nRF51 dongle to the DK using the Master Control Panel3.10.0, but I keep getting "no response from master emulator" and failed discovery. I read the...
How do we go about adding servers to the light control example i.e. I would like to control 50 servers via one client. What needs to change in the code besides SERVER_COUNT...