Hi,
I am using a custom nRF52832 board with multiple ADC channel readings sequentially. I am trying to read thermistor (NTC) value on channel 7 and not getting accurate...
I am attaching an adapter board to the nRF52840DK to debug a custom board.
However, if there is any contact failure on the adapter board, the nRF52 on the DK will be the...
Hi, I'm new to this product and currently working on the Nordic Thingy:91X and have encountered some issues that I need help with. below is the details from the serial
monitor...
I initially tried Segger Embedded Studio for ARM and I clicked on connect to J link device, an error occured. I wasn't sure at that time. Then I used the nRF CONNECT for desktop...
Dear Nordic Semiconductor Support Team,
I am using the nRF52840 for distance measurement and have observed multiple distance-related parameters in my output, including RSSI...
I'm working with the Matter Template example and creating a sensor monitoring device on the nRF52840 platform, and I'm developing on a Windows environment with SDK 2.9.0....
I'm looking for some options to extend the PCA10028 with a keybord and a numpad. This would give great options to play around with passkey topics.
As the PCA10028 supports...
Currently we are considering whether we should use external Flash Memory or NRF52 Internal Flash.
External Flash memory has a lot of drawback in comparsion with internal...
Hello,
I am trying the ANT-OTA DFU Update using an ANT Stick and the nr51422 pca 10028 board. The ANT Updater shows that the Image Upload is completed. I am uploading the...
Hi,
I there a way that I can detect if a sections of my code has been interrupted by the Softdevice? I have some time critical code (bit banging a communication protocol...
Hi All,
I am using the nrf51422 and softdevice S310 to send out ANT+ and BT Smart in my project.
I use RTC1->Counter in order to get a timestamp for an interrupt from...
Currently we are considering whether we should use external Flash Memory or NRF52 Internal Flash.
External Flash memory has a lot of drawback in comparsion with internal...
Hi,
I am trying to run an example project which includes a softdevice using Keil uVision on nrf51822xxAA. What should I change in Options for Target? Especially what should...
Hi,
If I connect a peripheral and establish a bonding with MITM the connection security changes to mode 1 / level 3. If the peripheral is disconnected and reconnected the...
Hi,
I am trying to write program follow this structure: first I will enable button using GPIO, then wait botton is pressed, then I read ADC from GPIO pin, if ADC value >...
I'm using a nRF51 beacon as a receiver that produces a pulse when it receives a byte from the transmitter. The code is based on the ble_app_uart example. And I set the connection...
The new v3 of sd132 now has 4 characteristics in the GAP service.
The new one has uuid 2AA6
For some legacy testing I need to disable it's inclusion.
I have searched the...
Hi
I'm using the connectivity interface of the softdevices a lot and recently failures in the documentation of the connectivity protocol caused a long debug session. Maybe...
Hello,
I want to use the NUS service on my BLE communication. I don't have pins connected for UART, do I need to have them?
When I try to run the device, my program initializes...
hi,
1/ i notice that drivers header files are available in two versions. one inside "components\drivers_nrf" folder and the other inside "components\libraries".
and...
I'm using the nRF51822 DK + SDK10.0.0 + s110. I modified the app_ble_hrs example to send 2x 20B packets of data (via a modified heart_rate_meas_send() function) upon a m_battery_timer_id...