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...
Hello,
How many RX buffers are in S110 SoftDevice? I know there are 6 TX buffers (so you can send 6 packets per Connection Interval).
How is it on receiving?
Is it e...
My sensor is off-standard,so I have to use gpio to read and write my sensor.
Gpio IIC will take about 0.5ms to get data.
My app need send data every 7.5ms,it seems that...
I'm having a difficult time getting my project to link to the nrf_serial module
._build\nrf52832_xxaa.axf: Error: L6218E: Undefined symbol nrf_serial_read (referred...
Hi
From my understanding of the softdevice API, the maximum packet length is set using sd_ble_opt_set(BLE_GAP_OPT_EXT_LEN, &opt) , but the actual change to the packet length...
Hello,
I would like to build a sensor array that communicate with one master in a star topology.
I have played with the Gazelle protocol example ( gzll_ack_payload examples...
Hi,
I am working on a project where I have 4 advertising beacons which will have to trigger some functions in the central side when it gets the advertising data.
Now I...
Hi Nordic,
During DFU tests i had weird issue. If i compileed bootloader using your makefile everything works fine, instead of compiling with Eclipse IDE.
With Eclipse i...
code_template.c
, modified from developer.nordicsemi.com/.../bds_plugin_1.2.2_nRF5_SDK_11.0.0.zip
code_template.c, changed line #45 to
<%= field.FormatType() %>_t ...
Hi ,I am now using nrf24lu1p and 51822 for communication, the use of Gazell for paired debugging, and now want to use the upper authorities to close the NRF24LU1P Gazell pairing...
I've just read it and I am a bit puzzled? Could you explain why? I was planning to use gzll with one master and two clients where I would need to have at least two encrypted...
I want to write pstorage functions in app_timer event handler. The reason is that, I want to poll certain events using the app_timer. This things I cannot do in main thread...
HI,
We have made application to get data on UART From MCU and transfer it to mobile app. But when we open the app only device get connected. we are not able to get any...
We're in the process of standardizing on an Eclipse development environment for the nRF5x series. One debate we are having is whether to use virtual folders or disable "linked...
Hi,
I want to specifications of NRF52 chip and Beacon chip.
Specifications such as Tx power, operating temperature, storage temperature and other performance parameters...
Not a question - but information for anyone similarly caught out.
In SDK 13.0.0 nrf_drv_timer_init() the p_config parameter must not be NULL.
In SDK 12.2.0 and earlier...
Hello,
I am using nRF5_SDK_12.0.0 with soft device s130_nrf51_2.0.1_softdevice. I am trying to implement the DFU service in my application, for which I am following:
...