FIXED (see below)
Hi!
I'm developing software for nRF52 on nRF52 preview DK, which I got on the Global Tech Tour.
LED blinking (blinky) example is running OK, so I moved...
Hello everyone,
I am using the great platformio toolchain that supports the mbed framework so far. I am still a newbie to it however.
I want to be able to use both the...
Hello!
I have a device with nRF51288. And I need to fill technical specification with the following parametres: operation freq., channel bandwidth, modulation, number of...
Hello,
Does anyone have a suggestion for a production programmer for the nRF24LE1 One Time Programmable version? I have been able to program the units with the nRFGo Studio...
GOAL: To send one 20-byte data packet from an Android Galaxy S5 to nrf51822 and send three 20-byte packets from the nrf51822 to the S5 in a single connection interval of 10...
Hello, I have looked into the compatibility matrix and I couldn't find any clear answer about if the NRF Beacon Kit is compatible or not with the S130. Does anyone tried to...
hi:
now.i have a development board(nrfgo motherboard).there is a debug port on the board.i think it can be debugged on the keil.if it can.what driver or others i need.thank...
I'm in the process off trying to learn the world of BLE. Currently, I'm using nRF Connect for Desktop (w/USB dongle) as the learning platform. Using 'Server Setup' I configure...
We use the chip product of nRF52810 to do a wireless module design. While in sleep mode, we found some spikes, which are 0.6mV in amplitude and 180ms in period. It is not...
Hi,
we use CC310 (in nRF52840) in a project (working directly with the CRYS API from SDK 15.2.0). When doing a test of ECDSA with secp256r1, following the one given within...
Hello,
I am trying to change the tx power for my nRF52-DK which is having nRF52832 chip. I trying the following code to change the tx power to -40 dB.
int8_t tx_power_level...
Is there any example about the dongle nrf52840 act as a central? Is that possible? In that case for a ble connection between dongle and board a service does to be create on...
Hello,
I need to long WRITE AND long READ from a central/client (android) to a peripheral server (nrf52). when I says long it means longer than the MTU.
LONG READ
I...
At the top of the Nordic home page, there's a link for "Bluetooth Software":
Following that takes us to https://www.nordicsemi.com/Software-and-Tools/Software/Bluetooth...
Hi!
In a Bluetooth mesh, we would like to get a feedback message from a group of nodes, via a reply message, after sending a message to the group.
The Bluetooth blog writes...
Hi. I am trying to get the peer address from of the peripheral my central has connected to within the BLE_GAP_EVT_CONNECTED event.
The following returns the address, however...
Hi folks,
I try to do create timer. Therefore i want to adding some files in blinky project. So here is some screen shot. Thats about debug error. First i used SDK 15...
Hi team,
I was asked by one of my customers, that if they can use nRF51822-QFAC (existing products design) as peripheral while connected by 2 central (Phone & Router)...
Hi I am a fleding embedded system engineer trying new ways to develop a process( Flashing) in my company,
My company's senior software has designed a control box which...
Hi,
I am facing problem while developing code for the application.
I am working on the "ble_app_uart" example code to develop my one of the application, But after making...
I'm using the code from Vidar supplied here . It works well, but shuts off after 3 minutes.
Based on the idle_state_handle brief, " If there is no pending log operation...
Hello,
I would like to touch on some problem we encountered when using the MPU9250 sensor.
Our goal in the project is to simulate the movements of the MPU9250 sensor in...