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...
Hello there guys i been reading your 100 pg PDF for awhile now and im yet to understand or realize how is it that i add/place/create a payload or data to send/Tx via Master...
I am interested in writing a BLE central that reads data from multiple BLE Nordic sensors. The BLE central will be running on Embedded Linux which uses the BlueZ stack.
...
Hi,
I'm trying to get S110 softdevice (v8.0.0) working with RIOT. I had some issues (I couldn't initialize TIMER1 or TIMER2 until softdevice is setup & enabled) but I think...
Hello everyone,
I got a task which I try to implement using a NRF51822 iBeacon board.
The Task:
Advertise a Device and provide a mechanism to connect without traditional...
Hello, I'm working with the EK PCA10003, that has the NRF51422. I'm trying to read the information of the accelerometer MPU6000 with an ISP interface. At the moment I cannot...
Hello,
Is there any example to follow in order to interface an External NOR flash memory with NRF52832, using the newest version of the SDK ( v17.0.2 )?
Thanks in advance...
Hi,
Can anyone guide me to the right path for how GPS can be attained with the Thingy91?
If possible, i require the complete information on it.
Thanks in advance,...
Hello,
I'd like to use the Python bindings for the PC BLE driver. I had a look at the github repo and it seems that I need to program the device with the correct connectivity...
If i set register CONFIG.MCKEN to 1 so Master Clock generator is running and the output is on PSEL.MCK
and in the CONFIG.CLKCONFIG register i set the source to PCLK32M then...
How is the device tree editor inside Segger embedded studio supposed to work.
Its really difficult to edit the values requiring multiple attempts and the edited values do...
Hello Technical Support team,
I have a strange problem at the moment. I am currently using the USBD_CDC_ACM driver on the nRF52480 dongle hardware. Software SDK version...
Hello all,
I m working on nrf9160dk and zephyr and I would like to get modem's informations.
To do that, I've used the modem_info_init and modem_info_string_get function...
Hi,
I've just moved to nRF Connect 1.4.1 from 1.3.0 and my application started crashing at random place.
Also, I've started seeing the following error in the output and...
I have programed the nRF52 dongle as sniffer using the hex file from the 3.1 release using nRF Connect programmer. When I plug dongle I expect a COM port to be created in...
I am trying to use the SCAN RSP data. Scan req is set active and I see SCAN REQ and SCAN RSP in captures, however my central does not give my application any data. I am using...
Dear Sir. We are preparing the KC certificate for nRF52832 , specially the ANT+ certificate. To do that, we have to prepare something such as RF test sample, software something...
Hi everyone, I'm using the nRF PPK2 with the nRF Connect Power Profiler software and I have some questions about them.
I want to perform measurements over a long period...
I am working on nrf52832. i want to transmit the multiple sensor data via ibeacon.
when i am include first sensor(.h and .c) its working fine. but including 2nd sensor file...
Hi there, i am trying to connect 2 nrf52DKs together and send data to each other. ONe of the NRF52DK works well an I can connect to the phone app and I can see the data but...