I am using esb in SDK 11 and my understanding is that the radio causes interrupts that are forcing and cannot be disabled. These in turn causes software interrupt 10 to be...
I'd like to read and write data to the reserved app data space while in the bootloader. Is this possible with pstorage?
Because the BOOTLOADER_SETTINGS_ADDRESSS = 0x0003FC00...
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...
Hi,
My devices are currently using NRF52832 with SDK17.0.0.
I want to communicate with my devices even when the app is killed by the Android system.
At this moment,...
Please tell me. The NRF24 transmitter is in the one pipe in channel one, sends data to the receiver without confirmation of delivery at a speed of 250 kbps. 1 How long will...
Hello.
I need some documents that i can understand what is going on on the backward when/while two devices are communicating with each other or when/while a device advertising...
We're just finishing our layout for a custom nRF52832 board. According to the "General PCB design guidlines for nRF52 series" we copied the complete nRF layout from your reference...
We recently purchased a few Thingy 52s, and we're very impressed with the simplicity!
After playing with the Thingy 52,and upgrading the FW to 2.2.0, I noticed that the...
I linked to an external lib library and called several of its functions,Then compile and report errors;It seems like the compiler could not find the definitions of “__aeabi_memclr4...
hi Support team,
Our customer is using usb cdc asm as one additional UART port to communicate with PC, one question about this : is there any reference code for our customer...
I want to repeat that everything worked great in 1.2.0.
------------------------------------------------------------------- --------------------------------------------...
Hello,
I'm using the OpenThread from v4.0.0 of the Thread/Zigbee library and the TEMP driver to read nRF52840 temperature via a nrfx_temp_data_handler_t. I noticed the handler...
Hi,
I am trying to perform Buttonless DFU on a nrf52832 chip. I am using SES on Windows. I do DFU with nrfToolbox on my iPhone.
The way I do it is by packaging the DFU...
Hi,
I am trying to setup L2CAP channel in ble_app_uart. I referred the object transfer example and did the initialization of L2CAP parameters during ble_stack_init() both...
For certification purposes to qualify for the QDID defined by Nordic , are there any characteristics that are required to be present in the Device information Service (System...
Dear nordic team,
I'm developing a sensor based on nrf52840 and I want to make use of CMSIS NN. I have already integrated CMSIS in my eclipse project and can already use...
Hi,
Here i am reading the temperature data via i2c protocol , where the temperature sensor is connected to the nrf52832 .(15.2 version sdk) Now i want to publish the temperature...