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 ...
I am a beginner I want to advertise for some time then go to sleep mode and wake up do some tasks like advertising and go to sleep mode again. Do all this process recursively...
It looks like the nRF52840 only supports:
8 data bits
1/2 stop bits
even/no parity
So 7E1 is not a supportable mode...is this true? is there a possible work around...
Hi,
I am using nrf52840 and power it by voltage 3v using CR123A battery. As per datasheet minimum operating voltage is 1.7V. But i am facing controller reset at 2.5V. What...
How do we enable a PPI TASK for a GPIO output pin configured using zephyr GPIO driver API? ex: gpio_pin_configure_dt (&ex _pin , GPIO_OUTPUT );
If I just call nrfx_gpiote_out_task_enable...
Hi,
I'm having some trouble getting a device pointer for the OV7670 Camera. I've ported the OV7725 driver. It appears as if the program exits the driver before setting...
So I've been having an issue connecting JLink to programmer v2.2.0.
15:57:24.681
Using @nordicsemiconductor/nrf-device-lib-js version: 0.4.1
15:57:24.682
Using...
I'm trying to upgrade the nRF9160 modem FW on our nRF9160-DK. Programmer v2.2.2 indicates success but the at commands continue to return
at+cgmr
mfw_nrf9160_1.2.3
OK...
I am using the DPPI feature in the nRF5340 to trigger an SPI transaction from a GPIO edge with a delay.
In more detail:
GPIOTE IN event triggers RTC clear task
RTC compare...
Hello,
I've been trying to figure why calling sd_ble_gap_tx_power_set() continues to return the error NRF_ERROR_NO_MEM. I'm using SDK 17.0.2 with S113, v7.2.0 on the NRF52840...
Hi team,
Currently am working on PWM example from SDK i.e. (Nordic SDK v1.8.0), am testing the pwm example from the sample i'e v (1.8.0\zephyr\samples\basic\blinky_pwm)...
I have nrf52840 pcb without XTAL 32768Hz. When I flash it with Zephyr sample project "Peripheral uart" it doesnt work.
How can I config project to work without XTAL on the...
The application seems to stop at an instance where I invoke a Send call to send data over to a ble central, and the callstack looks as follows. Any way to narrow down the...
I'm using Ant sdh,I want to make system enter sleep,how to disable nrf_sdh_ant?
I usd this function to enable sdh,but can't disable sdh to enter sleep,how to use?
static...
Hello,
1.Which platform is recommended for developing Bluetooth mesh, nrf5-sdk-for-mesh or NCS?
2.What is the difference between nrf5-sdk-for-mesh and NCS?
3.What is...