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...
Hello,
I am using pc-ble-driver-py 0.14.1 running on python3.8 and Ubuntu Desktop with nRF52840-Dongle. Dongle is running connectivity_4.1.1_usb_with_s135_5.1.0.hex. Dongle...
Hello,
I would like to understand difference between Manufacturer ID (5 bytes), used in ble_dis_sys_id_t type and Company ID (2 bytes) - used in advertising of manufacturer...
Hello,
we made a custom board using the chip nRF51822 and were able to use the template project in \..\examples\peripheral\template_project to make a button switch the led...
Hello,
I can't set the memory map into segger with a zephyr project.
For example for blinky project into ncs/zephyr/samples/blinky.
When I go to Project->Options, I...
Hello, we use the nRF24LE1 (24 pin) in a product, that is in production since many years. In order to process a FW change request I need to test the FW on a nRF24LE1 (48pin...
Dear Devzone
I have an NB-IoT application running on a Thingy:91, that wakes up every two minutes and sends a small package over TCP to a remote server. I'm using a Keithley...
I have been slogging my way through documentation and examples and have managed to create a beacon application using the development kit and Segger IDE. That said I am fumbling...
We are working on the GPS sample code found in the ncs\nrf\samples\nrf9160\gps folder of the nRF Connect SDK 1.1.0 tag in the repository.
The modem firmware version we...
If a record in a file with MESH_CONFIG_STRATEGY_ON_POWER_DOWN have been changed the NRF_MESH_EVT_CONFIG_STABLE is never emitted until mesh_config_power_down() is called. ...
Hi
I am working with nrf52832 development kit. I am trying to write device information service from central device to peripheral device.
I am successfully able to write...
Hello Devzone,
I've been using nRF52810, SoftDevice 112 (5.1.1), for a Mic recording application. What I'm trying to do is sample PDM MEMS mic data through PDM interface...
Dear Team,
I have nRF52 DK and nRF52840 DK, Can we program nRF9160 using nRF52 DK?
Please let me know the process and detailed wiring to program nRF9160.
Ashiq Moha...
Hi,
Good Day!
Statement of Problem: We use Li-Ion Battery in our application and would like to monitor a few variables such as Battery Voltage, Battery temperature & Discharge...
Hello, I'm trying to set up SPI communication with a sensor from my nrf5284_pca10056 running zephyr.
This is my prj.conf file:
This is my .overlay file:
And this...
I'm looking at the GPIO functions in http://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/zephyr/reference/peripherals/gpio.html , and looking at the function prototype...