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...
When following the instructions in step 2 "Clone the nRF Connect SDK" in the Getting Started Assistant 0.9.1 with ncs_tag v0.3.0 I'm getting the following error after executing...
Hi I'm starting with the BLE tutorial's, but I having some troubles. I've followed all the steps of the second tutorial until step 4. (create and initialize a basic custom...
Hi,
I am having trouble in reconnecting the BLE peripheral to a central device (a smartphone using nrf tool box app).
In the connection, i am using static passkey to first...
Hi ! In example "ble_app_hids_keyboard" in on_adv_evt() (SDK 15.2, 15.3) we see a code:
if ( m_peer_id != PM_PEER_ID_INVALID) { ...
}
but variable "m_peer_id" where...
1. the SDK is:
nRF5_SDK_15.3.0_59ac345\examples\ble_peripheral\ble_app_uart\pca10056\s140\arm5_no_packs\ble_app_uart_pca10056_s140.uvprojx
2. the pack is:
NordicSemiconductor...
Hi to all,
i am developing a device based on nordic NRF52840 soc. i am using softdevice v14 and sdk 15. my problem is in this manner that after pairing nrf52840 device with...
We have product that is build on SDK 14. We need to use crypto functions and want to utilize crypto cell. I backported nrf_crypto libraries from SDK 15.2 to be able to use...
Hello
I am trying to implement radio receiver using the time slot API and I am facing some problems to make it work. I am using nrf51822 with SD130 (sdk8) and the device...
Hi
I have a general question about how to sending command response . I setup a server OTA endpoint,
I receive the command but when sending the response it seams the client...
Hi Guys,
I am using nordic nrf52840 DK.
Is serial profile and UART different ?
If so, what is serial profile in nordic and how can I integrate mesh and serial profile...
hello?
I have a problem with the notification project...
In the smartphone app, the status is displayed as notification enabled
However, no data is transmitted due...
Hello,
I am migrating from nrf_drv_twi.. to nrfx_twim.. I am getting the instance error like
Error[Pe020]: identifier "NRFX_TWIM0_INST_IDX" is undefined .. in main.c ...
Hei, får error på terminalen min etter jeg har lastet opp mqtt_simple. er det noe jeg gjør feil?
The MQTT simple sample started
LTE Link Connecting ...
LTE Link...
I want to use SPI interface of nRF52832 to show the information on LCM. Are there any existing source code to speed up product development?
Or is there a recommended vendor...
Hi,
I have bought nRF51-DK and have downloaded the hex file successfully in the mbed mode, I wonder May I debug the DK with CMSIS-DAP instead of JLINK? I searched the internet...