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...
I try to update/replace the code in a nRF52 board from 3rd party (Fanstel). They only able to provide the private key which I can create the zip file but not able to give...
For our application, if the device loses connection, we enter beacon mode for longer range, and advertise using extended advertising to broadcast more data. Beacon mode wit...
Hi, I send application data using Read blob PDU from nRF52832. nRF52832 firmware is connectivity of Serialization of nRF5_SDK_17.0.2 for UART interface.
After connection...
I have followed the Scheduler tutorial ( https://devzone.nordicsemi.com/guides/short-range-guides/b/software-development-kit/posts/scheduler-tutorial ) and was able to use...
Has anyone characterized the nRF5430 ADC dynamic performance such as harmonic distortion, SFDR, SNR over frequency. I am interested in the 10-2kHz frequency range.
Th...
Hi,
I just want to know is there any Pre compiled hex files are available to convert my Thingy 91 as Thingy 52, I just want to use my Thingy 91 with Thingy 52 Bluetooth...
Hello,
I am developing a custom board using NRF52820 and I am trying run the Blinky example on it with no success.
I am trying to adapt the blinky example for PCA10056_S140...
hi support team,
i searched devzone, my question are similar with "devzone.nordicsemi.com/.../349118
it is clear we can't set it manually. and there is no API to achieve...
I'm trying to build the lwm2m_client using SES through the toolchain manager. I continue to get the following error: "Error starting process C:\ncs\v1.9.0\toolchain\opt\bin...
With KPN and Deutsche Telekom LTE-M SIMs we get dual-stack APN with both IPv4 and IPv6 IPs.
But the iBasis LTE-M SIM is giving out only IPv4, ignoring any previous +CGDCONT...
Hello, I am trying to figure out an issue that is happening in my project. I am using the NRF52840 chip and I configured the WDT correctly with WDT-> CRV = 10 * 32768 (the...
Hi everyone. I want to take advertising data with ble scanner and transmit to esp32 via uart. But I don't know how to do this. Is there an example for this? I need your help...
Hi,
When building a project with nrfonnect , sdk-nrf v1.7.1 that worked for colleagues I got strange warnings:
and the building aborts.
What is very strange is that...
Hello The function scan function is being implemented with nrf52833. The desired action is an action that does not connect immediately when the scan starts, but when you receive...
Using nRF52840 and SDK15.3
I'm seeing some documentation on the DFU process and all that but I'm having to write my own bootloader transport (and lower) layer to implement...