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 ...
Hi,
I have the exact same issue as mentioned in the below case -
Ticket - LE Data Packet Length Extension does't work
But as this was 2 years ago, I wanted to know if...
Hi Earlier this week I got a mailshot from Nordic with the subject "Nordic Semiconductor’s nRF52840 System-on-Chip is now one of the first chips supporting Bluetooth LE with...
I have used the cli module in SDK 15.0.0 to create a test interface for a API I have built over UART. It works problem free when typing commands by hand but when automating...
Hi,
Look the nrf_mesh_rx_metadata_t definition:
typedef struct { nrf_mesh_rx_source_t source; /**< Source of the received packet. */ union { /** Scanner packet metadata...
Hi,
I'm eveluating the mesh SDK (with segger studio) for some days now and I can not stand that I still can't figure out what the examples for BLE mesh can and can't do...
Hi,
I'm in the middle of developing a software that runs on nRF52840 and scans for BLE devices all of the time, then quickly connects to each and every one as fast as possible...
We're using a host PC to write factory calibration data to an nrf52 running SDK14.0.0 and S132. We're using a serial port, 115200 8N1, without hardware handshaking. The SD...
Hello,
very simple question:
each time i click on the link from the following page, I get an ACCESS DENIED error
infocenter.nordicsemi.com/index.jsp
I know that...
I made some changes in mesh light_switch_client example code and tried to build it in SES, it passed compiling, but stucked at linking:
Building ‘light_switch_client_nrf52832_xxAA_s132_6...
hi..
i merged the two programs twi sensor and uart ... successfully complied
but while debugging i am getting this error
while (m_xfer_done == false)
lm75_mode();...
Hello all,
I have a question about the SAADC of nRF52832.
Now I use the SAADC to measure the some external sensor voltage and the internal VDD voltage.
The sensor connection...
Hello, Excuse me! I used the LFRC,the calibration interval of which is 8s, in my application on NRF52832. In order to measure the power consumption,I want to know the duartion...
Hi,
As well know, nRF52832 can use "16Mhz base-clock to output PWM signal, and it is very simple to create 4Mhz, 2Mhz, 1MHz signal output,
But, If I want to output a...
I'm trying to get a stripped down, simple LED blinking sample to work (like blinky) when building with GCC however main() is never called. I'm guessing I'm either using the...