Recently, I try to programme nRF51822 DK communicating with nRF2401e1 DK,unfortunately,which does not success. With setting radio configuration: TXPower,frequency channel...
E:\BLE\work\nrf51_sdk_v6_0_0_43681\nrf51822\Board\nrf6310\s110\ble_app_hids_keyboard
SDK 6.0.0
Softdevice 7.0
When I connect to Android 4.4.3 device(Nexus7 II) will...
E:\BLE\work\nrf51_sdk_v6_0_0_43681\nrf51822\Board\nrf6310\s110\ble_app_hids_keyboard
SDK 6.0.0
Softdevice 7.0
When I connect to Android 4.4.3 device(Nexus7 II) will...
I have been trying to understand and get the “ble_app_template” running this weekend, but I keep running into errors. For example in
static void sys_evt_dispatch(uint32_t...
Based on the nRFUart demo, I added a masterEmulator.DiscoverServices() block before the DiscoverPipes() block in a very similar manner. Purposed is to be able to get more...
Hi,
There is much talking about the "large data transfer" over BLE, the l2cap channel being the best option for the moment.
However, does anyone know the datarate achievable...
NRF24AP2 with MSp430F149 . ASYNC 9600 N 8 1
step 1 : reset NRF24AP2 with reset pin , and received a pulsing signal through RTS pin
step 2: send a char (0x4A) to NRF24AP2...
The chip I am using is the nRF24L01.
Not the nRF24L01 P .
One module is Rx-receiver and two modules are Tx-transmitter.
The test is carried out with one Rx module and...
hello,everyone! I'm having a major problem with my nrf9160 dk board suddenly not connecting to the cloud. I registered and renewed my certificate, but the result still failed...
Hi:
There is no driver on win7 using nRF5_SDK_17.1.0_ddde560\examples\peripheral\usbd_ble_uart example.
I tried to use nRF5_SDK_17.1.0_ddde560\examples\usb_drivers, but...
Hi,
I am develloping a solution with an extended advertising.
In order to see the advertising, I am using either the nrf connect mobile APP, either Nrf Connect Desktop...
Dear Support Team,
Based on SDK15.3, nRF52832, follow the instructions to run the DFU process, use the mergehex.exe tool to merge settings, app, boot, and sd into one hex...
Hello everyone,
I currently using this lib: GitHub - Martinsbl/nrf5-mpu-examples to read data from MPU9255, when I'm using the easydma for accelerometer and gyros its work...
I am using the PSA library for the nRF340 and trying to use persistent keys.
It all works without persistent keys enabled, but if I add the following two lines to the prj...
Hi. I am trying to start programming our own development desk with modul ACN52840 (SoC nRF52840). I can provide schematic of development desk in private message if needed...
Hi,
I am develloping advertising configuration and would like to use the fast or slow advertising mode.
In the ble_advertising.h, it seems that the limit are an uint32_t...
Hi,
I am performing several "mlme_reset_req()" on a nrf52840 during runtime without problem, for the most part.
However sometimes the radio stack will stop after a ...
Good day
I noticed that the NFC tag reader sample is not compatible with the nrf9160K. Is there a reason for this ? will development be possible?
Thank you!
Hi Nordic
I downloaded nRF5340 DK Hardware files (Altium Designer files).
pca10095_sheet1 and pca10095_sheet2 can be imported in PADS logic tool.
But, files from sheet3...
Hello,
I have a problem when I send data with CDC ACM and using CLI interface my data is mixing. If I put a delay between sending data I have no problem but this solution...
Hi, I want to enter the NRF52 into a standby low power mode.
I am running sdk17.0.2, with FreeRTOS and softdevice (7.2)
The steps I take are:
1) stop all my threads...