Hello,
A quick question about using an nrf9160 (+ sdk 2.5 - modem 1.3.5)
When I activate the following parameters: # LTE-M (LTE-CatM1) CONFIG_LTE_LINK_CONTROL=y CONFIG_LTE_NETWORK_MODE_LTE_M_GPS...
Hi everyone,
I'm developing a BLE application where I measure throughput between an nRF5340DK acting as peripheral and an nRF52 Dongle as the central (using a Python script...
Hi Nordic Team,
Previously, with the nRF52840, we could use the internal ADC channel to directly measure the supply voltage (VCC) for battery monitoring without external...
Hi Nordic team!
Is there any way to dynamically change the charging current while the charging is ongoing? BCHGISETMSB and BCHGISETLSB can be changed only if charging is...
Hi there,
I am currently trying to use device sleep modes with Matter. Nevertheless, once I add "CONFIG_PM_DEVICE_RUNTIME=y" to my prj.conf, the main-method is not longer...
Hi,
I am using nrf52832dk board for test nus service with ncs2.9.0, but I am facing some problem with MTU setting.
I found a configuration item "
CONFIG_BT_L2CAP_TX_MTU...
Hi,
We have some GPIO pins where we want to change their configuration during runtime. We want to switch them between input pull down and output. Is this possible?
When...
Hi.
I have a custom nRF51822 PCB with SWDCLK and SWDIO Header. I have a nRF51822 Dev Kit.
Is there any way to use the J-Link from Dev Kit to Program the Chip of the...
Hi,
I check the state of an channel (sd_ant_channel_status_get()) and get 0x13. Which mean the channel is assigned. But sd_ant_channel_unassign() return with ...CHANNEL_IN_WRONG_STATE...
Your served radio transmitter/receiver example using PCA 10000 USB dongle with PCA 10001 evaluation kit. There is only one-byte send/receiving example.
So, I was to send...
Hi,
I programmed nrf51822 development board as central device, with the s120_nrf51822_1.0.0-3.alpha_softdevice and ble_app_hrs_c profile on top of it, i am using nrf51_sdk_v5_2_0_39364...
Hi,
I am trying to generate a constant 250ms pulse on a certain pin:
NRF_TIMER0->MODE = TIMER_MODE_MODE_Timer;
NRF_TIMER0->BITMODE = TIMER_BITMODE_BITMODE_16Bit;
...
I explain my hardware, An MCU + NRF51822, Communication is done via the UART TX RX between them, baud rate is 9600.
MCU through UART transmit data to NRF51822, then NRF51822...
My goal is to control a RC toy drone (4-ch 2.4GHz) from a PC. I've seen some hacks (for example dzlsevilgeniuslair.blogspot.com.br/.../more-toy-quadcopter-hacking.html) using...
Hi sir
In the Developed zone, I found how to read RSSI value as below. According to nRF51822 RM, RSSISAMPLE would be 0~ 127.
Actual RSSI is – (RSSISAMPLE) dBm. But, I found...
Hi
We are using the UART demo to communicate with the nrfUART app.There's a condition some
time when it connect,it will disconnect immediately,anybody know what's the issues...
I'd like to get familiar with implementing a blood pressure and heart rate monitoring Bluetooth device. Which development/evaluation kit is the best to get started with? ...
Hi,
I'm using the "ble_uart_project_template" I would like to put the "host" processor into a deep sleep mode to save power while the nRF8001 is still active.
Is there...
Hi,
Can anybody help me, thanks in advance.
What is wrong with NVIC_EnableIRQ(UART0_IRQn) - the execution halts when calling this macro ?
I'm working with Keil. ...
Hi Team,
Is it possible to implement the iOS application to track the iBeacon Component after closing the application(Background processing).
Please provide any example...
Hi,
I am working with Arduino/Ble Shield to implementing a keyboard device with some consumer control keys support,
My implementation will be based on hid_keyboard_template...