Hi,
I am using 'pstorage_update' to store data in the internal flash. Whenever the number of bytes that should be written matches the size of a storage block everything...
Has anyone tried to generalize this example to different sized variables? What I would like to do is allocate a data structure, write that to flash, and recall it at a later...
I've a PCA10036 V1, I change the IC to nRF52822 QFAA-B016. With nRF5_SDK_11.0.0-2.alpha_bc3f6a0 and SD: s132_nrf52_2.0.0-7.alpha_softdevice, the programme started but if I...
Hi
We are developing software for the nRF51 with Keil under VirtualBox. Previously we used the PCA10000 dongle with the Master Emulator and MCP without issue. Now, with...
We are using nRF51822 for our products.
We want to know the min value of "Receiver sensitivity" when we use this chip for BLE.
The Datasheet says "Receiver sensitivity...
Dear
The BLE Multi-link example (ble_app_multilink_central and ble_app_multilink_peripheral)
shows how one central device can connect to multiple peripheral devices. ...
In the MCP app, if I have the following service data for an Eddystone beacon:
0x10, // Eddystone-URL type
0x00, // TX power in dBm. This is a signed integer so 0xEE ...
Hi,
Very beginner to this so bear with me.
we are testing an asset tracker which uses edrx. The asset tracker can receive a wake-up sms command.
However the network...
Hi,
I have ported my already working nRF52840 SPI slave code to a nRF5340, but it doesnt seem to receive any data. I have verified the CS, SCK and MOSI signals, but no MISO...
Hi,
I was wondering, what is the professional, assembly line ready procedure to program the IMEI on an nrf9161?
So far, I've only found rajeev's post in this discussion...
Hello,
I am using a Raytac MDBT50Q (nRF52840) on a custom board , and I am trying to blink an LED, but it is not working.
"I need urgent help as this is blocking my...
We can get BLE address in adv report: How to get mac address of nearby ble devices? - Nordic Q&A - Nordic DevZone - Nordic DevZone
At that moment, peripheral not connected...
I have download this .zip from the Nordic site. I am a beginning coder and I am using AI to help assist me on my project and learning C code. I seem to unzip the file correctly...
Hi, I am trying to understand periodic advertising and some basic questions:
I am using periodic_adv example from the NCS.
I see teo ADV data defined in the file as...
NCS 2.7
NRF52840
SPIM3 at 32 MHz.
I have CONFIG_NRF52_ANOMALY_198_WORKAROUND=y and have confirmed the workaround is being activated by setting breakpoints in my code...
Dear,
I need to generate a pulse signal on one IO following this pattern: HIGH for 12us ; LOW for 106us ; and so on...
I tried to use TIMER0 with NRF_TIMER_EVENT_COMPARE0...
Howdy,
I am using an nRF52840 to perform BLE communication. For this communication I am using extended advertising to perform most of my data transmission. Thing is though...
Hello, i have a device supporting DFU OTA i'd like to create a small tool for flashing firmware from the computer to the device. I've set thr device to DFU mode. Is it possible...
I just got a PPK2. I was able to use it perfectly with Power Profiler. Great tool! Today I wanted to learn more about nRF Connect other applications. (Actually I was looking...
Hi there, I'm having so much trouble trying to get this two nRF9161 DK to communicate using SPI, being one Master and the other one Slave. I'm using the spi3 driver for SPI...