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...
Hello,
I have consulted the nRF52840 Dongle and cannot get the spec of the PCB antenna.
I need the information for FCC Test. Could someone help me?
Thank you very...
I found lines 766 - 768
CONFIG_GPS_SIM_DEV_NAME="GPS_SIM" CONFIG_GPS_SIM_BASE_LATITUDE=6325280 CONFIG_GPS_SIM_BASE_LONGITUDE=1026201
in \ncs\nrf\samples\nrf9160\asset_tracker...
hi all ,
When implementing an application, the developer has to consider all scenarios that may happen with the IO capabilities of the device.
when my scenarios is My...
Things were working ok yesterday but today I can't open any projects. For some reason now, it fails and says the project file is invalid. Here is the output
Loading solution...
Hi,
My system needs to maintain certain gpio at their state at all times, including when switching to bootloader,
I understand that reset will also return my gpios to...
I'm trying to set up an ESB PRX on an nRF52 that has to communicate with an nRF24L01 chip acting as PTX. Because I want to react to the received data as quickly as possible...
Hello,
I am trying to use Softdevice and the latest Github version of 802.15.4 support. The make (using linux/armgcc) fails on
nrf_raal_softdevice.c
because nrf_802154_radio_irq_handler...
Using SDK 15.2 on an nRF52832 using SoftDevice S132. FDS works OK unless the SoftDevice is enabled. None of the examples work. We've tried the peripheral example, GitHub examples...
Hi,
I'am testing direct advertise and I found strange behaviour with "nrf connect" app.
1. Direct advertises won't be proceeded on "nrf connect" unless there is at least...
Hello everyone
I got back on my bluetooth mesh project after an interruption and at the time I remember having the same compilation problems solved so far.
I worked with...
Hi all,
I acquired the wonderful nRF9160 DevKit which embeds the ARM CryptoCell 310.
Rather than using the mbedTLS or TinyCrypt libs, I would like to rely on the CC310...
hi....
i am just started to program the mesh , i am getting the error in my example code , how to solve ? this is the latest version of 3.1
boards.h: No such file or ...
Hi,
I am using 15.2.0 SDK and 3.0.0 Mesh SDK for developing the nRF Mesh.
I am using segger IDE for programming but I am looking for a way to program the device with hex...
Hi
In MESH 3.10 SDK,i want to configure and use virtual address, but i can't add the virtual address in both pulication address/subscription address when i use NRF Mesh...
Hi Sir,
Normally, the printf() may show the message to UART_0, is there any way we can re-direct the message of printf() to UART_1?
in other words, can we choose the...