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...
Hi
I have my code like this .
unsigned char *encryptedData;
unsigned int encryptedDataAfterAppendingLength;
memset(encryptedData, 0, encryptedDataAfterAppendingLength...
Hello !
I can see this error event is deprecated.
What other registers can be used if any error occurs during on-fly encryption/decryption process ?
In case of RX ,...
Hi,
I was implementing ZigBee coordinator in nrf connect v1.18.0 to connect sensor which develops from template sample. every thing went fine until I add install code (took...
Hi there!
I face issue with setting the connection using PHY Coded.
I've:
- set the #define NRF_BLE_SCAN_SCAN_PHY 4 (it's Coded one) on Central side.
- forced PHY...
Hi,
I am using nRF52832 EV board (PCA10040 1.2.4) to develop my application.
Also, I am using nRF Connect SDK (version 1.8.0) with VS Code.
After I create the example...
I could not find hardware peripheral use description of Zephyr Bluetooth LE Controller, where would be specified exact instances which are used for nRF52.
I found this link...
I am using NRF5240 board and and the latest Sniffer Software 4.0 (which claims Extended Advertising support).
Able to sniff all 3 advertisement channels (37, 38, 39) and...
Hello I am implementing a battery voltage monitoring function using nrf52840. I am a beginner in hardware development. As the first step of this function, I am currently implementing...
Hi,
According to the Direction Finding White Paper , the CTE is a pure sin function at 2.4GHz. This is mixed with a local oscillator at 250KHz (for 1Mbps PHY) to obtain...
Hi,
I try to disable the reset mode and use the pin 0.18 as an normal input pin.
I'm using nrf52840 development kit (pca10056).
Does someone have i idea to resolve...
I currently have a nRF52832 DK connected to an external board with a BC832 module connected to the nRF52832 DK through a P19 connector. The voltage I have running and connections...
Hi everyone,
I'm currently trying to program my nRF52DK (nrf52382) to show it's battery voltage on the PuTTY emulator.
In order to run/simulate on the PuTTY emulator...
Hi,
I have working apps using custom BLE services on the 17.0 SDK
Now I need to write an app for the nRF5340 so the BLE softdevice can run in the network core
I have...
Hello. It is developed using nrf52832 (S132 v7.0.1, SDK v17.0.0) as a peripheral device.
I want to conditionally switch the advertised UUID to another UUID. There is "sd_ble_uuid_vs_add...