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...
I just bought a nRF5-DK and I couldn't get it to work flashing other nrf51822s. The modules I'm using are these wireless-tag.com/.../nrf51822-02.aspx
Here's literally what...
I have a PCA10001 setup and I am using SDK v9. I have opened the UART example in CrossStudio.
It compiles/builds and I am debugging with breakpoints.
My question is...
Hello,
I use the interface I2C to communicate to the Light Sensor, and also use a timer to read the value back every 1 sec now.
I'm wondering that can I use the interface...
I use nrf51822 by example ble_peripheral/ble_app_uart with with SoftDevice 8.1.0, at the same time, I use pwm driver library, But it does not work well, What I need to do...
Hello,
I have a problem with db_discovery_event_handler execution when having multiple S110 peripherials present when turning S120 central on. I have two different types...
I am seeing three things I don't understand in a modified ble_app_rscs codebase. I'm hopeful that someone else can recognize my symptoms and tell me what I'm doing wrong....
I've got a project that works perfectly on the PCA10028 DK. But the behavior is quite different when downloaded to my nRF51822 production target. My target is connected to...
Hi
I use nRF51822 of Gazell mode and RXF2401C(PA)
PA's TXEN has been pulled, what RXEX in there enbale and disable it?
(Host and Device must be)
Thank you!
Hi everyone,
My question is how much current it´s capable to sink an I/O pin configured as output ´0´ ?
In my case I have to discharge a capacitor throught an output...
I am using sd_power_system_off() to enter System Off. It is my understanding that all peripherals are off in System Off, but that GPIO configuration is retained. I have a...
I have the following code
// Initialize timer module, making it use the scheduler
APP_TIMER_APPSH_INIT(APP_TIMER_PRESCALER, APP_TIMER_MAX_TIMERS, APP_TIMER_OP_QUEUE_SIZE...
In the ANT Message Protocol doc, section 7.1.1.1, and in example code, the Device Number is treated as a uint16_t and shown as a two byte field in the flagged extended data...
Hi,
Will something interesting happen when the text segment on a nRF51 DK exceeds 64k? I am using Eclipse/gcc for developing, based on the tutorial provided by Nordic....
Hi,
I am developing a program on a Nordic nRF51 DK, using Eclipse/gcc, and am using J-Link RTT for a debug command line interface. This has worked very well for some time...