Hi ,
I would like to know if a matching network is needed if I am only using a single external flex antenna for both LTE and GPS using a RF switch between them and a uFL...
I am a student interested in Nordic.
My coding skills are very poor.
So I want to get help.
I want to use the vl53l1x sensor in nrf52. (My ultimate goal is to measure...
I have a working project where pin 16 is configured as a low-level interrupt source.
it is working well with SDK 15.3
after porting to SDK 17.0.2, it is not triggering...
Hello Nordic Support Engineers and fellow developers ...
Just a note to thank everyone for help via this forum. I started very inexperienced with Nordic SDK a year ago and...
Hi,
I recently purchased a thingy91 for a project. I'm trying to follow instructions from a Nordic youtube video ( https://www.youtube.com/watch?reload=9&v=xQ7hDzRULJQ ...
I have a nRF5340PDK, Now I want to know the lowest power consumption of this chip in different condition, such as adv, connect, sleep. But I am not sure how to config the...
Hi,
I'm developing an application based on the nRF52832 and I need a large throughput of over 100kbps, preferably over 200kbps.
I have managed to reach around 128kbps...
Hi
According to BT 4.2 Spec Vol 6, Part F, Section 3.2.9:-
" To write the entire value of an attribute larger than (ATT_MTU-3) octets, the prepare write request and...
hello,
i have a rather basic question concerning the design of the cycling power measurement value field.
how does a simple example for this value look like (variable...
What is the difference between SDK 8 and SDK 12 related to app_timer? I have used it like:
APP_TIMER_INIT(
APP_TIMER_PRESCALER, APP_TIMER_MAX_TIMERS,
APP_TIMER_OP_QUEUE_SIZE...
Hi Nordic,
I have a star network with 3 nodes and 2 channels. I go through the whole pairing process and start sending data without problem. Now I want to, from the master...
I would like to advertise two different sets of data in parallel, such that one ADV packet is ongoing (say, A), and then I switch to the other packet (say, B) with different...
I tried to make android app for nrf51822 hrm proj.The app flows like this: scan--connect--discover service-- setnotification for every characteristic. The Hrm char was firstly...
Hello,
Could you please advise where I can download an older versions of nRFgo Studio that supports nRF24LU1P? I've got a USB dongle, which I need to re-program.
Thanks...
Hi
I use ble_app_hrs_rscs_relay example with sdk12
and when the APP_ADV_TIMEOUT_IN_SECONDS is reach the nrf52 stop advertising but the on_adv_evt has no BLE_ADV_EVT_IDLE...
Recently I had some strange bugs in few production devices. I inspected newer device markings and they look a bit different:
Pin 1 marking is square not circle.
Build...
Is it safe to use a larger capacitor on the DEC4 pin when using the internal LDO only configuration? So instead of 1.0uF say 4.7uF? Just trying to remove one line item on...
Hi, I need to make a BLE system which sends ADC values from a chip to a receiver kit.
The example most closely resembling this functionality seemed to be the heart rate...
Hi!,
UART works fine with nrf-ble-tutorial-characteristic-CompletedCode in my nRF51-DK but I'm trying to implement in my application but not works.
These are my includes...
Hi,
I am using nordic nrf51822 ble device and I am using bluzDK-firmware from
github.com/.../bluzDK-firmware
I want to add passkey in this firmware. Please help...