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...
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. ...
My application requires to change the device name as the identification of the device. However, we found the changing the device name might not be detected by the Android...
I successfully used the OpenThread nRF52840 USB dongle support provided by the OpenThread project to implement the radio coprocessor functionality.
However, I had no success...
Hi
I have a strange error in the k_fifo-useage:
Basis is the project peripheral uart
I want to answer on specific commands send via bluetooth
static void bt_receive_cb...
Hi,
I have build the below sample for a nRF52dk-nRF52832 board.
v1.8.0\zephyr\samples\drivers\spi_fujitsu_fram
At compile time I've got this error:
I have followed...
According to Zephyr documentation it is possible to define a thread with K_FOREVER delay so it will not start till k_thread_start is called
https://developer.nordicsemi...
Hi,
i am using a PWM signal to control the brightness of a LED. When the brightness is at zero, i have a random flickering on the LED.
This signal is also present at the...
Hello, i'm using the example ble app uart and I would like to know the maximum data that I cand send to my putty and my phone. Could I have to procedure? I would like to send...
Hi,
I trouble the support team for quite a few months now with NRF5 and I am now trying to get started with the up to date SDK and hopefully being able to get along with...
I have an application using the nRF9160 and its LTE modem to connect to a LWM2M server. During some debugging I enabled LWM2M_LOG_LEVEL_DBG and saw that I consistently got...
Hi,
I recently designed a prototyping board featuring the nRF9160, which we got made for a couple of reasons.
To have multiple boards to test with
Potential to have...
hello
i want to send the data from my 5 of nRF52840DK to 1 of raspberry pi4 , i known the nRF52840dk has built-in bluetooth ble5 and raspberry pi 4 also integrate bluetooth...
I am noticing that particularly with the transmission of bytes over UART while scheduler is running, either some bytes go missing or the entire set of bytes aren't sent or...
Hello
Question: On what clock/clock-speed does the system tick timer run, when configured to use the external clock instead of the CPU clock?
I've seen a couple of...
Good afternoon,
I noticed in the nrfx driver folders there are two differente implementations for ADC: "nrfx_adc.c" and "nrfx_saadc.c"
What is the difference? Why two...