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...
Hello,
Here is a newbie question:
I have NRF52832 (sparkfun breakout board) and ADT7410 temperature sensor and, I want to create a data logger. But, i could not understand...
Hii all,
Is there any one started using and succeed with nRF connect 2.0, I installed and open this app, and added two apps two this
After that I launched the app...
hii team,
iam trying to pair my central app with one peripheral device which is generating random passkey while pairing .when central (my App) is sending pairing request...
Hi,
I am using the pin change interrupt example provided in the SDK examples. By setting the input sense to NRF_GPIOTE_POLARITY_LOTOHI, the interrupt handler is called...
Hello, i am a beginner, i have a doubt that my UART project is building without the softdevice being flashed and the output is not seen on the pins. I wanted to configure...
Hello
I want to change the mac address of my device from normal mode to random mode,
I do not know how this does for nrf52832 (NRF52-dk)
Thank you in advance for your...
Hi All,
I've got a nRF51-DK development kit, and I just compiled and downloaded my first example to it through Keil uVision. Problem is that nothing happens when the program...
Would it be advisable for system design to use CAN(CAN Open) and BT simultaneously on nRF52832 IC?
Why this bothers me is because capabilities of nRF BT MCU's are growing...
Is it possible to limit the connection duration on BLE peripheral (nrf52832)? For example, if central is in connection for more than X seconds, then peripheral terminates...
hello everyone,in my code, SDK9.0 uart ,please tell me the reson if you the book of knowledge
static void timers_init(void)
{
uint32_t err_code;
APP_TIMER_INIT...
I am looking at the att_mtu_throughput example in the blog ( devzone.nordicsemi.com/.../)
Some of the items in configuration menu that are shown in video and listed in...
Hi,
I am using sdk13 with a nrf52832 dev kit.
I have two separate projects one with a bootloader and other with an application.
I use the following configuration in the...
Hello,
I am using nRF51822 and an STM32 communicating over UART. I want to test UART communication without CTS and RTS so I did the configuration as shown below:
static...
I've been using the NRF24L01 transceiver to wirelessly broadcast data back and forth among 4 devices, where each device contains the NRF24L01 chip. Everything works great...