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...
I'm working with the latest v1.6.1 nrf SDK, and was able to get the Blinky sample code to work.. But trying to translate that to toggling other GPIO isn't working. I also...
I freshly installed Nordic Edition SES v5.50c and nrf sdk 1.6.1 on my machine and opened the empty_app_core with the Open nrf-sdk project option, selecting nrf5340dk_nrf5340_cpuappns...
While trying to build and run on my nRF9160 DK the project: asset_tracker , that I imported into SES by selecting: File>nRF Connect SDK Project...(in the SES menu), I followed...
Hello,
I have a ble nrf52840 module. I want to make it as becon code which is power optimized. Pls tell me the steps by which i can do that .Share some document or code...
hello ;
i need to send data from the nrf52840dk to / over the internet and to the server , so i know that on board nrf52840dk , there is no wifi chip on nrf52840dk , so...
Hi,
After the execution of erase all command(nrfjprog --eraseall) My custom board is not visible anymore. When I tried to connect with the nrf connect programmer ,I received...
This is the error I have. Couldn't figure out what causes this error. Tried all the related issues mentioned on this website. I have made sure the python and latest version...
The questions of data throughput:
1. nRF9160 supports SIM card for data transmission through NB-IOT, so what is the data transfer rate using NB-IOT?
2. Including data...
Hi, I am new to nrf.
l am using nRF5_SDK_15.3.0_59ac345
I am working on the ble_app_uart example and want to write the data in the flash of nrf52832.
I included flashwrite...
Dear Nordic Enginneer
Our customers has a problem when using the NRF52840.
They want to make a mouse,and now they use LLPM and then they use the gmouse example and the...
In Bluetooth LE Audio - nordicsemi.com , it says that nRF5340 supports LE audio. But in Bluetooth Launch Studio Launch Studio - ICS Details (bluetooth.com) , I find the ICS...
Hi everybody,
Now I want to integrate nrf52835 into the android system. Using ble is like using anroid's bluetooth.I finally want to implement pairing, communication, opening...
Hi,
I have modified the HRS example (central+peripheral) from SDK 17 to operate in Long-Range mode (PHY CODED). This appears to work correctly assuming that a bond was...
I have succeed transferred data from PC to NRF52840 dongle and managed to receive it back on the PC.
But i want to be available to manipulate the data in NRF52840 dongle...