In our application build with SDK 2.7.0 on a NRF52840 chip, we get an assert if we update the TX_Power for the connections.
If the bluetooth has made connection, we update...
Hi
I'm running the blinky sample (modified) on a custom board based on nrf9160. When compiling with SDK2.3 and toolchain 2.3 the current consumption is about 84uA (LED off...
Folks,
Am running VSC 1.95.1 on Mageia Linux.
I have a 52833 board that I have working in that I can write to and read from custom BLE characteristics and send data out...
I have recently purchased a nrf7002 EK from element14.
I have connected it to nrf5340DK board and tried flashing the Wifi-shell sample application(with the help of video...
Hi,
We're using the nrf9160 SoC for our application and we need a way to program both the modem and microprocessor during production. In development we've used a JLink with...
Hi everyone!
I'm having trouble getting a custom PCB with the nRF52832 chip to work, specifically with enabling BLE functionality.
It seems there are issues related to...
Hi,e verybod, I use nrf51822 to do bluetooth keyboard, I hope the function is: After bluetooth keyboard connect the host,how to determine whether the connection is window...
I'm trying to create a virtual beacon on an Android Phone using nRF connect V4.22.3. Android Version on the phone is 8.1.0.
I've enabled a beacon using Advertiser. However...
In an BLE example I have a characteristic with the value 0x00001234. In the nRF Connect 2.0 for iOS i see the value 0x00001234 and in nRF Connect for Desktop v3.1 i see "34...
Using the logging module in ncs v1.0.0, I see some extra characters after the timestamp " <0x1b>[0m<inf>" and at the end of the line ", is there a way to fix this?
The terminal...
Dear All,
I am fairly new to the nrf9160 and the Zephyr Os.
I am trying to write a simple example code for watchdog. All I want to do is to reset my board if I don...
Hi,
I have some nRF52840 DK boards and want to develop a system with 5.0 BLE.
But my linux box host has older version:
Bluetooth: Core ver 2.22
My first question is...
OS in development environment :Windows7 HARD :(Taiyo Yuden)EBSHSN Series Evaluation Board : Central / Peripherals CPU :(Nordic) nRF52832 / ARMR Cortex-M4F 32 bit processor...
The device is connected to Keil for debugging. When BLE send and timer start-stop is repeated, it may stop at HardFault_Handler.
Looking at the call stack at that time,...
There is a note in the eddystone configuration service specs ( https://github.com/google/eddystone/tree/master/configuration-service ) in characteristic 4:
Note: if a power...
About the case where there is no sample project of NordicSDK multirole (ble_central_and_peripheral) Hello. The other day, I purchased Nordic's BLE module and started developing...
We are going through testing with FOTA, our AWS IoT deployment and AWS S3. Fota is initiating and downloading the file properly through MQTT commands but fails after 4096bytes...
Hello,
I am using the nRF52840-DK to implement a zigbee light device.
If I use another nRF52840-DK to act as a coordinator, the light bulk example works fine. However...
Hi
I'm using a custom board with nRF51822 and mbed.
Then, I would like to generate 25kHz PWM and use BLE simultaneously.
So, I read this thread, write like the attachment...
Hi,
I am porting the opus library from smart remote project into our system. The chip is nrf52832.
When I encoding the pcm data, I got error. After tracing into code...