Dears,
I have tried to install the nRF connect SW package on a Windows 7 32 bit system (different versions) but was not able to get the applications running. When installing...
Hi everyone, I'm working on a project with Zephyr (v2.9.1) and I'm facing a compilation issue related to managing two SPI devices on different buses ( spi0 and spi2 ).
In...
Hello, I'm running an example of channel sounding using nRF54L15.
The build is fine, but the following error occurs during flash.
Python is using 3.12.4 version. As you...
Hello,
I'm here again because this time I need to autoconfigure (configuring from inside program, no use of any nrf app) heartbeat destination node and source node.
For...
We have developed an application which uses the nRF9160 together with the same GPS and Ethertronics/Kyocera/AVX antennas as that of the nRF9160-DK . For the LTE antenna, we...
We're trying to measure supply current used by the NRF9151 DK but have discovered that the current measurment connector (P22) only includes current supplied to VDD, and that...
hi,
I am using nRF52832 with SDK 12.2.0 and S132 softdevice. I am faciing some issues with the memory usage. When I declared an array of size 50 bytes, my application behaves...
Hi Nordic Support Team,
I try to go to low power mode and coming back but can't at all.
I have used the example pwr_mgmt in sdk 12.3.0, but when try to use its function...
I am using the nRF51822. I am using the regulator (not the DC/DC) connection and am not using the low-power (1.2V) mode. All supplies are 3.3V.
Additionally, I am only using...
I want to make a small sensor that will wake up every once in a while, turn on advertising for a second or two and then go back to sleep again.
I'm trying to figure out...
Hello,
I've using mynewt to develop an application using the nRF52 DK (PCA10040 1.2.1, IC marking: N52832 QFAAB0 1701FH). I've been using their basic hello world application...
Hi,
I would like to update advertising packet, but every time I get error NRF_ERROR_INVALID_STATE in function sd_ble_gap_adv_set_configure(). I set all parameters properly...
Hi,
I am connecting the nRF52832 UART (on my nRF52 DK) to an external device, which by default uses 9600 baud rate (but can be reconfigured differently).
In the case...
I have a board populated with the nRF51822 and associated components for the application.
I am able to flash the device successfully and successfully verify the flash. ...
I want to send data from the device to the server in some way.
We plan to connect the device and Android via Bluetooth and connect to the network using Android's 4G line...
Hi
We measured the SPIS waveform and found some issue on tspis, vso.
In nRF52832 v1.4 page 303, the max value of tspis, vso is 19ns but we measured it is around 39ns~49ns...
Hi everyone,
First of all ,Thanks for being such a supportive forum, I ask a lot of questions(I am a beginner to nordic and BLE)
I am using the example given in the sdk...
I am using nRF52832 IC with SDK v15.
I want to sample some data with 3200Hz sampling rate from SPI interface. There is an accelerometer connected via SPI interface. I...
We use nRF52832-QFAA-B0 and we found that PAN16 issue is still present, at least in some corner cases.
It happens when we put the chip in low-power mode with WFI ; at wakeup...
Can anyone help me?
Each service is working standalone.
There are two cases:
1.the BLE can't connect auto by iphone.
2.firmware can't receive notify...
I am hoping there is a Wiegand protocol file i can import into the project so i dont have to write it. Is there a function that has already been done i can import into my...