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,
52840 MAXIMUM_TX_POWER is 8dB,
it support long range transmission,see Test reports & deployment recommendations — Fanstel
5340 MAXIMUM_TX_POWER is only 3dB...
we are using "nRF5_SDK_17.0.2_d674dde" and nRF52832 chipset to develop software, after build via SES, we try to merge the app hex file and softdevice file, but it fails. ...
Hi,
We want to know more about DMA in I2C,
we are using TWI Master and Slave drivers as mentioned here in this blog https://devzone.nordicsemi.com/guides/nrf-connect...
I've been trying to build blinky using the nRF SDK from the toolchain manager with no success on windows 10. I've previously been able to build projects so I'm not entirely...
I would like to make my own project of an analog sensor with BLE feature. Is it a good idea to go with third party module (because of the easy availability of Antenna)? can...
Hi! I measure the micro frequency by Hantek Osiloskop in two-mode.
First, I use a simple Blink without softdevice , reaching 570kHz in 10us. Second, I use a ble_app_blinky...
Hi, I am looking for some help in interfacing STM32F4 MCU and nRF52832 module via UART for establishing BLE communication. My application needs both the devices.
I downloaded...
Hello everyone,
how can I implement a blacklist for my central which is scanning for a UUID and should also check for example device name. If the device name is in the blacklist...
We have developed a sensor application using ESB protocol with the nRF SDK (nRF52832 on Tx side and nRF52840 on Rx side).
We would like to redevelop now the receiver under...
Hi
1、I made the following modifications to the hello_world example(ncs1.7.0\v1.7.0\zephyr\samples\hello_world.
2、I have disabled uart0,But the average power...
Hi,
I'd want to implement RTC for regular testing of a variable. I am largely based on The BLE_uart exemple and have added a timer instance and a PWM instance. As the...
Hello,
I run a piece of code on NCS1.8.0 on nRF5340-DK, and it returns -35 when executing k_msgq_get(),b ut the same code runs on NCS1.5.0 and the k_msgq_get() function...
Hello.
I am developing using nrf52832 (S132 v7.0.1, SDK v17.0.0).
Since I want to bond with Android, I have created a central code that summarizes the functions that I...