Using the nRF Beacons app, but cannot see the battery condition of each beacon. Is this already implemented - if so how to turn on? If not how is it implemented?
Hi All
I am doing a BLE based project using nRF51822.Where i need to handle the message [with UUID] by using ble_gatts_char_handles_t.
so, can any one please share information...
I have a central application and peripheral application that are based on the multilink-central/multilink-peripheral examples.
I've modified them to run on the PCA10001...
Hi All,
I'm using nRF24L01P for TX device and want to receive packet from nRF51822 RX device.
nRF24L01P TX device Register settings are as follows;
Reg.EN_AA=0x00...
I am trying to develop for some nRF51822 mbed boards, and I would like to use the S130 SD to enable both central and peripheral behaviour. The machine I'm using for development...
I'm using the nRF51822 eval kit
I have installed MCP but after starting I get pop-up: Master Control Panel has stopped working
In nRFgo Studio / Device manager pane...
the proximity example is running ok. but when I modify the length of the alert_level I have the following error on the server side that I am not understanding.
476;16:12...
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...