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...
Hi dear, I'm make the tests with send and receive informations using the code base mesh. I need help to better understand the transport of this data
Initially I set my...
I am currently working on LE Audio broadcasting. The system operates successfully on 1M PHY, but I would like to use it to function on CODED PHY as well.
Both the receiver...
We use the https://api.nrfcloud.com/v1#tag/IP-Devices/operation/OnboardDevices endpoint to create and onboard new devices.
Recently, with no changes to code or certificates...
Some questions during the development of a DF project using the nRF52833DK:
Will excessive serial output affect the performance of the microcontroller? For example,...
Hello,
On my custom board, after upgrading from NCS version 2.5.1 to 2.6.1, BLE stopped working.
I get immediately the following trace after calling bt_enable(NULL)
...
I'm migrating from ncs v2.3.0 to ncs 2.6.1 in order to have the ram retetion working with the mcu boot.
But after some modification on my board file using a nrf5340 I get...
I have a custom board file which is based on nrf9160, I want to use it using the west build command and later flash it. I tried the steps under this tutorial: Nordic academy...
Just upgraded to NRF v 2.6.0 (Mac OS; VS Code). Our code previous built and ran successfully on our custom board with v 2.5.0 of the SDK.
Now we get the following error...
Hi all,
I'm developing a project on top of nRF5340. Thus I created a custom board definition in my project area:
That is a direct copy of ncs/zephyr/boards/arm/nrf5340dk_nrf5340...
Hello,
we are trying to use the nRF9160 as a serial modem for a Raspberry Pi running on Debian.
The application is basically the nRF sample "nrf\samples\cellular\modem_shell...
Hi,
I'm trying to build the Serial LTE Modem in my nrf9160 SIP custom board to communicate the STM32 MCU with the nrf9160 using AT Commands via uart.
My physical connections...
Hi,
I created a custom service in accordance with NUS service. I am able to assign all handles, subscribe to notifications. But I am not able to read any data from the device...
Based on my understanding on SPI signal, CS/SS pin need to pull down to low when read/write and pull up high when the action is finished.
May I know if this feature has...
I'm currently working on a project that uses the MLX90640 IR sensor. By default, this device has an I2C address of 0x33, but it can be set up with one of 127 different I2C...
Sifting through previous posts about redirecting printf to uart by using retarget.c, I have found this will work on previous versions of segger (5.42). Has anyone gotten it...