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...
Hello,
I'm trying to create a PC application to read out some Ti Sensor Tag modules. I'm using a nRF51822 USB dongle and the Master Emulator api.
The nRF dongle sees...
Using nRF52840 DK with SoftDevice s140 latest version.
I have a data array that I am sending over a characteristic in fragments via notifications. Given the peer platform...
Hi,
I am considering a NRF52833 + nrf21540 combination. I see in nrf21540 product specification mentioned that
Single-ended 50 Ω matched input and output
...
Hello,
I want to create tfm_ipc project for NRF52840 DK board.
I configured options like below.
But I got an error message, "create_nordic_project.py failed (1)...
I looked at Blinky, but I am still not sure how to access the GPIO pins. In Blinky, there is an led0 alias, but what about other pins? What are there aliases?
Specifically...
Hello,
I used SDK15.3
Android phone and iOS phone is master
nRF52811 module is slave
It's said that the phone can't set conn international(Android、iOS)
But slave...
Hi,
i am working on "nrf52dk" . i want to use nfc pin as gpio.
what i did is
NRF_UICR->NFCPINS = 0<<0;
CONFIG_NFCT_PINS_AS_GPIOS included in preprocessor definations...
Dear Nordic,
I'm doing network registration test with nRF9160 DK in CMW500 test network environment.
I've set CMW500 configuration up as described at "https://devzone...
For a Non-RTOS application, take ble_app_blinky for example, the application is coded by us while SD is provided by Nordic.
My understanding is that the SD is running as...
Hello, All
I saw this description in the Bluetooth 5 Go Faster. Go Further document:
Advertising sets have an ID which is used to indicate which set a given packet belongs...
Setup:
Module: nRF51822.
SDK version:nRF5_SDK_11.0.0_89a8197.
Example: ble_app_uart.
Softdevice: S130.
I use ble_nus_string_send on the BLE_GAP_EVT_ADV_REPORT...
I'm following the NCS tutorials. I'm targeting the 52840 on the 9160DK board. I'm using SES with NCS1.6.
I'm able to get the hello world to run and the message is out on...