Hi,
I use the nrf51422 chip.I want to know if the ANT establish link between chips,where can I get the matching configuration (like device type、channel ID).I mean is...
Is there a way to recieve more than one write callback for a given characteristic, per radio session? It seems like I can rx 1 time per attribute per radio session and tx...
If it can work with iOS blue setting will be better
I need some reference to dev hid device in IOS
but I can just find my device ,connect ok but not work.
I need to create timeout below 1ms. I would pretty much like to use timer for that because I do not want to hold the cpu inside cycle. For me it is not important the exactness...
Hi,
While testing the device firmware update through the nRFtoolbox android application, i get "device has no required service" error more frequently.
I use latest version...
I'm having some trouble successfully entering ON,IDLE mode. I have pared-down my application to do the following:
Initializes the app_timer using the scheduler:
...
Is there a Setting in IAR to program nrf52832 without Power cycling
nrf52832 does not start after programming from IAR IDE, using J-Link
But..
For both With J-Link...
I have been experimenting with using some peripherals on the nrf52832 without using the SDK. Primarily of interest to me right now is the low power comparator (LPCOMP).
...
i use nrf52832 .i want to connect device and send advertisment data at the same time. But peripheral mode cannot connct device and send advertisment at the same time. central...
Hi!
I am sorry if I had repeated questions in this forum. I would like to understand few things.
Test scenario
Central - nRF52840
Peripheral - nRF52840
Bluetooth...
I want to add wdt function in ble_app_uart. Please tell me where should I feed the wdt.
in below main loop?
for (;;)
{
power_manage();
nrf_drv_wdt_channel_feed(m_channel_id...
I'm trying to decide the best way to be able to have sub millisecond time keeping, but keep the processor sleeping until it gets a hardware interrupt.
Basically I need...
Hello Nordics Developer
I'm from indonesia, i'm electronics designer, i have develop new products using BLE, first develop i'm using nrf51 series but And my boss ask is there...
I'm trying to conserve space in the advertising packet, and would like to free up the space used by the 128 bit (16 byte) service item list, as this takes a minimum of 18...
Hello all,
I am working on nrf51 series for mesh application so regarding Pre addressing of controller how will get to know the adresses of SOC's in mesh network?
can...
I am using the nRF51822 with the s130 softdevice, and I would like to control three RGB LED modules with three PWMs (R, G, and B). For various conditions, either one, two...
[CONDITION]
1. R1 = 1.5M, R2 = 430K
2. GAIN = 1/2
3. RESOLUTION = 10bits
4. Single End
[ISSUE DESCRIPTION]
1. If voltage is changed by 0.1V step (4.1V -> 4.0V), the...
Hello
I wanted to ask what is the correct way to use NRF_LOG_* functions along with printf (with RETARGET_ENABLED 1 ) and normal UART initialized with standard:
const...
Hi all,
I have some problem with the FDS write function.
This is some example codes for my FDS write:
// Global variables
static uint16_t fileID;
static uint16_t...
Hello, I am going over this example here:
infocenter.nordicsemi.com/index.jsp
I am a bit confused how this works. My intention is to create a slave, so a master can send...