Dear Nordic,
I have a Thingy91x. I tried flashing the nRF9151 SoC on the device but ran into error messages. I realized that the nRF53/nRF91 switch was in the nRF53 position...
im looking for a developer that can help me work with the NTN functionality of the 3GPP release 17 of the NRF9151-DK so if you are interested please write to me at eric@zerocool...
Hi everyone.
I am using Visual Studio Code. When i try to compile a simple blink_pwm project, I could not. I am sending output in terminal. What is the main problem and...
Greetings, everyone, I have encountered a configuration(?) problem while trying to setup a lab for a BLE course I am teaching.
The idea is to showcase the vulnerability...
Since NCS 3.0.1 I get the following warning:
warning: Deprecated symbol DEPRECATED_UART_NRFX_UARTE_LEGACY_SHIM is enabled.
... as far as I can see I have not enabled this...
So whatever I try, the only way to get my idle current consumption to an acceptable low value is to set CONFIG_SERIAL=n in my configuration. But then I don't get printk functionality...
Hey, I am working with the Matter light bulb sample from the 2.9.1 SDK, which I have modified to support the occupancy cluster. (nRF-52840 and nRF-52840DK)
This worked fine...
Hello,
I was using Nordic's Master Control Panel for a while to upload firmware to my nrf51822 BLE beacon for a while and now I want to move one step further. I want my...
HI,
In the BLE Spectification, both of the inquire and scan can find out the advertising slave role device.
what's the difference between them?
And Is it true that...
I am trying to emulate the case where a scanned peripheral goes offline before the connection was issued by the user by calling sd_ble_gap_connect() with a completely made...
Hi, Guys,
I have occured a wired thing. I use NRF51822 with softdevice S130 to do a BLE project. I use both spi and twi to get information from sensor(I use spi0 and twi1...
Hi,
In my application I need to keep both time and date so I need a real time clock & calendar (RTCC). I was planning to use on the nRF51 real time counter (RTC) to implement...
Hi.
I'm trying to declare an uint16_t array while programming on the NRF52 Development kit as follows :
uint16_t FinalSignalArray[225000];
However, I keep getting...
I want to read the nrf51 memory, I'm using nrfjprog.exe --memrd 0x0 --n 0x40000 > name.txt
but get something like
0x00000000: 20000C58 00000115 0000012F 00000131 |X....
Hi All,
I need to read the data written on RX characterstics of nrf_uart Service from my board using bluez.
I'm using interactive mode of gatttool with my Nordic sensor...
Hi,
I need to design a small nRF52 board, with a 3cm by 3cm size. I am very new to antenna design, so i have some questions, in order to avoid ruining it. The reference...
I'm trying to write 32bit word on flash memory every 25ms, but when I read the memory using nrfjprog I noticed that it write only 16 words (32 bits), in this code saveToFlash...
1,How do I send a data packet using BLE Peripheral? What API should I call? How should I prep that API? Do I have to care about the format of the data that will be sent, or...
For starters, I'd like to use an Arduino Uno to receive a Bluetooth signal from the nrf51 DK and
turn an LED on/off.
What materials do I need to do something simple like...
Dear Nordic developers,
SPI_MASTER peripheral behaves in a way, that I cannot understand from manual is it normal or no.
I have implemented something similar to loopback...
Hi.
Currently using the examples of
examples/ble_peripheral/ble_app_uart
examples/ble_central/ble_app_uart_c
from nRF51-SDK V10.0.0 ble_nus and ble_nus_c.
We can...