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...
Currently i am running a BLE project on the SDK 14.0.0_3bcc1f7.
And i would like to deploy the Nordic Mesh into it.
The Mesh that i am using is from the Tutorial, which...
MS76SF2_SCH_V12.pdf Hi,
I am using SOFTDEVICE_HANDLER_INIT(NRF_CLOCK_LFCLKSRC_SYNTH_250_PPM, NULL); for ble_Stack_init() because the off the shelf board (not from Nordic...
my company already have firmware with nRF51 and SDK11
recently, we made new Firmware
watchdog timer feature
so we modified application and bootloader
...
Howdy!
Before I break out the Segger JTAG, I thought I would try nRF Connect DFU upload. As I had a failure on OTA update there was not issue about being in DFU mode. However...
In this file: components/libraries/cli/uart/nrf_cli_uart.c
The function as defined:
static void uart_error_handle(app_uart_evt_t * p_event)
{
if (p_event->evt_type...
I have been trying to find a document referenced here 1 .
The reference reads as follows:
For more information on both modes, see sd_app_evt_wait and the nRF5 Series...
Hello there,
Finally received my 2 DK's after developing my other 2 custom PCBs and not knowing how to program them without the arduino IDE and now I'm struggling to program...
There seems to be a bit over a bug with the freeRTOS example. If you add the Scheduler to the BLE thread, Scheduler events will always be one event behind as there are only...
I am attempting to create a packet sniffer for an openthread application. I intend for it to run by sitting on the network and processing all packets with the coap_deafult_handler...
Hello there,
my goal is to wake up via NFC from POWER_OFF Mode (sd_power_system_off). Then right after the nfc wake up sending some information (e.g. UUID) via the NFC...
As a I2C master, I need to be able to read some data from a slave device the length of which I do not know beforehand. First byte I receive from slave is a packet type and...
Hi,
I want to estimate the battery life of my nRF52 device operating on a battery of capacity 800mAh. Device will advertise once in every 10sec with an advertising interval...
I print every 500ms. Here are the last few
timers:INFO:millis 510500, cnt 16728087
timers:INFO:millis 511000, cnt 16744474
timers:INFO:millis 511501, cnt 16760868
timers...
Hello,
I have measured the current consumption of the timer example of SDK13.0.0 with PCA10056.
With timer prescaler set at 16MHz i have 1.28 mA
With timer prescaler...
Hi, I got nRF52 DK PCA10040 device(s132) and follow the steps from devzone.nordicsemi.com/.../ to use arm-none-eabi-gcc(version 5.4) to build examples like blinky. I can successfully...