Hi all
I'm working on custom board build with an nrf9161. Right now I'd like to use a gpio as input with interrupt for i2c captor icm20948. So for I've searched and I think...
We need to issue a command to an nrf52840 device :
nrfjprog --program file.hex --chiperase --verify.
everithing is working with [nrf-command-line-tools-10.24.2-x64.exe...
These are customized UUIDS declared by me
/* Custom Service Variables */
#define BT_UUID_CUSTOM_SERVICE_VAL BT_UUID_128_ENCODE ( 0x821675c3 , 0x4046 , 0x45f9 , 0xb8df...
Hello,
My board contains nRF9160 and nRF52840. The nRF52840 is a HCI controller (based on HCI lpuart example). nRF9160 communicates with nRF52840 over UART. I want to perform...
Hello,
I am reaching out to inquire if there is an existing sample program within the nRF Connect SDK that demonstrates how to read the Device Information Service (DIS...
Hi,
After upgrading to NCS v2.7.0, I got some intermittent issues about OTA DFU process.
Firmware description:
Our firmware, developed on nRF52840 with NCS v2.7.0...
Hi,
I'm trying to test onomondo static profile with a custom board build with an nrf9161 chip. So I've followed onomodo readme, I got an error when i'm trying to build...
Hi, I'm working with the nRF52840-DK and need to be able to receive (slave) and generate (master) data on the same I2C lines. I'm aware this target doesn't support multi-master...
When selected, the link for the Linux installer downloads a .dmg file (same one as is downloaded when selecting macOS -- nrfconnect310.dmg). I'm unable to find another way...
Hello,
I am developing a device that will reconnect to an apple iPad if it looses connection and be able to send a couple of bits over ble_UART.
I have tried merging...
I see this error when transmission starts and after this RX simply do not work. Even clearing error not helping. Rx works fine when there is not any transfer done (firmware...
My environment: Keil 5; nRF52832 SDK 15.2 ; Softdevice S132 6.1.0
The uart bootloader code locate in the address: 0x70000 - 0x80000 ; (The MBR in 0x70000)
The application...
Hi,
I want to read and write MAX30100's registers. How can i do that? I tried a lot of solutions but I didn't solve that.
For example; MAX30100's address is 0x57. And...
Greetings!
I am using the SDK Mesh 3.1.0 and Softdevice 6.1.0 with the nRF52840 Dev kit: (PCA10056)
So, in my previous post ( https://devzone.nordicsemi.com/f/nordic...
I am using the nRF 15.2 SDK for Thread and Zigbee. I am currently trying to use the debugger in SES, but when I upload the code, SES complains that it can't find the source...
Hi
my devices use USB HID to PC now, and I have PC GUI.
I want use BLE send My device data to PC ( windows 10 )
if I use BLE HID services to PC
I need to do any...
Hi;
I am trying to add uart central to multilink central examble. I added some of uart part to multilink. i am trying to link two peripheral to central. when two peripheral...
Hello Nordic, for my project work i am using nrf52840 dk. with segger embeded studio i drag and drop the s140 softdevice hex file into the J-Link (chip PCA10056). and i tried...
Hello,
we are using the Nordic nRF52832, and I was hoping to update to the new SoftDevice S113 v7.0.0 as it seems like a better fit for our use cases than S132.
However...
My flash_placement.xml file is here and I am getting this error `.bootloaderSettings' will not fit in region `UNPLACED_SECTIONS'.`UNPLACED_SECTIONS' overflowed by 1024 bytes...
Hi
I have done multilink with uart and getting data from multiple ble_uart peripheral. now i have to read data from only one peripheral . what will do for that.
I am using...