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 Nordic, I come from this question: devzone.nordicsemi.com/.../
So, my doubt is: what events are triggered in a slave channel while it is not communicating to a master...
good time dear Engineers!
Please explain how to use correctly HANDLE RANGE in functions of discovering.
I use CENTRAL with up to 8 possible connections to PERIPH, so pls...
Folks,
Have a very puzzling problem (which means I must have done something really silly :-)
Built a prototype in which the nRF52 section is a clone of the one in the...
Hi,
My team has created a custom board with NRF 52 and were able to flash the blinky sample successfully. The LED connected to P.20 is glowing on the custom board after...
Hello! I need to start a sequence of 26 pulses after getting low level signal on gpiote pin.
I can do it in gpiote event handler but I need it most of the time so I want...
I've been developing an application using the NRF52 DK and everything has been going as planned. I then made my own PCB which would take these modules by Rigado. The BMD-300...
Hi,
I am creating an application based on ble_app_hrs_c (central role). I have a few questions on this.
o I do not understand whitelist_load(). It first gets a list...
Good morning Nordic team,
I was measuring the nRF52832 chip in DC/DC mode. Everything went just as expected.
Now I was looking at the current consumption when the radio...
Hi guys. I have a EVK_NINA_B1 board which is based on nrf52832 and SDK12. I am trying to run the ble_peripheral/ble_app_uart/ from examples. I can send message through "nrf...
Hello,
I use SDK 11 with nRF52, softdevice s132.
I am able to successfully use the bootloader in serial mode (with UART) to upgrade the application, but an error occurred...
hi nordic,
After i received this kit from Mouser Electronic, when i got it check the board which some question,
we examined its outward appearance and found that this...
Hi,
I have my nrf52 DK. I would like to advertise as Beacon and be BLE (which I can connect to via iOS app) device at the same time. Do you know any examples of this kind...
Why does the macro CHECK_RAM_START_ADDR only check for C_LINK_CNT and P_LINK_CNT and not the SEC_COUNT? It is always set to 0 in the macro.
I have increased the central_sec_count...
Hi ,
I use timer to handle pwm signal,
1.when calling button by phone is pressed,
Timer starts,(function:on_key_trig_speaker_event())
2.pwm signal run (speaker_meas_timeout_handler...