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...
I got the Dynastream N5 kit and have successfully used it with limited ANT work and was trying to get BLE working but can't get a driver for the USB dongle. On the 51422 product...
Hi All,
I am working in the sleep mode with system off and wake up with internal RC clock.
It function well when connected to EV board...
I see the "Emulated System...
HI,Therd:
I used the mesh sdk 5.0.0(BLE SDK 17.0.2), and run the example light_switch_server_nrf52832_xxAA_s132_7_2_0.emProject. when i use the nRF Mesh app on the phone...
Hi,
I am evaluating nRF53 for ZigBee in a Linux application that implements a MQTT-SN Gateway. I am interested in learning about Linux board can connect to the nRF53 (USB...
using nRF5 SDK 17.1.0
Segger
I need some understanding of the QDEC. if I connect a motor that has a A/B output at a 5KHZ rate.
what is the maximum rate at which the...
Hi,
We are trying to change the name of our BLE device of our solution with being always different for each device. The device name would be like a serial number that is...
SDK: 7.0.2
CHIP: nRF52840
I'm faced with strange dfu behavior.
The dfu SD+BL+APP (softdevice 6.1.1 -> 7.2.0) is working fine which was flashed by j-link.
However...
Hi,my project is going on with nrf5340dk,i use the codec tlv320aic3109 to record audio data.i have the linux driver about this IC,but i haven't familar linux driver.could...
Hi,
I am trying to utilize the nRF Thread Topology Monitor with the CLI example from nRF Connect SDK, but it does not seem to work. " Error - No response from Thread CLI...
Hi,
Want to know more about NV memory interface
Do we have implementation in Nordic SDK for to keep the data stored into the memory
Please share the code path if we...
Hi,
Yesterday I received the nRF5340-DK. I started following the 'Get started' procedure on the product page. The LEDs start pulsating and pressing the buttons lights up...
Hi,
I have some issue in developing APP for devices based on NRF51822. They have been developed in 2016 with an old bootloader, when there was no use of zip pack. We usually...
My project uses nRF52832 and I'm at the point of the project where I'm trying to minimize power consumption.
To assist in this, I created a very small main() that goes through...
Dear Support,
I have tried to find the correct info to integrate the DFU functionality of the nRFConnect app on the phone into our own mobile app. We want to be able to...
Hello
I am using the NRF9160 and I can see that modem RF transmitions cause some EMI issues
I would like, for a period of few seconds each time to stop modem transmitions...
Hi, dear Nordic team,
We've already purchased a few thousands of BC805M BLE modules (nRF52805) for our upcoming mass production. During R&D, according to datasheet, we...
I need to use Delay of few Micro/ Milli / Seconds without pushing the MCU in sleep i.e. without using k_msleep() etc. Is there any library for this purpose in Zephyr ?