Hi
S110 v7.0.0-2.alpha got released today.
In the release notes it says...
[b]The SoftDevice can now be configured to forward interrupts to one of several applications...
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...
Hi!
I try to flash nrf52 from keil and message appear:
The firmware of the connected J-link (S/N: xxxxxxxx) does not support the following memory access: Read @ 0x02000004...
Hello,
I want to enable UART only when data transfer is necessary.
I am using nrf 52832 and sdk 14.0.0.
I am using "ble_app_uart".
I could not find the answer I...
Hello everyone.
I have a question about sleep_mode_enter() behavior.
I'm using nRF5_SDK_12.3.0 and nRF51822 for my project.
I put a lot of printf statements in the example...
Hello All,
I am working two BLE chipset , one is nordic and another one different make (TI) so is it possible to communicate between two different make BLEs using our nordic...
In NRF 51822 custom board I uploaded ble_app_uart code. Program uploaded successfully. But not able to discover from Phone and Tablet, where in another board it works properly...
hello,everyone.we want to use pin3 and pin4 as txd and rxd,but there has error.could you give us some help?
void debug_uart_init(void)
{
uint32_t err_code;
const app_uart_comm_params_t...
hi,
i made my nrf 52840 dk advertise unlimitedly using ble_app_uart example. connected and disconnected several times using nrfconnect app. it really works fine. with this...
Hi,
I'm using nRF52832 and LDETECT mode for GPIOTE PORT event to detect multiple interruption.
Even though LDETECT mode is described in the product sheet page 112 and...
Dear friends, my current measuing instrument is Power Profiler Kit. I have some troubles when i use it. e.g. 1) how to completely stop an updating plot that a PPK draws? even...
Dear friends, 1) As shown in the pic below, there are some values "max:13.70, min:3.33, rms:3.45..." at the bottom of the pic. which area is these values calculated from?...
I'm finding fairly large lags with the RTC2 I'm using. I use an app_timer to sample the current RTC count value as a timestamp (MM:SS:Hundredth-of-a-second) and send it out...
Hi all,
I have a question to complete the tutorial 'Setting up device firmware update(DFU) on the nRF5 DK'. this
I have tried to set up my nRF51 Development Kit.
Everything...
I am facing wierd behavior after migrating to sdk 10 serialization code i.e ble_connectivity example program. Unable to scan peripheral devices, some times unable to connect...
in SDK14 I'm trying to add an SD card into the BLE central example.
The SD Card example compiles and runs OK. Problem happens when I combine that code into ble_app_uart_c...
Hi,
I'm checking whether SDK 13.0.0 secure bootloader dfu can proceed correctly with iOS DFU library if the process is interrupted because smartphone application is restarted...