I'm curious to know if there is a tool that allows easy design of a GATT server DB that is portable across dev platforms (the nrf518 EK, my Android/iOS dev environment etc...
Iam trying to display the uart data as a scanned response.nRF51822 receives the data from PIC and it is displayed as scanned response during advertising.the problem is nrf51822...
Hi,
This is a bit more of a typo report.
In the Debug Logger doc page , app_trace_init() is supposed to return an int but in its function declaration it's said to return...
Hello All,
I'm trying to build a receiving unit using the nRF24L01+ and PIC16F628A. Im using an nRF24L01+ and RaspberryPi as my TX unit which i managed to get working ...
Hi,
We have a device using the S110 v6.0.0 softdevice and the SDK v5.2.0.
We started working from the Proximity application available in the sdk.
Is it possible to...
Hi,
I have a simple demo device that does play to be a mouse and a keyboard using HOGP profile. I can get it running with Linux pretty well and I can get it running with...
Hi,
I have a simple demo device that does play to be a mouse and a keyboard using HOGP profile. I can get it running with Linux pretty well and I can get it running with...
I'm asking because I recently figured out my modules aren't based on revision 2 chips as expected but on revision 1.
Maybe someone already made some experiences on this...
I connected my SEEED Ble Micro module via SWD to my nRF51-DK.
I then pressed ERASE ALL in the nRFgo Studio.
It worked. Now my Module is kinda empty. How to get stuff...
Following the instructions from the bluetooth sniffer guide, the sniffer code finds my device. I then attempt to launch wireshark (which has been installed) and I get a plugins...
I'm trying to download a HEX file to an nRF51822 using Keil and ULINK PRO. The hex file was generated by the mbed compiler and works if I drag and drop it using the programmer...
Hello devzone...
My setup: nRF51422 and S110 peripheral
My setup transmits IR data on reception of Bluetooth data from a central device. I have used PWM for generating IR...
I bought 5 Seeed Micro Ble Modules. On their Website they answered a question 7months ago, that they ship with QFAA G0. I connected them via SWD with my nRF51-DK.
God damn...
I am trying to decrypt some data.
My data is encrypted using AES-ECB No padding method.
I know the 32Byte key used for decryption.
Following is the code snippet. I am not...
I guess and hope not but I am a little confused by the compatibility matrix..
I would need to use SDK 7 or higher for my nRF51-DK
but I would need to use SDK6.1 or lower...
Hi,
I searched here for a while and I couldn't find the answer. I implemented custom service by referencing nAN-36 and the github code. For some reasons, the github code...
Hi there,
I am trying to generate a pulse on a pin using RTC1 and PPI. Using a TIMER this works fine but my goal is to incur minimum current consumption by using only the...
I was trying to calculate analog voltage in nrf51822 through ADC.
I used analog 2 pin
ref voltage =1.2v
pre scaler = 1/3
so while i connected 0.9v to analog pin.
I see...
In the sensor datasheet it says one can use SPI_Mode 0 or 3 (doesn't say that there is anything to do to switch between them).
I connected MISO from the DK with SDO from...
I want my application to cooperate with DFU. I am using example DFU project from SDK (6.1) (from nrf6310 folder, i simplified it so it could work on PCA10000), but i need...
I increased my IRAM1 size as advised here , but now my program doesn't work anymore on the nRF51 DK.
I know the problem is somewhere in the memory allocation, because when...
I am working with nrf51422 chips version 2, so according to this table taken from the compatibility matrix v2.0, the last supported versions of SDK/SD/SDS I should refer to...