Hi,
I am trying to understand the pstorage to record a log for temperature. In my code, I can call pstorage_init(), and clear a block but when I try to store some data...
I would like to source a compact BLE board to act as a lock controller developed with with a matching transceiver for use in a fob and an app.
It would toggle the pio and...
Ok so here is the issue. I was trying to build a simple application which is described in the tutorial for characters. After building an advertisement and understanding the...
I was working with IAR and SDK10.0 before. For some reason I have to transfer my project to Keil and SDK9.0. My program worked well for the old settings. While keeps got NRF_ERROR_SOC_NVIC_INTERRUPT_NOT_AVAILABLE...
Currently we are considering whether we should use external Flash Memory or NRF52 Internal Flash.
External Flash memory has a lot of drawback in comparsion with internal...
Suppose there are 10 BLE peripherals in a room and one BLE Central,then is there any way i can get the list of available peripherals[name or id.. etc]?
I am using NRF5182...
I am using SDK_11 s130 on nrf51-dk. When err_code is any value other than NRF_SUCCESS, APP_ERROR_CHECK(err_code) will cause nRF51-dk board to reset. How can one get APP_ERROR_CHECK...
Hi
Can I read the content of RF register for LE1 by using the SPI of extern MCU?No matter the code of LE1 is encrypted or not.
When set the LE1 to 0dBm,the TX power...
[*] Hi Guys, Newbee for Nordic, so sorry if its a silly question. I have a nRF51422 and all demos are working great.
But, I need to develop Windows 8 app using the supplied...
Is there a way to have a device ready to receive a message (while the BLE stack is initiated) without advertising?
For our product, we will be having potentially hundreds...
The way i understood GAP, it's supposed to be some sort of stateless key/value protocol.
In order to get GAP working with an ibeacon, i took the ibeacon example, and changed...
In the past I've used the Johanson 2450BM14A0002 balun with the nRF8001 with great success. Unfortunately, it's now out of stock throughout the US at component retailers,...
Hi,
I think it's great that Nordic Semi is using Github for the Arduino SDK.
Are there any plans to do the same thing for the C SDK ?
Best regards,
--Stephan Walter
I have Nordic nrf51822 BLE device, I would like to develop a system such that whenever nrf51822 turns on it starts to make connection with the other BLE V4.0 enable smartphone...
Hi,
I recently made a custom board using the nRF51822 and the LC network using values from the reference design. After fabrication and assembly, I tested the insertion...
I tried changing the broadcast name which was not easy but after installing the nRFgoStudio and editing the XML file with it - I managed to change the name yet the UART program...
For some sort of geofencing application, we want to include the BLE module nRF51822 into a Base Station (BS), and a small mobile device (MS).
The MS should detect the presence...
I have 2 moduls from ebay (rfinchina). I write little librarie for nRF24L01 and my msp430.
When i start my coard and init spi and try read few register - i have problem....
Hi,I use 51822 to make a fitness device. one of the function is advertising current value(Steps,Heart rate,Distance,Calorie) to the phone over BLE. What the default service...
I downloaded nRF51 SDK 5.2.0 and I am studying the examples for S120.
I notices that there's no gcc directory, thus only Keil compiler can be used. Is there a way to use...