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...
Hi there,
For my POC test, I need to send a max 255 bytes payload data from a client to one or many servers. I use two nrf52832 DK boards, BLE sdk 17.0 and BLE mesh 5.0...
Hi,
I'm using PWM driver DEMO5 to change the voltage of IOs.Now I need different voltage ranges.
Here is my code:
The voltage will change when button is pushed,but...
I have followed this tutorial ( https://devzone.nordicsemi.com/nordic/nrf-connect-sdk-guides/b/getting-started/posts/nrf-connect-sdk-tutorial---part-2-ncs-v1-4-0#h185sjwm5882m1bcimiad82dnf4kcy0b...
Hi,
I am scanning device using Provisioning service, would like to know after Provisioning, does device contain Provisioning Service in it or not.
Does only Proxy service...
Hi everybody,
I am using nRF52832/40 with SDK 15.3 and softdevices S132/S140 v6.1.1.
One of my devices is performing active scanning, therefore sending scan requests,...
Hi,all
Multi-Tag scan, how can we ensure that 40 tag advertising are scanned within 1 second, and the tag are advertising at 300 millisecond intervals.
My current scan...
Hi, I want to disable RTT logs which appear on RTT viewer and want to redirect them over UART to Teraterm or some other Serial Logger. The reason is that apparently I cant...
Hi,
I am using python interactive_pyaci for serial, when I tested an example that works. I have another model IDs that need to test, whenever I tried my model ID, this shows...
Hi:
I got an NRF52 EVK, it works normally.
But now the EVK doesn't response when connecting to pc via USB.
The LED "LED RG" doesn't light up.
Any idea to check it...
Hi,
I have power consumption issue about nRF52832 BLE application.
I found "Current consumption:Ultra-low power" informations in "nRF52832 Product Specification" as below...
Hello,
I am in a process of integrating a DFU over BLE feature into my application, my SDK5 is 17.0.2, the test board is nRF52832_XXAA.
Application size is 69404 bytes...