Hi,
I can see in the documentation that nRF5340 DK support TWS operation.
I couldn't find any reference code or more detailed description of this TWS operation of the...
I am using this code to create and start transmission, but I cannot find a way to set the MACID to the internal NRF_FICR->DEVICEADDR values
My method with iBeacon is not...
Dear sir/madam
Background:
We have developed a remote-control system where we use nRF52840 and SDK 17.1.0
VDD is 3,0 V
We also use the library “app_button” where...
When dynamically allocating BLE GATT services and characteristics using custom structures and Zephyr’s dynamic memory functions (e.g., k_malloc, k_calloc), the service registration...
Hi All,
I am implementing BLE-based FOTA for the application core on an nRF5340 using MCUboot . The update works successfully when using the nRF Connect mobile app , but...
Hello,
I have an nRF52840 based custom board (myboard, NCS2.70)
its partitions node closely follows the nRF52840DK dts file:
both have &flash0 in the /chosen group...
Hello,
I have a problem with my nRF54L15-DK board - it is not visible by PC.
nRF54L15 mcu is apparently working fine with last uploaded program, as it is responding as...
I see that the IOS-Pods-DFU-Library interprets the value in this particular characteristic. But I could not find good documentation as to how should this be used?
Can it...
I am running arduino code based on "ble_uart_project_tempelate" in Teensy 3.2 for nRF8001 module. We want to introduce smart nRF52832 modules to rule out Teensy. Does nRF52832...
Hello,
This is in continuation of my previous question about the wrong UART speed. I got it working by starting the HF oscillator. However now the latest revision of our...
I am debugging UART routine and met an issue that it can return back to mainloop after UART receiving. Is there anybody who can give any advice?
Thanks in advance.
Alex...
I have one nRF52822 Ble. It has secure pairing mechanism.
when i connect iphone, App trigger Pair dialog from iOS. and press pairing, then stop.
i can follow nRF52822 code...
I've ported an nRF51 DK project over to the nRF52 DK and the only issue I seem to have with the nRF52 is that the device refuses to pair with my peripheral, hard faulting...
I used the nRF51822 for my thesis and as I was looking for the url of the product spec I used I noticed something strange:
My product specification for the nRF51822 is version...
I've connected my nRF51822 mKit to my Linux system via a USB cable. While trying to upload code on the board, I got the following error:
SEGGER J-Link Commander V5.12g...
Currently i was using arduino for my development but now i want to move forward with Some SOC so i found nrf51822 IC.For using nrf51822 ic i need to buy another board which...
I would like to use the nRF24L01+ for a telemetry project that requires broadcast at 100% duty cycle at a fixed bitrate. Ideally, we could also use our own frame format. ...
I am trying to use whitelisting and a passkey to add security for my application. So far I have the passkey set up so that it is working on the master control panel on PC...
Dear sir.
From [nRF51_Series_Reference_manual], ADC maximum input voltage has two rules.
The ADC should not be exposed to higher voltage than 2.4 V on an AIN pin...
hi
i have one custom service that have 6 characteristics
when in android i want to write in one of characteristics it take about one sec .
is this for having 6 characteristic...
In the Androir master control panel app, in the scanner results there is a 'Type:' line for each device. Most of them around me say 'UNKNOWN' however some say 'BLE only'....
SDK 11.0.0, S132 v2.0.0, nRF52.
I have searched through the many questions already on the dev zone on this topic, but cannot solve my problem. I tried adding the dfu service...