Hello,
I am trying to ecrypt some data in order to send some data encrypted in the MINOR and MAJOR adverts of the device.
I used this code to ecrypt the data ( this is...
Hi,
i use anRF51822 with soft device 7.
I run the UART app on my iPhone 4s with ios7 and on the nrf51822 board the ble_app_uart with keil uVision5.
Both devices connected...
Hello,
I upgraded nRFgo Studio software to version 1.17.0. Installation goes OK but the application crashes every time I try to launch it after installation process.. Then...
Hi,
i tried to send data from ios 7 via tx_characteristics(like in UART example) but received error:
didWriteValueForCharacteristic 2A38 error = Error Domain=CBErrorDomain...
I have been trying for a few days now to get my environment setup for development with the nRF51822. Since there is no official configuration for the Mac w/ Eclipse I have...
Apologies if this has been asked before but did search for 'format' in faq and got nothing.
I have been answering to questions.
In my answer I place hard empty lines....
Hi
i use nrf51822 s110 "hrs" example to transmit the data to ios.
I need to add an option to send back some data (from ios to nrf51822). 10 bytes maximum .
how can i implement...
Hello!
I'm new with Nordic SoC. I've bought nRF52 DK and would like to run precompiled example in accordance with instruction
There is 3 hex files in the examples\peripheral...
I want to develop a beacon that can modify data with smart phone App.
I'd like to modify the device name, UUID, Mojor, Minor, Tranmission Power,
Advertise Interval etc...
Hello,i have try to make ble_app_buttonless_dfu work with ble_app_template && ble_app_uart .
My problem is that the program directly into the bootloader and i don not sent...
I need to transfer a lot data via BLE from periperal nrf52832 to central just like here.
The answer looks like what i exactly need. Major priority is to maintain seamless...
Only Altium can import Altium SchDoc and PcbDoc files saved in binary format. See www.orcad.com/.../OrCAD_Altium_Migration_Guide.pdf
Any possibilities of Nordic Semi saving...
I have recently been power optimising my nRF52 based application, which is a datalogger peripheral that periodically connects to a central to transfer logged readings. The...
The product description says the nRF2460 has "Support for external PA". Since this chip does not present separate TX and RX RF terminals, and no apparent TDD output logic...
Hi all,
My goal is to use all the advertising data for beaconing, and also be connectable with the NUS service.
In order to save space for the beacon data I would like...
I have a nRF24LU1 USB device that I want to configure to make communicate with a nRF24L01 device on an Arduino Uno. I tried to install nRF Go Studio and J-Link Segger driver...
Can anyone tell me whether it's possible, within the SDK (or otherwise!) to create a grouping of GPIO pins? Essentially, a design change means that we want to combine what...
Does anyone happen to have 3D models of the PCA10040 and PCA10056? I found the Altium files, but, being an Eagle user (and not having an Altium license), I was wondering if...
Hello,
I'm using nRF52 SDK12.2 "ble_app_uart_c" project as a "Central", and the target device is the "Peripheral."
Test Steps:
Using putty sending message(with...
How can i initialise all four channel of pwm1 using pwm library.
i need to initialise one channel for one purpose and other channel for different purpose.
whenever i am...
Hi,
I just tried the example from
github.com/.../nrf52-mpu-easydma-using-gpiote-and-registers
And they are working like a charm. Now I want to change the example...