Hi,
I am working on internal flash nRF52832 merged with twi sensor, my sensor function will return a string . How to assign the string to the my_data.p_data . i am getting...
Developing on the nrf51822
Have working code for the nRF52840 Dongle using the pc-ble-driver therefore all Bluetooth work is done using sd_* calls. The PC provides easy...
Hi ,
I would like to know if a matching network is needed if I am only using a single external flex antenna for both LTE and GPS using a RF switch between them and a uFL...
I am a student interested in Nordic.
My coding skills are very poor.
So I want to get help.
I want to use the vl53l1x sensor in nrf52. (My ultimate goal is to measure...
I have a working project where pin 16 is configured as a low-level interrupt source.
it is working well with SDK 15.3
after porting to SDK 17.0.2, it is not triggering...
Hi, we have a custom board using the nrf9160, running modem firmware 1.1, and using the nrf9160_gps driver.
Sometimes we see messages like this:
Tracking: 8 Using: 0...
Hello,
When working with an nrf9160 sample that uses Nordic nRF Cloud and A-GPS, the GPS functions as expected and I am able to get regular fixes. However, when using the...
I have used an nRF 51 dongle for capturing BLE packets on my Mac using Wireshark,, but it no longer works. The only system change that I can recall that might affect this...
While working on some problems, I often find it useful to increment a counter at a line of code, and occasionally log the counter for developer debugging. I'd love to have...
Hello,
I decided to play around with an nRF24L01 chip and I'm trying to get it to work on my Windows 10 computer.
My current issue is the following: I've downloaded and...
Hi. I'm writing my own libraries for nRF52832 and I can't get UARTE to work.
Here is my code.
I'm using pins 6 and 8 as the UART example.
I wrote same code for UART...
I'm beginner with nrf chips.
I have a custom board with ntf52840 module. I connect board to stlink via swd interface, then check:
st-info --probe Found 1 stlink programmers...
I would like to perform observer role scanning i.e. passive scanning. I am using nRF52832, S132, SDK 15.2.0. I am trying as follows.
NRF_BLE_SCAN_DEF(m_scan);
static...
I am using the SDK5 development kit with Segger for a BLE application.
I found the Service for SES but the SDK doesn't seem to include the Pulse Oximeter service.
I would...
We are developing hardware to work as a AirMouse (Gyroscope based working mouse)
I am using SDK16.0 SES
I have seen that HID Mouse example
and i implement gyroscope...
I have bought a BLE Micro. ( www.seeedstudio.com/Seeed-Micro-BLE-Module-w-Cortex-M0-Based-nRF51822-SoC-p-1975.html) 1. I downloaded "nRF Connect App for Android" on the phone...
Hi there,
I've recently purchased an nRF52840DK with the 52840 SoC and I'm wanting to develop Bluetooth Mesh apps.
I'm on Mac OS X. Should I begin with the nRF52 SDK or...
Hi,
I just got the brand new Thingy:91 and would like to program it with an application earlier developed for the nrf9160 DK .
Further I'd like to use the Link Monitor...
Hi All,
Recently I have been working on nrf9160dk board. The use case is to have nrf9160 work as a serial LTE modem with GPS functionality. I have the following link https...
Hi,
I have implemented my own Vendor model, using the light switch client/server as a starting point. The model allows to send byte arrays. Since I have used the generic...