Hi...
Can anybody help me to run ble_peripheral example (ble_app_hrs for S130). I have build and load the code successfully but cant see the advertisement. But while debugging...
I am working with the nRF8001, and I'd like to create a services.h file that will let me broadcast battery level and as well as allow temperature to be read by a peer.
...
Hi We have an application where we what to read i2c sensor data over the air to an iPhone. We've taken ble_app_uart_S130 project and grafted in some twi_hardware code. There...
I am interested in the S130 ability to hold 3 central -> peripheral links over BLE, and am looking for some evidence that this has been accomplished with extremely low-power...
I'm trying to implement channel scanning in our nrf24lu1p based USB dongle.
I'm following the specs and basically loop though each channel ;
loop
stop listening
set...
Hi,
I am using the NRF8001 in UART mode and attempting to bond with my android device (Lollipop 5.0 Nexus 6).
i am using the nordic arduino sdk which is found here:...
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 ?