I followed the forum posts and nan-29 to get eclipse 4.3.2 to successfully connect to JLinkGDBServer via a Segger J-Link EDU on Ubuntu Linux.
I can start the GDB server...
I'm using Softedevice 6.0.0 and SDK 5.2. and Keil 4.7.
I Modified bootloader project so it compiles with both ble and hci transports. Currently I use button_0 and button_1...
I am working on the proj that needed 2 MCU and nrf51822 work as slave.
I would like to know any ref on how to firmware upgrade on board without external tool?
We're looking for a Nordic nRF51822 based low profile/small USB dongle that we can use for our iBeacon software.
It would need to come complete with casing and the ability...
Hi all,
i want to establish connection between two threads in cmsis-rtos, can i use
1) semaphore to do this?
2)message queue should be used or any other ipcs can be...
Hi,
I have two CPU in our product. (STM32F2 and Nordic nrf51422).
I use serialization function to link those two CPU(refer to ble_s110_serialization sample)
But I find...
Hi,
My behavior is as follows
Turn on my device(use 51422) and advertising(2 Service and 3 Characteristic)
Turn on my cell phone(Samsung Note3),scan my device...
Hi
I have build a sample project nRF5430_audio for nRF5340 Auido DK(two DK, one for gateway, one for headset), following the guide: nRF5340 Audio — nRF Connect SDK 2.0.99...
Hi,
I´m working on a project to send measurement data over ble and receive it. This worked for me, but I want to send the message in my own struct.
What I found in the...
I am trying to use blesniffer on wireshark. I have 2 nRF52840 dongles.
I have successfully captured traces using the 802.15.4 firmware on Wireshark with the dongle appearing...
Hello, I want to know if a typical 50ma Maximum DC-DC converter ic is up to the job of powering up the nrf52840 device working under the heaviest load?
I can't seem to...
Hi Devzone
currently i am doing some test on example central_and_peripheral_hr.
in the orignal example central_and_peripheral_hr is using the BT_SCAN_TYPE_SCAN_PASSIVE...
Hi,
I have a simple question: how to get the link key of nrf5340 audio dk when streaming as gate and handset; we want to catch the airtrace.
BR
Zhongsan
Hello,
I used the NRF52810 controller for BLE application. I have a code in which BLE advertising packet length is 32 byte i have to reduce it to 23 bytes
Following is...
I am a user developing using nrf52832. I have a question about TX POWER. TX POWER can be set to -40, -20, -16, -12, -8, -4, 0, 3, 4 by using sd_ble_gap_tx_power_set(). I tried...
Hi All,
I am using nRF52805 in my application development(), everything working fine and power management is initialized using "power_management_init();" function. But i...
Hi,
My product uses two sensors, and S113 on nrf52833
I need to communicate and compute data before to update my ble caracteristic.
Sensor 1 takes 45ms to do this tasks...
Hello,
I am currently in the process of integrating the hx711 library written by one of your developers in order to sample weight data from a load cell and send it to a...
Hi, I am new to HTTP, and are trying to make a simple http post (not https) code for thingy91 over LTE. I have a http server that require some headers in the request. I have...
Hi
Tried to do something seemingly simple but failed miserably
I have some working code using SDK 17.0.2 (yes I know its old but its not going to be updated)
All...
Hi,
In the SDK 15.0.0, there is not libuarte sample under peripheral folder, my customer use SDK 15.0.0 to maintain their product.
Is it OK to migrate libuarte(from sdk17...
Hi All,
My application uses as provided below,
MCU : nRF52805 SDK : nRF5 SDK 17.1.0 SoftDevice :S112 v7.2.0 IDE : Segger Embedded Studio.
and GPIO(BSP),Advertising Modules...