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...
Now that I have TWI and the BLE stack initialising, I'd like to create services. The Server (peripheral) sends out a few bytes to the client when a local trigger happens,...
We're working on a project with the nRF51822, but most of our developers are working from OS X and Linux. Is it possible to flash the softdevice from these platforms? Also...
Seems like the timer API uses low priority interrupts. Now, I dont need the timer triggers to be exactly delivered so that is fine ... however, i do need to know the exact...
Hello. I've used the design template that initialises everything for Bluetooth communication. These are the initialisation calls made in main():
// Initialize
leds_init...
I have to use TWI(I2C) interface to configure sensor.
Now ,i reference "nRFready Smart Remote " project drv_gyro_mpu6050.c .
and change the register number ' configure....
I want download ios app demo source code from www.nordicsemi.com/.../nRFready-iOS-Demo-App
it say :"please enter your product key once more for access "
How can i get product...
hi, I am having problem trying to get the app_uart.c to replace the simple_uart on the blinky example with PCA10001. My uart param as follows:
void uart_event_handler...
Is there an example firmware project available for a Gazell Host using the pairing functionality?
It would be nice to have the host code of the "Gazell Pairing Desktop...
In connection with a nRF51422 evaluation kit, I installed the Keil development tool in a non default path then subsequent installation of nrf51_sdk_v4_3_0_27417 produced a...
How does the nRF8001 chip generate the passkey in the DisplayKeyEvent? Is it possible to set this passkey from the App Controller?
As I understand it, the SetKey command...
I find this strange but I can program the HRM demo fine but with my own code it compiles with no errors or warnings but will not program with Error: Flash Download failed...
Hi Nordic,
I want to develop a PC software that works as a master device which can scan for advertising packet, establish connection, etc. Basically, something similar...
Dear Sir,
After I remark this //BLE_GAP_CONN_SEC_MODE_SET_OPEN(&cccd_md.write_perm); and program it into nRF51822, then I cannot program it again. PC program report it...