I have ASUS ZenPad 10 with Android 5.0.2,
BLE device on nRF51, S110 SDK9 with fixed passkey and encrypted characteristics with following settings
#define SEC_PARAM_BOND...
Looking for someone that has previous experience building multi protocol / time slot topologies using a mix of BLE (central+peripheral) & custom Gazell connections running...
Hi.
I have nRF51422 borad and want to flash to nRF51422 with JLink.
I supplied to 3.3V power to board and is connedted SWDIO to p23, SWDCLK to p24. JLink is connected...
IUsing the Master Control Panel application on my Android device to connect to my nRF51822 module (acting as the GATT server), I have implemented the Device Manager (v10 SDK...
I have successfully compiled BLE application using tutorials provided on nordic website.
but when I start doing debugging for better understanding find out that I can not...
Hey,
We got a problem when trying to figure out how to detect the custom services from Unity. We are trying to read data and afterwards to do some manipulations of objects...
I want send ble bond connection request from raspberry pi to nrf51882.
Can you please let me know which ble libraries I need to send central ble bond request to nrf51882...
Hi dear, I'm make the tests with send and receive informations using the code base mesh. I need help to better understand the transport of this data
Initially I set my...
I am currently working on LE Audio broadcasting. The system operates successfully on 1M PHY, but I would like to use it to function on CODED PHY as well.
Both the receiver...
We use the https://api.nrfcloud.com/v1#tag/IP-Devices/operation/OnboardDevices endpoint to create and onboard new devices.
Recently, with no changes to code or certificates...
Some questions during the development of a DF project using the nRF52833DK:
Will excessive serial output affect the performance of the microcontroller? For example,...
Hello,
On my custom board, after upgrading from NCS version 2.5.1 to 2.6.1, BLE stopped working.
I get immediately the following trace after calling bt_enable(NULL)
...
I'm migrating from ncs v2.3.0 to ncs 2.6.1 in order to have the ram retetion working with the mcu boot.
But after some modification on my board file using a nrf5340 I get...
I have a custom board file which is based on nrf9160, I want to use it using the west build command and later flash it. I tried the steps under this tutorial: Nordic academy...
Just upgraded to NRF v 2.6.0 (Mac OS; VS Code). Our code previous built and ran successfully on our custom board with v 2.5.0 of the SDK.
Now we get the following error...
Hi all,
I'm developing a project on top of nRF5340. Thus I created a custom board definition in my project area:
That is a direct copy of ncs/zephyr/boards/arm/nrf5340dk_nrf5340...
Hello,
we are trying to use the nRF9160 as a serial modem for a Raspberry Pi running on Debian.
The application is basically the nRF sample "nrf\samples\cellular\modem_shell...
Hi,
I'm trying to build the Serial LTE Modem in my nrf9160 SIP custom board to communicate the STM32 MCU with the nrf9160 using AT Commands via uart.
My physical connections...
Hi,
I created a custom service in accordance with NUS service. I am able to assign all handles, subscribe to notifications. But I am not able to read any data from the device...
Based on my understanding on SPI signal, CS/SS pin need to pull down to low when read/write and pull up high when the action is finished.
May I know if this feature has...
I'm currently working on a project that uses the MLX90640 IR sensor. By default, this device has an I2C address of 0x33, but it can be set up with one of 127 different I2C...
Sifting through previous posts about redirecting printf to uart by using retarget.c, I have found this will work on previous versions of segger (5.42). Has anyone gotten it...