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...
Hi guys,
I am using the gcc setup to program my boards. However for flashing the softdevice I use nrfgoStudio. SO I downloaded the hex file and fashed the siftdevice. But...
How do you create hid information for a joystick and send it over BLE. Nordic doesn't seem to have
primitives for this (they have keyboard and mouse facilities). I'm working...
Hi, I'm having this trouble since some weeks ago and I was looking for an answer in documentation and was impossible to find it.
I have a device with Nordic ble chip and...
Hi,
I am trying to store a data using fstorage, but the code gets stuck at wait_for_flash_ready(&fstorage) when called outside the main().
Kindly help me to solve the...
Hi! I'm a beginner working with a project that uses nRF5280 Softdevice 6.1.1 and have some questions wrt to the peer manager and its ranking system . I can see the whitelist...
to who it may concened
nRF5_SDK_15.2.0_9412b96
i used tool to write the s140_nrf52_6.1.0_softdevice.hex and nrf52840_xxaa.hex(from example ) to NRF52832 by nrf connect...
Hi,
I have a C++ array or structure initialization issue that only occurs on nRF9160, but not other devices.
I am looking at the possibility of using JEDI in our IoT devices...
Hello,
I'm working on a project involving both the nRF9160 and the nRF52833 on a single PCB. Since PCB space is at a premium for this project, I would like to know if it...
Regarding the new modem command AT%RAI, the documentation here says:
In addition to using the %RAI command, the application must tell when the data connection is not needed...
I have logged in, I am using the same email address and I have read and - I believe - qualify for the license agreement.
Can you please look at why my request is denied...
Hi,
I am trying to migrate my project from 52832 to 52810, somehow i found the services can't be discovered. And seems that on phone it's looks like it is connected, but...
Hello,
how to activate the Early Release Assistance Indication, to bypass the RRC_CONNECTED state.
This page from Telekom suggests that the user can do that to save much...
I saw in some post smart Bluetooth can have 7 active device. I would like to know what is the maximum number of Bluetooth devices i can pair up in sleep mode? i am doing a...
Hi,
I'm using SDK v17.0.2 on my nRF52840-based board. I have implemented buttonless secure OTA reflash and it generally works. When I get the NRF_PWR_MGMT_EVT_PREPARE_DFU...
We have some dev code where the workflow is as follows:
1. an engineering version of firmware is loadded to target. The target is erased then programmed in the normal way...
Hello,
I am using nRF9160 dk for prepare a program to I2C scanning for address. Can any one give a guide for start this task. Moreover, I am using Zephyr kernel on nRF9160dk...
Hello,
I want to read external accelerometer on nrf9160dk using I2C. But when I connect SDA and SCL pins of sensor to nrf91, there is no output.
The Code is:
When...