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...
In iOS, I have developed one sample code for BLE scanning and connection with peripheral.
I have one nRF51822 Ble. It has secure pairing mechanism. (Claimed by Hardware...
nRF52, SDK15, S132
Hi! After few days work I have stop scan from my central device on the nRF52832.
I can't to understand reason of this. But I need to know is scanning...
I downloaded sdk15 for nrf52832.all sample programs and soft devices are working fine but boot loader coding is showing some error. I am using this bootloader code install...
Are there example scripts to take readings or communicate with other devices over serial? Like, if I attach a temperature sensor, distance sensor, etc, I want to read from...
Hi there
I was going through the errata sheet and discovered the PAN #88.
It states that the current consumption is increased when entering System ON Idle within 125us...
If I just comment-out battery_measurement_init() in main():
Advertising does not start, I see nothing on the UART CLI, and the RTT log just shows:
With battery_measurement_init...
All examples shipped with the SDK have the same compile problem
components\libraries\util\app_error_handler_keil.c(47): error: A1198E: Unknown operand
The offending line...
Hi to all,
i had developed an app for PCA10056 and now i want port it on PCA10059, there is any guide or white paper that indicate how can i done that??
i read in the...
I've just started evaluating the nRF52840 DK and running into an issue when attempting to run any of the multiprotocol ble_thread examples.
I've downloaded the "nRF5 SDK...
Hi
I'm using the NFCT peripheral of the nRF52832 Rev. 1.
What is the intention of the LOCKDETECT field in the FIELDPRESENT register? I don't understand the description...
I can't connect to my nRF528540-DK anymore after I connected an external power supply and switched SW10 to off. the external power supply is 5V. my DK doesn't show up in device...
Hi
I open the SAADC to get the battery after initial the SAADC, using nrf_drv_saadc_sample_convert to get the ADC data . After nRF52832 is initialed, it enter power_manage...
Hello I'm using a nRF52810. Now i'm trying to add an PCB antenna to my Altium sheet i Wrote in another Reply that i could use the one from your USB Dongle but i don't find...
Hi there,
I need realtime data monitor, but the power consumption is too large when BLE sending data continusly. So I wanna know wheather NRF52832 support package the...