Hello!
I'm writing an application that uses MQTT to post some sensor data to a server. My networking code is basically a duplicate of this sample , except I set up the LTE...
Hello,
I’m trying to understand exactly how the location module works in the Assert Tracker V2 application. I want to see the NMEA data in the logs, but I’m not sure how...
Hello, I am trying to save my sensor data and system uptime to the external flash on my nrf5340dk. So far I have been able to erase some sectors of the external flash, write...
We have an issue with the UTC Time being the correct time when we initially connect to the Verizon network. However, after some period of time the UTC Time changes and our...
hello everyone,
I am currently doing an project that is hoping to achieve this result: nrf52840 connect to my phone or connect to my computer via ble, then there will...
Hi,
I've got a question regarding the configuration I have to make in order to get the logs from the nrf9160 in the serial terminal using the hci_lpuart sample.
My setup...
I'm currently working on a custom board based on the nRF52840 , using SoftDevice S140 v7.0.1 and nRF5 SDK v16.0.1 . I’ve integrated the BLE Buttonless DFU example ( examples...
Hello
Im new in arduino and i want to connect an rfduino with one other rfduino
how can i send from one rfduino to other the degreee an how can i see the degree on the...
Hi!
I have a problem with testing ble_app_hrs_c. I am using nRF51822 develpment board + nRFgo Motherboard. Softdevice is S120 1.0.0 1alpha, SDK version is 5.10. Specifically...
The article that mentions the S120 and Rezence is this one: www.nordicsemi.com/.../Nordic-Semiconductor-announces-Bluetooth-Smart-solution-for-Rezence-Wireless-Charging-and...
Hello
I am new to developing with the evaluation kit and have a few very basic questions.
Any answers or pointers to relevant documents would be much appreciated.
...
I'm currently working on alert notification service. Correct me in case I misunderstand it.
having nrf51822 as peripheral with AlertNotificationServie will impose to have...
Hi,
I'd like to connect my nRF2740 to my MCU Arduino Micro and test it with the sample codes found in your GIT repo. How can I do this?
Best regards,
Alessandro
Sorry for the silly question, but as it is mandatory to use sd_X function when it is possible to avoid collision, could you tell me if this code is the right way to use the...
hello all, i need a Bluetooth low energy peripheral device in which i can attach a single button to in order to control simple phone operations, i'm not sure what device will...
Hi,
I need protection against the MITM attack, what should I modify in heart rate example? Actually, I change the characteristics to BLE_GAP_CONN_SEC_MODE_SET_ENC_NO_MITM...
Hi!
I am using nRF51822 evaluation kit and connecting it as a master to a pair of I2C-devices (using twi_hw_master.c). Everything works well, but when I integrated the...
Hi,
I am using the Evaluation Kit, and I have tried to send some data between the Developoment Dongle (PCA10000) to the Evaluation Kit board (PCA10001). As the Development...
Hi,
Are there any reference design for interfacing a nRF51822 with an external sensor for e.g. an accelerometer (STM LIS3DH, AD ADXL362 etc)
Also do we have a profile...
My application would like to receieve notifications at several different times before a radio notification event. Specifically the application needs to receive notification...
Hello,
i have two operation modes:
One or more devices are bonded and advertising mode with whitelist (BLE_GAP_ADV_FP_FILTER_CONNREQ)
A new proximity central device...
Hi all,
From this forum and the examples given in the "sdk" find two approaches to measuring the battery voltage:
using external divider 10M/2.2M+22nF
using integrated...