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...
Dear Nordic,
I am trying to create a simple interface between my PC with Windows and using PyUSB (since it is a simple wrapper, using libUSB as backend) and the nRF52840...
Hello,
We have an old working product which is developed in nRF5 SDK v11.0.0. We want to add nfc type 4 tag part in our product.
In SDK 11 there is only support for nfc...
I am looking to understand the state of a pin after calling nrfx_saadc_channel_uninit(channel);
Does it simply return to the last configuration state of the GPIO or something...
Hello, I am using a nRF51822 chip to communicate with a sensor. The sensor continuously outputs its reading via UART every couple of seconds. This is what I am currently doing...
Hi, I'm trying to migrate from the nRF9160 DK to our own board, and I'm having some trouble getting the west build system to play nicely. I've essentially started with the...
Hello everyone.
I have been working on a project that involves DSP and BLE on nRF52832.
The firmware needs to sample an accelerometer signal every 1ms with high accuracy...
Hello,
I am working on nRF9160dk. I have interfaced a GNSS sensor with nRF9160 using UART and receive the data continuously. When there is an interrupt, this data is send...
Hi All,
I have developed application which will detect key press and perform he respective task ,using the S132 (nrf52) with button-less dfu project (SDK15.3)which
includes...
Hi everyone
I have been facing some issue while allocating memory using nrf_malloc function on nrf52840.
I am giving a size parameter of 8 bytes inside the nrf_malloc...
Hi,
We are working on Nordic NFC antenna modification - it has to be lengthened by 15 mm to fit in our case.
1. Question - is the green marked part curved just to gain...
Dear community,
We are testing a nRf8001 Implementation, DTM transmitter Test with continuous unmodulated carrier.
In the PS 1.3 / 22.5 i saw that the dynamic data is...
Hi,
I'm trying to validate a device which uses VSP to communicate. It has a custom service with only 2 characteristics. 1 to Write (TX) and the other Notifies (RX).
When...
Hello :
I come from STM32 programming and I am new to Nordic device programming.
for nRF52840 DK, I am looking at the ble-blinking example and try to understand Softdevice...
i am working nrf51822 and SDK V10 SoftDevice S110. I was using some old version of nrfutil ( dont know version ) to generate zip file, that was working fine. when i start...
Is there a way using the API to utilize all 31 bytes of advertisement data for a user application? I'm porting an application, which sends data in advertisement packets, to...