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...
Hey,
I have written a custom service for my company's sensor readings on the nRF51 DK, on top of the uart peripheral example given n SDK_11.0.0. However, for the final...
What should be done if we add nRF51822 SDK into our code for business (redistribution)? We have our own IDE and would like to integrate "nRF5_SDK_11.0.0_89a8197" into our...
I wanna plan to design a new hardware which has ability to connect to smartphones using BLE and broadcasting ANT pages in the same time. I also need a way to transmit some...
Hello,
I read the Errata document infocenter.nordicsemi.com/.../nRF52832_Engineering_B_Errata_v1.2.pdf , and in the section "3.10 [62] NFCT: Can draw current when not enabled...
Hello,
I'm designing a new design and planning to use WLCSP version of nRF52832.
I have few questions about this since all reference designs are made with QFN48 version...
Hi every one,
I use the nRF51822 to read temperature from sensor and send it through UART, i follow the SDK examples and just change connection interval to 0.5 sec and...
Hi I am trying to get my 128x32 oled device working with my nrf52 development kit board. Using PCA10040. Does anyone have or know of any example code that can get it up and...
Hello,
I am writing some data to flash, but when it runs to storage_clear, I get the return code---0x10. It seems clear failed. And I tried storage_update, and it failed...
Hi, I'm working on a project, I want nRF51822 can get notification when android phone got a call or email, just like ANCS work with iPhone.
I tried ble_app_alert_notification...
Hello,
Apologies as I'm very new to C and I may be missing something obvious. I have an actual ble Heart Rate device which I wish to connect to my pca10028 (nrf51422_xxAC...
I am try to porting nRF51822 Beacon v1.0.1 F/W for PCA20006 to PCA10001.
I could change GPIO port setting for button and LED.
Now normal beacon mode work fine and success...
We appear to have discovered today that if you do this sequence
sd_power_gpregret_clr(0xFF);
sd_power_gpregret_set(0xA0);
sd_power_gpregret_set(0x0B);
GPREGRET will...
I'm trying to understand the general structure of .h files.
nrf.h contains an #ifdef for NRF52.
I cannot find a #define NRF52 anywhere.
Any help appreciated.
Thanks...
We have our nrf52 working well with our iOS app - almost everything we need is in place. One last item (haha) we've been struggling with is to get the nrf52 to advertise our...
Hi,
I'm connecting to a proximity sensor, IQS263 over TWI interface and having some weird problems.
I'm using the same code I used to connect with the Invensense MPU...