Hello!
I threw away the Sparkfun board and replaced it with a nRF9151DK board; I'm hoping to get it work now, after trying for a year.
I'm using SDK 2.6.1 and 2.8.0; the...
example Matter_light_switch in vs code
version using nrf connect sdk -> v2.8.0
manage tool-chain version v2.8.0
nrf52840dk
getting error while building code
...
Hello,
I have a few questions about the nRF9151 DECT NR+ modem.
I see that from the docs that the max TX power is 19dBm, so it's a Class III device as defined in section...
Hi,
I am using nrf52840 to develop a product. I use NCS sdk v2.5.0.
I developed a project based on the [Bluetooth: Central HIDS] example in the NCS SDK. This example enables...
We are running an HCI controller on nRF52833 based on the Zephyr hci_uart sample code. We are using the Zephyr 3.7.0 LTS version.
We have set CONFIG_BT_CTLR_DATA_LENGTH_MAX...
Hi,
Platform: nRF54L15, SDK 2.9
The application is Matter + BLE. CONFIG_CHIP_DFU_OVER_BT_SMP & MCUBoot are part of the configuration. As soon as we enable the BLE...
Hello,
I'm reading about 700 values from an LSM6SDO gyro/accelerometers per second and need to store them, before sending them over bluetooth once where I store them is...
Hi,
Actually in our application we have connect accelerometer sensor to Nordic by SPI. I'm calculating power consumption for it. In datasheet it's mentioned for SPI Data...
Hello to everyone,
My problem/question now is about the MasterEmulator. I´m working with the nRF51822(SoftDevice) and i have my own program already working more or less...
Hi
I am a newbie to the bluetooth technology. I want to ask some questions:
How to apply a LLS(lost link service) profile to a bluetooth module?
Can I buy the...
After reading devzone.nordicsemi.com/.../is-there-any-differences-between-nrf51822-and-nrf51922 and the literature around nRF51922, I'd like to know if there's going to be...
Hi,
I've developed an application which sends sensor data through the BLE interface at maximum available bandwidth by checking the BLE_ERROR_NO_TX_BUFFERS return value...
Hello,
I was wondering if anyone has had success communicating with the nRF24L01+ eval kit and a Raspberry Pi. I have found several examples through Google and am trying...
I am requesting the softdevice to start/keep the 16Mhz crystal oscilator running with the following code:
// Request 16 MHz crystal oscillator
err_code = sd_clock_hfclk_request...
Hi,
I have Nordic Nrf51822 custom board.
in that we have spi Nor flash.
i check the spi read and write with an application without soft device enabled.
which is...
Hi all,
I'm having problems when linking my code intended for use on the nRF51822. For some reason there are missing symbols that are needed. I've traced the dependencies...
Hello,
Does Keil's Lite/Evaluation MDK-ARM tool chain version suffice for development work on nRF51 devices? Please advise!
I have seen questions about using GCC and...
I'm using the s110_nrf51822_5.2.1_softdevice with the NRF51822. If I understand correctly, after pairing the NRF51822 with a phone, a long term key has been generated and...
Hello,
I decided that bonding (does it equivalent to "pairing"?) is not allowed in my application, so I modified the following definition in main.c:
#define SEC_PARAM_BOND...
We are trying to get the ANT feature to run based on RTC as follows:
a. Timer RTC0 or 1 (1 for this example - tick is disabled, compare is on.)
b. Timer initialized (all...
Hi,
I'm a new learner for the nrf51822. In the SDk ,there is an example of esb which is used for the radio transmittion with ACK. I want to know that if I can use the esb...