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...
Hello everyone,
i am created my own UUID Service with a characteristic. I used this tutorial --> https://github.com/bjornspockeli/custom_ble_service_example Code is working...
Hi,
I am getting this error when enabling the twim instance. It initializes successefully but throws error when enabling it.
How can I troubleshoot it further to know...
Hello,
I want to measure the 32 kHz XTAL frequency by toggling a GPIO and measuring the frequency by a frequency counter. The nRF52 has got an external crystal connected...
Hi,
We are working with the nRF52840 and an ADC chip that is capable of I2C communication faster than 400 KHz, allowing lower latency. I know that the nRF52840 does not...
Hi,
I really need your help!
When I add DFU function to my project, I need to display DFU progress on my LCD, but I don't know where to add my display code, and I don...
Hello, Nordic!
I'm developing with nrf52840, s340, sdk 15.3.0 in my customboard
Anyway, recently, I have one problem about reset.
My device sometimes has rested and...
Hi All
We have started work on nRF9160 DK. We follow this link Getting Started with nRF9160 DK We have download SDK and install all requirement like GNU and Embedded Segger...
I just received and activated my new Thingy 91 and am very disappointed with results. The module is sending data up to the cloud site and temperature / humidity are updating...
Hi
I'm trying to implement the authentication described in the above-mentioned blog. In on_write_req() a call is made to functio "auth_handle_hvx_send()". I don't see any...
Hi,
I'm trying to port a project using nRF5 SDK to C++. One of the desired features would be interaction with the app via J-Link RTT using the command line interface.
...
Hello DevZone, I am trying to combine the ble_app_uart with the ble_app_hids_keyboard example.
I have added the necessary libraries from the the uart code into the HIDS...
I tried the tutorial given in the documentation of sdk 15 to use bds but it is broken. There is no event_dispatch function in the SDK15 using the bluetooth central - BDS Template...
Dear,
I received THINGY:91 from NordicSemi. I use 10pins cable to connect to nRF9160 DK to program for THINGY:91.
and, I am using ncs_v1.0.0
I am trying to run asset_tracker...
Hi,
we are using nRF9160, we want to set the UTC time in nRF9160 from my application and want to get the UTC time.
Could please share the API to set and get the time or...