Hello, Nordic Team, I'm embedded designer from Russia, discovered your amazing wireless MCU NRF52832. I looked through your SDK and peripheral drivers, and unfortunately found...
Thanks Stefan. The zip file making and updating steps work perfectly for me, if I follow your steps and make it from your stock pre-built "dfu_test_app_hrm_s132.hex". My question...
Hi!
I'm trying to configure my NRF8001 module with the help of nRFgo studio. I'm using Nordic UART over BTLE service template. The module can be discovered via nRF Master...
I'm trying to make a BLE device that actually pairs securely. I posted this question on StackOverflow but didn't get any answers - maybe someone here knows more. As far as...
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...
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...