Hello, we're currently developing BLE devices with PCA10040 and nRF Conenct SDK 2.9.0.
During a series of experiments, we found that with the same hardware and the same...
I just obtained a PPK2. Nice to see an ARM native installer for nRF Connect on MacOS.
However, for the PPK2, only "Not supported yet" is displayed.
MacOS version is 14...
I am receiving the above error when trying to create a destination under "Device Management -> Message Routing Service -> Add Destination". There is no further indication...
NPM2100 EK CONNECTION
Can I connect The NPM2100 EK with NRF52 DK? If so..... 1. How do I physically do this? 2. Can I program the NPM2100 EK to send Voltage Supply of 1...
I'm trying to convert some code from ESP32 to nRF, and I'm having problems with the microphone input. Mind you, I'm a beginner with nRF, so I'm sure I'm missing something...
Hi,
I got my hardware modification which added the nRF21540 to our system more or less running under NCS v2.9.0.
Currently, I have the following FEM and antenna configuration...
Hi,
I am using nrf51822 with SDK 12.2.0. As of now, we are using RL-51822-A1 for beacon as well as scanner.
But, we are not getting stable pattern for RSSI at 2m, 4m and...
Good day!
I am working on a custom board which has NRF52 and am using SDK 12.2.0 and in that, I want to stream BNO055 data. The base code I'm using is ble_app_hrs. The problem...
I want to set gpio using one interrupt and want to clear it using another interrupt funtion?
It seems i can only use the toggle funtion ,if i use the nrf_drv_gpiote_out_set...
Problem Statement: For one of our requirement we have to switch tx power in steps in ascending order continuously.
We are using ble_radio_notification feature to achieve...
Hi,
I'm trying to receive sensors data from three fdc1004 that have the same address. Can you have three TWI interfaces at the same time? How do you modify the nfr_drv_twi...
Hello,
I've just started using Segger Embedded Studio v3.30 for my development and I've been having trouble setting it up. I followed the instructions in this blog but...
Hi, I am programming on Thingy 52 to try to get it work like one of my nRF 52840 DK. Basically, I want Thingy to send beacons with data periodically and another Thingy to...
I have followed the tutorial given in the Nordic Devzone for using eclipse and haven't faced any problems while compiling and uploading the example "blinky".
I made sure...
Hi, ,
I am working on the nrf52832 development kit and want to program it as an I2C master. I have download the nRF SDK v12.3 but I am unable to understand the code written...
Hi guys
I am wondering what could be better for my system:
Multiples nRF52 central and peripherals (uart input/uart output to simulate keyboard and display)
SDK 13 ...
HI,
We use nrf52832 on a device with sdk 14.1.
Our product has to work at different temperature (between 20 and 70°C).
We did some measure and found this :
...
Hi, I have met an issue that the "ANT_CONFIG_TOTAL_CHANNELS_ALLOCATED" can't set more than 15 in ant_multi_channels example. Now I have a project that it need receive 100...
Hello all,
I am having some trouble changing the color of the LED in the Thingy via code in C# with Unity. I am picking up on a project and the previous workers managed...
Dear comrades, I am trying to advertise a simple packet with the nRF8001 embedded in the RedBearLab Blend Micro board using it as a beacon.
I am using the ble_broadcast...
i was using the serial example in examples/peripheral/serial and i Want to display integer value int i=1234 on the serial terminal(putty).I want to convert the int value to...