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, i am using:
-nRF 52 DK
-nRF 52832
-Sensor of Maxim Integrated
-SDK 17.0.2
I have some problems in handling the I2C through the nrfx module.
This is my ReadByte...
Hi, I have a set up consing of an nrf52840, a Raspberry pi and a Linux workstation, which communicate over IPSP following the IPSP sample from Zephyr OS. The nrf52840 is a...
Hello,
I just received an NRF52DK today. I was able to run the demo (LED blink/Switch and NFC) which comes factory installed. But copying the hex files from demo (proximity...
In the picture, the usb pcb is PCA10000, the circle PCB is the product PCB.
The diameter is 20mm.
Chip antenna is used now but the distance is 5m in 4dbm TX.
Here...
Hi all,
I would like to design a product based on the nRF52832 chip. The board should have an accelerometer, a charging circuitry for a LiPo and some additional components...
Hi there,
I am done with TI and the new IDE and Stack 2.2
May be anybody can point me to the right IDE and chip to replace my TI CC2640 4x4 designs to Nordic semiconductor...
Hello,
I would like advertise for an unlimited time.
Why value 0 in ble_gap_adv_params_t::timeout don't work ? Device don't advertise anything. It works fine with a positive...
In the nrf_drv_gpiote in SDK 11.0, I can only find a function to get the address of the out task for a gpiote channel. Shouldn't there be a similar function to get the addresses...
I am working on nRF51822 ble_app_bps and I want to use Estimote SDK to monitor beacon on the background.
I also changed UUID, Major, Minor value: UUID.fromString("00001810...
Hello,
We can not convert Altium File to DipTrace or Eagle File. We need those files asap. I'd be thankful if you could help me in that issue.
Thank you
Hello Nordic Support Team,
We have a product that uses nrf51422_CE_AA, Revision 3, 256KB ROM, 16KB RAM, PCA10028, SDK 8.0.0, S110. Since there are more than 7000 devices...
I'm trying to get the default SDK v12.0.0 BLE App UART running with SoftDevice S130 v2.0.1, with minimal customization (I just enable the Peer Manager module in sdk_config...
Hello,
I am using i2s through the driver : "nrf_drv_i2s". After playing a song, I have a residual current consumption about 1mA unless I call nrf_drv_i2s_uninit every times...
Hi everyone!
I flashed an application with the help of DFU bootloader. The application runs for the first time . The application contains a service that lets the application...
Has anyone had the problem recently of trying to make or debug from within GCC and hitting an exception immediately? I believe I picked up an update to Eclipse because after...
Hi, I'm using SDK12 and I'm trying to implement button debouncing. I have initialized one of the nRF52 board buttons using app_buttons.c. In the infocenter I read that debouncing...