This previous question about multiple advertisements seems to be related to softdevice 7. I was unable to get a similar example working in SD/SDK8
My end-goal is to add...
We are considering using Gazell for an outdoor application, i.e. lots of noise and disturbances, constantly changing environment, where the amount data being transferred is...
Hi everyone,
I have found your git "Ble Optiboot"( github.com/.../ble-optiboot) , and I have understood, it is usefull to load a binary into MCU flash, I was looking for...
I'll go ahead and describe what I need to do and see if anyone might have some place to start for me since I'm having a lot of trouble figuring out what I need.
I'm looking...
Hello ,
I'm designing an embedded system with one of your RF chips (NRF24L01+) and as far as I searched for the datasheet , It seems like NRF24L01+ doesn't have a hardware...
Hi,
This post is very old.
devzone.nordicsemi.com/.../
I have a nrf51822 chip and I'm using it as BLE and it exposes some service and characteristics and it is working...
Hello!
I set up a project using NRF24L01 and a patch antenna ceramic, the type used in GPS.
In fact, I tested several types of antennas, F, F inverted, GPS, Loop. But...
Hi all. I hope you having a healthy day.
I am a beginner with nrf52 dev. I want to implement the BLE hrs on my custom board. My board doesn't have any optional modules....
I am having a problem finding the latest versions of SDK and Softdevice compatible with nrf51822? Please provide me compatible SDK and SoftDevices required to work with nRF51822...
I am trying to keep everything synchronous between the client and peripheral. I am also try to make the peripheral code itself synchronous. So on the nRF51 DK, I use a button...
Hello,
We are trying to use nrfutil to perform DFU on our linux system which includes two host targets 1 an Intel machine and the other ARM machine
On the Intel machine...
Hi Nordic team, Due to critical real time constraints, I have to temporarily disable the softdevice, perform data acquisition from sensors, then enable it again. I'm using...
I am currently working on a project involving passing sensor data to Microsoft Azure.
I am looking at the sample application v1.4.99-dev1/nrf/samples/nrf9160/azure_iot_hub...
Hi All
First post! (be gentle!)
I'm developing on the nRF52840 and I am experiencing an issue using the led_softblink library.
I have the led_softblink configured to...
Hello everyone,
I am using nrf52833 development kit and have installed SoftDevice as nRF5_SDK_17.0.2_d674dde in that used basic example of name as ble_app_att_mtu_throughput...
hello nordic
i am working with nrf52832, sdk 16 v7.0.1, s132
i build my app on the central ble_blinky example and i am scanning for beacon advertising
i added...
I merged SPI, I2c into BLE_UART example, spi interface works fine in main() function, but when i try to write spi memory with data received from BLE UART ( in nus_data_handler...
The BLE scanner I developed does not scan devices with RSSI less than -80 dBm. However, it is stated in the datasheet that the nRF52832 chip has a sensitivity of -96 dBm....
Hello,
I have a problem when I want connect my phone to do a DFU for this I use the Bootloader Secure Example. My Phone is a Samsung Note 9 and I have the last update for...
Hello,
We are using nRF52840 with SDK 15.2.0, a bootloader and the SoftDevice. We communicate with another microcontroller (a STM) with I2C. The nRF52840 is the master...
I want to use the Direct Test Mode software in the nRFConnect App for radio testing on my custom board, but it's not working. I suppose this is happening because I connect...
Hey all
I'm working on a BLE device using a nRf52840 SOC and for some tests now I've to measure the RSSI on a specific BLE channel (e.g. ch 37). What I've done so far...