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...
Story and Official Code Test Passed
I am trying to integrate BLE into Smart-Lock and LoRa Terminal . So I build a custom board with off-the-thelf modules to evalute and...
I am current develop a "Surface Dial" hardware compatible device. (nRF51/S110)
Everything is ok but the host PC will freeze about 30 secs after my device wake-up from sleep...
I'm working on a product that is somehow related to geolocation. As part of it, RSSI measurement is sent back at high frequency to the central. Currently based on nRF51822...
Newbie here hoping to get some direction on how to properly setup a timer to have a timestamp displayed for DEBUG messages. I am working on a PCA10040 board. I tried looking...
Hi,
I have some basic doubts in installing the power profile on nrf52Dk(nrf52840). I'm trying to use it on my central device which has its application FW running. I have...
what is the sending data rate of the sd_ble_gatts_hvx() ,why i use sd_ble_gatts_hvx() send data 600Byte per second, it lost data again . it can be use yes or no ?????????...
I can copy a Hex file from a Mac to the mbed USB drive and the code executes correctly. However, if I upload the hex file from any windows PC in our office (Windows 10) the...
Hello, I am trying to generate pulses with the nRF52832 chip.I created a basic setup for test purposes; I simply connected a LED to the PWM output, but even though I put 0...
Hi,
I have designed the Circuit using NRF52832 BLE and AT8010-E2R9HAA RF ANTENNA and tuned the circuit accordingly. Since the antenna was not available so I placed other...
I'm relatively new to development on the nRF52832 and I'm trying to find information on how to use the sleep mode with the SAADC.
Goal: The micro should be in sleep mode...
Hi,
I am trying to create a BLE node which can perform dual role(advertising/scanning) to create mesh of multiple nodes. I am planning to do it with the help of timer....
the project has a problem with DMA,the detail is:
on the board,NRF52832 and extern chip communication with i2c bus,the chip through a pulse wake up nrf52832,NRF52832 start...
I have NRF51822 Controller(custom board,S110) used to send some sensor data. i can able to receive data in android and ios. now i want to communicate to Laptop which has internal...
Hello Everyone,
I am new to nrf51822 (using S130). I made some custom service that accepts float numbers.
This might be noob question: I want to send float values from...