It used to work, but now it says "Connected" but the rest of the GUI never changes and the mouse just shows a busy spinner. Here's the log file:
0;13:45:18.9900 [MainThread...
Hi all!
My question is:
My own application is built based on the example "ble_app_template", and according to the nrf51 SDK - Examples - BLE Peripheral, this example...
Hi,
I am using ancs service to get some information of my iphone.
I use nRF51822 microcontroller and Nordic suggests to use the new SDK (5.2) for new microcontroller...
Dear sirs,
My purpose is to transmit stereo HiFiaudio from one source to two speakers wirelessly.
The speakers have their own power amplifier.
The problem is that the...
My goal is to control a RC toy drone (4-ch 2.4GHz) from a PC. I've seen some hacks (for example dzlsevilgeniuslair.blogspot.com.br/.../more-toy-quadcopter-hacking.html) using...
Hi Team,
Is it possible to implement the iOS application to track the iBeacon Component after closing the application(Background processing).
Please provide any example...
Hi Team,
To implement iBeacon what are the things to be take care at the peripheral side.
Whether the code for advertising the peripheral in "CoreBluetooth" and "CoreLocation...
I was trying to save this :
char a = 'r';
uint8_t save = a ;
record_chunk.p_data = &save;
Or even this :
char *point ;
char word[5]="lala";
point =word...
How to prgram nRF beacon kit as peripheral with KEIL and nRF DK52. I cannot see the beacon kit to be programmed. KEIL says DLL error.
Please let me know thw KEIL settings...
hello,
i am trying to compile libmbedcrypto.a but the Make file is pointing to a non existing file called /mbedtls/sha256_alt_cc310.c.
Any idea where i can find this file...
Hi,
I'm using the FDS library to store some data (configuration data). For production, I'd like to flash an initial configuration to the nRF52832. I know the storage format...
I asked what changed SDK11's "app_trace" to the SDK13.
You answered that the "app_trace" was changed in SDK12.
I found 'release note', but I could not find the above...
It appears that I must use S134 and S140 etc. Is it backward compatible? By that I mean I keep using S110/120 at the cost of not being able to utilize some of the latest feature...
Hi,
I want to use iOS to connect nRF82832 with passkey when connecting. I use pca10040_s132 with SDK 12.2.0.
Following is my procedure:
define security parameters...
Hi guys.
I'm trying to measure my battery. I'm testing my function from main and it works.
The procedure looks like this:
saadc init
sample data
saadc uninit...
I am using nrf52832 BLE chip(10040), sdk 12.2, softdevice s132 with sample example boot-loader code(dual bank).
I modified the boot-loader code for button-less DFU.
...
Hello,
I am using nrftoolbox code available here: github.com/.../IOS-nRF-Toolbox to perform the DFU procedure.
I have taken the firmware zip file.
I have integrated...
Is there a job board for Nordic developers? I'm offering a short contract job. I have a 100% complet e PCB design based on the Nordic chip. I'm looking for someone to write...
Hi.
I have a question.
I tested that nrf52 get datas from sensors.
But the code was not moved well,
I made code to test bit shift.
Please see my code.
#include <stdio...
I successfully built the example peripheral project "experimental_ble_app_queued_writes" from nRF5_SDK_12.0.0_12 and successfully downloaded the app to a nRF52832 development...
I have an arduino mega based design working with nrf24L01+ via SPI. As certification is the next step, I found a NRF52832 based module that would meet all certification requirements...
I've been trying to program a custom PCB with an nRF52832, using the nRF52 Development Kit and nRFgo Studio.
When I connect just the nRF52 Development Kit to my computer...