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...
Hi
i use the hrs example to transmit the data to ios.
but i need to add an option to send back data (from ios to nrf51822). 10 bytes maximum .
how can i implement...
Hello,when i get connected to the phone,when i call err_code = ble_hts_measurement_send(&m_hts, &simulated_meas) and err_code = ble_bas_battery_level_update(&m_bas, battery_level...
Hi all, I am working on an electronic lock using the nRF52840. Currently it works using Bluetooth Low Energy and the lock opens when a digital key has been sent. (it has measures...
Hello sir,
I am sending the data of 252 bytes through send_notification() at each interval of time but when i send through send_notification() then following error occurs...
Hi,
I am compiling micropython port for Thingy:52. I am following instructions here https://github.com/micropython/micropython/blob/master/ports/nrf/README.md
I see that...
Hi,
I have created an HSL model and it's working fine. Now, I am using a light that has both CCT and RGB control. So, I have both HSL and CTL model existing in the same...
Board :52840dk_52840
SDK: NCS1.7.1
IDE :Visual Studio Code
I remap my bootloader partition in my application .overlay file
as
& boot_partition {
reg = < 0x000000000...
Hi,
When i changed NRF_LOG_ENABLED from 0 to 1 in file sdk_config.h returns the following error
1> Linking tdoa_tag.elf 1> E:/gcc/arm-none-eabi/bin/ld: Output/Debug/Obj...
Hello, did you test the working of 100 pairs (Transmitter and Receiver) nrf52840 BLE modules together indoors? If you did, how much data is lost while working together? Can...
Hi everyone,
I use the radio example as my basis. I call the read_packet() function from receiver example. And there is no incoming data, it stucks there. How can i set...
Hey,
I have an app based on the UART central example. I successfully connect and bond to an android and am able to send data via uart over BLE.
I want to send data also...
Hi
I am converting libraries MAX30105 Arduino to nRF52840, but I have a problem,
"MAX30105 parrticleSensor;" what is it?, how can I to convert this? is it a variable?...
Hello , I am trying to build the bootloader source code provided by Adafruit for its nRF52 core. The project is based in Segger Embedded Studio.
Adafruit's nRF52 core bootloader...
Hi,
1. I removed RTT related codes in the project.
2. Will uncontrollable factors be introduced?
3. Is there any potential risk when the code runs?
Thank you for all...
Hello,
Trying to run the TWI_SCANNER example on a pca10100 hard faults. The .emProject file has been modified per the instructions at https://devzone.nordicsemi.com/f/nordic...
Hi,
I am using nCS to write applications on vscode IDE, that is I am using the "nRF Connect Extension on vscode IDE" I need to unit test the written application code,...