Hello,
I am using Nordic's UART service to communicate with my project. I use iOS and also Master Control Panel (with a dongle) on a laptop.
I have two questions:
...
SWI*_IRQ is using by softdevice to send event to application, I want to know which priority does softdevice set for them?
Does sd_nvic_critical_region_enter() disable...
I am a started guy.
I only need a bluetooth device (BLE) to check the signal and mac address.
What is the best choice?
I need the smallest and low powered!
Thank you...
I am working on code to setup a bond manager for ancs based off of the example, but have a fixed advertising and connection interval of 25ms. How does the bond manager and...
Hello,
We have experienced odd problem, we are not able to scroll up or down SDK documentation at these pages on Android devices. IPHONE browser Safari works ok. Any help...
HI,ALL!
I tried to add a RTC wakeup funtion to my ble device, so i add the code of the Nordic board example named "rtc_example" to my program.
But it turned out that my...
Hi I am developing an application for sending data over BLE which I have received over SPI from a non - Nordic chip. I am using the ble_app_uart template for this. But data...
My call to sd_ble_gap_ppcp_set is returning NRF_ERROR_INVALID_PARAMETER.
I have the following connection interval settings:
#define MIN_CONN_INTERVAL MSEC_TO_UNITS(500...
I am running SDK12.3 on an nRF52 and the bootloader on my boards has no problem replacing the application through the DFU process. Now I found a mistake in the bootloader...
I am not sure whether there is a small error in a Gazell packet transaction diagram, or if I have an incorrect understanding. From Gazell user guide :
If only the ACK...
Hi,
I am trying to achieve the maximum throughput when using the nRF51822.As far as I know, the minimum connection interval is 7.5ms and the maximum packets per interval...
I'm running the app_uart_c example on a nRF52832 with softdevice 132 installed.
I'm trying to alter it so that the board only searches for peripheral devices upon a button...
First time using the sniffer.
I want to sniff out the communication for a laser tape measuring device (Boosch GLM 50C)
I noticed that I am unable to sniff out anything...
Hello, I now is in a problem.My equipment set up matching binding but after binding equipment connection will connection failure.If it is not binding, it can be the connection...
Hi
We have developed the product where we are using the nrf51822 chip. Because we are using custom made PCB we have to make tunning of antenna for a long range of BLE module...
Hi All,
I am working on nrf52840 pdk, where i can see that my OLED SPI 128x32 display isn't displaying properly and displaying only garbage value.
Although the same...
I'm starting a new project using Nordic's nRF52840, I have the Preview-DK. My development environment is a MacBook Pro Running Parallels running windows 10. I have downloaded...
Hi, All!
I'm using nRF51822 to support custom protocol, and define array "packet[40]" for PACKETPTR. when "packet" is constant value, the radio tx is very stable; but when...
I'm having trouble with my UWP Central/Client application, and I want to see how it responds to modified Peripheral/Server behavior.
How my large (several kB) reads are...