Hello,
Connection between linux router and NRf51 devices worked before I've updated kernel version from 4.09 to 4.3.
Now, with the same configuration and hardware, I'm not...
Hi
Does anyone know a CE—certified module based on the nRF24LU1+? Ideally, it should have an SMA connector, but any kind of antenna would be fine.
There are many modules...
I am running peripheral example radio test example on PCA10001(part of nRF51822 Evaluation Kit). using nordic sdk v7.
I am using mincicom on linux at baudrate of 38400...
Hello!
I am trying to get windows phone work with nrf_uart example on nrf51 dk board (pca10028).
I am using SDK 9.0 with S110 softdevice ver. 8.0.0.
I was using examples...
Hi
I met a problem when I use my new board,I found that the example in the peripheral folder in SDK can run correctlly,but the the example in the ble_peripheral folder...
Hi,
I am trying to use the PORT event to trigger interrupts when a button is toggled, i.e. both on LoToHi and HiToLo.
To my understanding PORT events are generated by...
I am running Windows 7 Pro SP 1 64 bit and have gong through the tools installation procedure, in particular running nRFTools_7_7_0_Installer.exe. This ran the J-Link V5.02...
I'm trying to design custom advertising package.The code as follow:
The addtype is a global variable.
However,The raw of advertising package look like this.
The...
Hi
I am using nrf52832 to push via PPI an array of PWM values, it works if the array is on the RAM but when I define the array as "const" (to put it in the flash) nothing...
Hi Fellow NCS-ers, I understand that the configuration setting CONFIG_BT_EXT_ADV, CONFIG_BT_CTLR_SCAN_REQ_NOTIFY, and bt_le_ext_adv_create() with the appropriate callback...
I am using nrf sdk v2.4.0 and I wanted to disable TFM so I added the following definition in prj.conf.
CONFIG_NRF_SECURITY =n
CONFIG_BUILD_WITH_TFM =n
But my program...
A problem is experienced with our nRF52840 device, which occasionally stops working and cannot be reset.
Below are the issues observed:
The main software is stopped...
I am working on the broadcast_audio_source example, trying to access audio from the I2S microphone. However, I do not have much experience with Zephyr. The example is mostly...
The thread where it happens is "unknown” despite the fact I name all the threads I create. With addr2line I found that it is zephyr/kernel/timeout.c 56 but it says nothing...
Dear all,
I'm designing a circuit that should allow powering the nRF52840 board with either an USB power supply (USB2) or a (non-rechargeable) CR2032 battery (B1). According...
Hello.
I encountered the following problem. I have an nRF52840 microcontroller that is already soldered onto the PCB board. It doesn't have any bootloader. As an example...
Hi,
We have an nRF9161DK and received our own custom boards this week. When we tried to program our custom board, the development kit disconnected from the computer and...
Hi all!
I'm in the process of trying to put together an nb-iot app on Android studios that would communicate with data from the Thingy 91 board. I've been trying to go through...
Hello everyone,
I've been working on testing PPP support in SLM 2.6.1 without cmux on my Linux host machine. However, I encountered some logs during the process: Note: For...
Environment:
I can't seem to get the one button sample to do anything... I get a steady ~1sec flash from HOST led on the npm1300, but I get nothing from pushing SHPHLD...
I have an EC11 rotary encoder wired to my nRF52840 and I am trying to get readings from it using the sensor API. However, I'm having issues with (seemingly) garbage data....