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,
we want to establish a UART communication between the Dynastream N548M8CB Module and a TI Mikrocontroller. I have tested the UART loopback example with the pca10028...
In the data sheet of SHT21 is this the formula to calculate the temperature:
T = -46.85 + 175.72 * temp_data / 2^16
temp_data has the value 26'464.
The result should...
Hi,
I'm trying to define a new service, and on the GAP settings, I would like to advertise my service, but I get an error message: advertisement packet too long.
What...
I have a temperature/humidity sensor from Sensirion. The Type is SHT21x. The sensor has I2C so it should be able to tranfer the data from the sensor to the Nordic chip over...
Hi,
I am attempting to get the ble_app_beacon example working with the s130 softdevice instead of the s110. I am using armgcc and the v8 sdk softdevice headers on a pca10031...
Hello, I have inherited a project from a departed employee. I have a requirement (based on a stated desire from her to my project manager) to "bring the SDK and/or SoftDevice...
Hi,
I am using the nRF24L01+ evaluation kit in a project. Through the EV KIT software I am able to configure the nRF module in receiver mode. I can even see LED 2 light...
Hello,
I am trying to modify the ble_app_uart example from the S110 to the s310 softdevice. I am using the project from nRF51_SDK_8.0.0_5fc2c3a.
I modified the Paths...
Hi,
We are planning to design a custom based on nrf51822 with 1.8v power supply. we just want to know is there any restriction towards accessing peripherals on chip like...
I don't understand how the numbers in the nrf_pwm_init are calculated. Specifically these:
case PWM_MODE_LED_100: // 0-100 resolution, 321Hz PWM frequency, 32kHz timer...
I'm trying to repeatedly toggle a GPIOTE on every CC[0] compare within the time period set by CC[1]. CC[1] runs multiple times. Every time CC[1] is reached I want to stop...
Hi! I am looking into your products, and wonder how the workflow is.
Let's say I get the nRF51 DK to develop something reading from a sensor and sending data.
The DK provides...
Hi,
Through this post I got an updated bootloader for the nRF51822 128Kb chip version:
devzone.nordicsemi.com/.../
After the last update of the iOS nRF Toolboox Version...