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 am using sparkfun nrf52832 breakout. I am new to this. I don't have a JTAG programmer so I cant program with keil. Is there an alternative solution for the software used...
I was using Sparkfun nRF52832 board to test my application, programming it with FTDI over Arduino IDE. Now I made my own PCB and found out that the IC doesn't have bootloader...
HI there! I am currently having some issues trying to add a custom 16 bit service to my nrf51822 project. Basically I am trying to make a dummy peripheral that I need for...
I have a nrf51-DK. I am trying to get a PWM signal on one pin. Here is my code:
static volatile bool ready_flag;
void pwm_ready_callback(uint32_t pwm_id){ ready_flag ...
is it possible to send ip packet form thread device with destination of non-thread device like ble (i gave ble device hardcoded ip) without border router ?
if yes i want...
Hello,
I am trying to flash my application to my NRF51422. In short, the application is a combination of the ble_app_uart and twi_scanner examples, I am reading data from...
Hello
I'm facing with printf over uart problem in my app. Application based on uart example from SDK 15.2.
However, it happens that printf function prints message to uart...
Hi,
On the latest nrfConnect SDK and zephyr, I started my application based on MQTT and AWS_FOTA samples.
The BSD socket function zsock_getaddrinfo sometimes returns a...
Is there at least one twi example available that uses pca10040e? Not seeing one in sdk15.0 for SES.
I can get the code working for pca10040 on s132 but not for nrf52810...
Hello,
I am new to nrf52 840 SDK, and currently working on Beacon code and really need help to fix some aspect of this code. I have a beacon code and would like to add custom...
Hi,
I'm using 3 AIN pins to read analog readings. However, when I go to sleep mode, I want the current to be as low as possible.
I notice that the AIN pins (saadc) is...
Hi everyone, recenly I had adquired a nrf52840 dk for testing how to work the BLE module. The problem was that in the first attemp the nrfGo showed that message:
I have...
Dear Experts:
Hardware Version :Nordic PCA 10040 1.2.4
SDK Version: nRF5_SDK_15.3.0
Project: ble_app_uart
None code will be modified in the ble_app_uart project. First...
Hello, I am trying to change the data length(maximize) from Nrf Connect Desktop to a BLE5 device. Could someone help me, how to change the packets size being sent? Thanks...
Hello All,
I am using the example " iot_secure_dfu_bootloader_secure_dfu_s132_pca10040 " with the NRF52 DK board.
I have build and load the code in the board but it...