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...
Hi
I have my code like this .
unsigned char *encryptedData;
unsigned int encryptedDataAfterAppendingLength;
memset(encryptedData, 0, encryptedDataAfterAppendingLength...
I'm trying to find a battery for my application and I need to know the max (peak) current draw for the nRF9160. On page 63 of the user guide, the max is 435mA with the specs...
I have a function which writes data to the external flash which is using a FAT file-system further using block device implementation of the SDK. Whenever I am calling the...
Hello,
I am working on nrf5340DK board and with a sample example "central_uart" under ncs->nrf->samples->bluetooth & "peripheral_uart" from ncs v1.5.1. I wanted to send...
Hello,
I am trying to setup test environment using nRF9160DK(PCA10090, 1.0.0)
Dev kit is located in Montreal, Canada.
I started with nRF9160_DK_Getting_Started_Guide...
I am trying to update the bootloader using BLE DFU and it does not seem like the app is launching after the bootloader update.
I currently have an app that works with the...
Hello, I am developing a Zigbee OTA client / server application. My code is based on the example from the 4.1.0 nRF5 SDK. From the example I took only the code related to...
Hi,
What is the the status of android and IOS support of bluetooth 5.0 long range ?
It would be great if you can give us a list of device that support long range (of course...
Hi,
i have some issues with nrfutil, i can't properly perform an OTA DFU over thread, either nrfutil cannot find ncp.hex or it stuck in "thread DFU server is running....
Hi,
I made a project around the peripherial-uart sample with a custom board for a nrf5340 chip.
I work with win10, Toolchain nrf Connect SDK 1.6.1
I can build it and...
Hi,
I'm attempting to develop chip to chip communication where an nRF9160 acts as an I2C master communicating with an nRF52840 acting as an I2C slave.
I got reasonably...
Hello.
Now, I'm trying to combine ble_app_beacon and spis.
I succeeded in building and it generates hex file.
The problem is that the device stops sending BLE data ...
Hi, I am trying to send and receive strings using examples\peripheral\libuarte. I am trying to send a string like this but not receiving it on another board. Also how can...
I entered the bootloader mode of nRF52833DK, but I cannot exit it. When I reconnect the device LED5 is not on and the J-link driver doesn't appear as the removable driver...