Hi,
I am using the NRF8001 in UART mode and attempting to bond with my android device (Lollipop 5.0 Nexus 6).
i am using the nordic arduino sdk which is found here:...
Hi, I'm using the nRF8001 in an application that requires security so bonds to the remote client/central. My device supports firmware upgrades that may involve new nRF8001...
Hello.
Initially when reading the Gazell documentation I didn't think it'd be a problem but now in Keil seeing this has introduced some doubt whether it's a thing:
...
We would like to be able to calibrate the rRF9E5 ADC
Our proposal is to permanently fit voltage dividers, each using two precision resistors, on two of the ADC Ports and...
At some point in the past I had nrf51+gdb+breakpoints working just fine. I even have a bunch of __BKPT() calls in my various error handlers to trap into the debugger.
At...
Hi,
I'm trying to program nRF51822 Beacon Kit using nRF51DK. I'm trying to load the example ble_app_beacon to the beacon kit. After uploading SoftDevice 7.1.0, I try to...
Hello
I'm using the nRF51 DK and I have a UART over BLE link set up between the board and a phone with the nRF UART app. I'm trying to get the board to execute a particular...
Hi,
piggying-back on BT nus shell sample (workspace project), I try to define my own dt nodes.
I keep getting error like devicetree error: /aliases: undefined node...
Hi ALL,
v2.8.0,NRF54L15DK,I would like to ask:
1. if my pin is P0.00, is nrf_gpio_pin_set(0) correct?
2. If my pin is P1.01, is nrf_gpio_pin_set( 33 ) correct?
Hi,
I would like to flash the ad sample on Nrf54L15-PDK
Flash ends with error messages:
build messages:
I'm I tried running west flash --recover.But it didn...
I have completed a mouse program with 52840, but there are some problems at the moment. On some computers, usb will fail to obtain the descriptor, but there is no problem...
One last issue to crack. This one has been in production for a while and hasn't caused any issues other than a little annoyance to the customer. By my measurement when RTC...
Hello,
In regards to the nRF Connect SDK...
I am looking into the possibility of switching out the current implementation of AES used by the Bluetooth firmware. I am curious...
the pin for XL0 and XL1 is P00 and P01
but in my project, I need P00 and P01 works as UART.
I set the parameter to start inner RC clock.and find that: LFCLKSTAT show the...
my costom board is based upon the BT840F fanstell board. I know that this board is based on the nrf52840 QIAA SOC. but I also understand that nrf52840 QIAA has different configurations...
I am working on custom hardware with an nRF52840. I have added the MCU boot in my earlier development as well but this issue I have never faced before.
Problem statement...
Hi,
iam trying to write the data in nvs which i give input through GATT.i can read and write in nvs when not using gatt,BT.
I have 2 codes,1 is working but without GATT...
Hello,
Board: custom board
Soc: nRF52840
SDK: nRF Connect SDK v2.8.0
I would like to know device mac address and use the mac address in advertsing.
can you please...
This page (v2.8.0) https://docs.nordicsemi.com/bundle/ncs-2.8.0/page/nrf/app_dev/device_guides/fem/fem_nrf21540_gpio_spi.html
Suggests copying the following into devicetree...
I am trying to get std::vector to work on nRF52840 running Zephyr in Visual Studio Code running v2.7.0 toolchain , but have been unable to do so. I found some similar tickets...
Hi nordic
I've try to enable 115200 baud UART on p0.9 and p.10 but I can't make it.
I just saw a thread about 52840 can't use 115200 uart at p0.9, p.10:
https://devzone...