I'm looking for a way to use the nordic uart service ( devzone.nordicsemi.com/.../ble_sdk_app_nus_eval.html) from Linux using the native Linux BLE Stack (BlueZ). My application...
Hi,
I've created an application using the S110 experimental ANCS demo. I successfully implemented ANCS and then began to structure my application around it. At some point...
Hello,
In an ongoing company project we use a couple of nRF51 transceivers forming a beacon enabled wireless sensor network consisting of one base station and multiple...
I want to count clocks in order to implement a watch. I use the RTC0 as my time-base and count mainly with this device. As it has just 24 bits it would not last for long,...
Hi,
how long does it take time if i would wake up a nrf51422 rev2 (ANT and BLE) in deepest possible sleep mode ?
And how long does it tai if after wakeup it had to communicate...
I saw that the app_timer uses the SWI0. Could you explain what it does and what the advantage is compared to "timer_list_handler_sched()" calling "timer_list_handler()" directly...
Hi, I used the sample code "Master Emulator->2.1.7.8226->Example code->nRFUart"
to develop a new project, and encounter some questions...
we update nRF6310...
I would like to connect n antennas (through RF switch) to a single nRF52 that would do phase comparison between the n received signals. This is something related to I/Q sampling...
I know it is a pretty basic question but I can't manage to understand the documentation enough to pass the tutorial predeterminate code. If someone could help and tell where...
Hi,
I am trying to write a program which send data through notification. All is working, excepted that once the notifications are done, the device automatically disconnects...
I have an advertising device (NRF52DK+SD132_V3.1.0+SDK_12.2.0) where I whitelisted an address corresponding to my NRF51 Dongle (0xDA509C569622).
While the dongle is initiating...
Hi, At the moment I am using nRF Toolbox to upload DFU *.zip files to our devices. We have been finding that the devices will become unresponsive after a firmware upload,...
Hi!
I have trouble in flashing a simple nrf51822 via the nrf51-dk.
Can anyone ensure me that this simple wiring should be able to upload an hex file onto the nrf51822...
The Peer Manager is currently in experimental state and is not recommended for production and same for the device manager for some sdk.So which SDK should be preferred
Hi,
Im using S130softdevice.i wanna make dimmer by using experimental_ble_app_blinky project on gpioet
But i have a problem with detecting 10 milisecond time (it means...
Hi,
I am new starter in Nordic platform. I am using device nRF51822-CFAC, the SoftDevice is S130_nRF51_2.0.1(Id: 0x0087).
What I am doing is to put NRF51 into system...
Hi,
I'am tring to test the dfu by secure bootloader.I had done all steps like: Test the BLE Secure DFU Bootloader application by performing the following steps .But I found...
I am implementing an SPI master to communicate with an accelerometer using the SPI HAL directly. My chip is marked nrf51822QFACA11609AC. I have implemented blocking functions...
Hi,
When the UART is configured to use FIFO , i use the UNUSED_VARIABLE(app_uart_get(rxdata));
to read a buffer from FIFO.
how can i also receive a number of bytes...
Hi,
I want to do this cycle with GPIO without interrupting it on NRF51 with BLE softdevice:
PIN1 to HIGH level
read value of PIN2
PIN1 to LOW level
Repeat...