Hello,
I am facing an issue with SPI when the SoftDevice S132 is enabled and i cannot figure out what the problem is.
The following test works perfectly when SoftDevice...
Hello!
So I can connect, disconnect and write to my applications characteristics via a PyQt5 GUI I threw together. On the python backend, I use Bleak to
search for devices...
Hi, I am developing using nrf52832 and st7735s.
Successfully displayed the lcd screen using the code in \examples\peripheral\gfx
However, when screen clear, text_8print...
Dear friend I checked the data sheet of 52820 and I didn't see any LPCOMP peripherals. Check the data sheet of 52832, there are LPCOMP peripherals. Comparing COMP and LPCOMP...
Hi,
I am working on internal flash nRF52832 merged with twi sensor, my sensor function will return a string . How to assign the string to the my_data.p_data . i am getting...
Developing on the nrf51822
Have working code for the nRF52840 Dongle using the pc-ble-driver therefore all Bluetooth work is done using sd_* calls. The PC provides easy...
I'm trying to take a project we had working with only an application, no softdevice or bootloader, and add a bootloader and softdevice, with the application still not requiring...
I am working on nrf5_SDK_for_Mesh_v2.2.0 with nRF5_SDK_15.0.0 and softdevice 6.0.0. I run code on PCA10040 dev boards. I am trying use a timer to send onoff message from a...
Hi Nordic,
Does FDS affect PPI ADC acquisition when writing data? The test found that once the FDS is written to the data, the ADC data returned by the PPI ADC is fixed...
Hello Nordic experts,
I am working with nRF5_SDK_15.2.0_9412b96 SDK.
In example nRF5_SDK_15.2.0_9412b96/examples/ble_peripheral/ble_app_hrs_freertos/main.c I have at line...
Hi all,
The setup that I am aiming for has a number of nodes, which will send the IMU data to a central base station. The communication is achieved using a bunch of nRF24L01...
I keep getting stuck in the TIMER1_IRQHandler function.
When I debug the code, I get to line 20 (exiting interrupt function scope) and then the assembly code hits a nop...
Hello!
I have developed a BLE HID (HOGP) device in Nordic SDK 15.0.0 starting from an example project: ble_app_hids_keyboard .
The HID device that I have developed however...
We have a setup where we want to measure the current consumption of a battery-powered device:
The batteries are soldered to the device, and cannot be removed.
We can...
Dear Team,
i hope you are doing good,
I am working on nrf51822 controller, using SDK is 12.3.0 on windows environment. Soft-device is s130
i am planning interface...
Hi,
Wanted to interface NRF52840-DK to Board Mount Basic Pressure Sensors (Honeywell) ABPDANT005PGAA5 which is of anlog output type.Can u suggest can i go ahead with the...
hi......
my peripheral device is heating up quickly what is the way to reduce or avoid heating of the device ?
when i put my device in sleep mode more than the wake up...
Using SDK_14 and unmodified SAADC example on pca10040.
Initially connected A0 (PO.03) to ground but getting seemingly random values.
<info> app: ADC event number: 586...
The file components/libraries/timer/app_timer_freertos.c does not have the function app_timer_cnt_get() defined. Compiling libraries that require it (like external/lwip/src...
I used nRF5_SDK_15.2.0_9412b96\nRF5_SDK_15.2.0_9412b96\examples\peripheral\spis to test spi,but only the first time can receive data. logs like below,"1234567"
is I send...
static void onoff_state_value_update(app_onoff_server_t * p_server) { /* Requirement: If delay and transition time is zero, current state changes to the target state. */ if...