Hi..... This is Venkatesh. I am using nRF52-DK Evaluation kit. This is my first question posting here. It is pleasure to have an account to share my knowledge and get the...
Code_Replace_MainDotC.docx
Please look at the attachment of my code. Go to \nRF51_SDK_9.0.0_2e23562\examples\ble_peripheral\ble_app_template\pca10028\s130\arm5_no_packs...
I am in need of the usb-to-uart.hex firmware and the driver for it. This is required to test the radio dongle nRF24LU1+ device (32k) whether it can be programmed through USB...
I've been unsuccessfully trying to serialize BTLE example programs by SPI. I have two PCA10028 boards and I'm using SDK10. In addition to serialization examples, I've tried...
Hello,
Connection between linux router and NRf51 devices worked before I've updated kernel version from 4.09 to 4.3.
Now, with the same configuration and hardware, I'm not...
Hello,
Connection between linux router and NRf51 devices worked before I've updated kernel version from 4.09 to 4.3.
Now, with the same configuration and hardware, I'm not...
Hello!
Thank you for the excellent SDKs and documentation on the NRF52. I am developing several user devices on the NRF52 DK PCA10040 and my own boards using the Garmin...
Hi,
I am trying to receive packets from a device with Zigbee custom profile. Through sniffer, I can see that the device joins the network and sends packets on it but I cannot...
Our board doesn't have LFXO, but I want to run DTM. When I try to switch to LFRC by changing sdk_config.h, it doesn't take effect.
chip: nRF52832
SDK: nRF5_SDK_17.0.2...
Hi, we use the Fanstel BT40 design a RS232 & USB carrier board, when we use battery 3.3V to VDD, there is a DC2.8V output from VDDH. VDDH should be power input, why there...
As known in SDK nrf there is a function battery_level_in_percent() used to calculate battery percentage but it is only true for the CR2032 battery. Currently, I am using AAA...
My application uses a SPI LED driver, which I routed on a PCB to the most convenient pins for routing.
I have already tested my firmware on a nRF52833 DK with an Arduino...
Hello, I'm a beginner at developping nrF52832. My problem is completely similar to this one : devzone.nordicsemi.com/.../add-saadc-peripheral-and-others-to-example-project...
I am trying to measure single-phase mains voltage (240v, 50Hz) by stepping down the voltage to 200mv using a voltage divider and read it with the ADC pin of the controller...
Using NB- IOT JIO SIM in india, not connecting asset tracker Work Up to RRC Connected and stuck there. This is custom code very similar to asset tracker example. We are using...
Dear Sir.
Using the mqtt_simple project , I inserted a 1 sec timer.
Within the timer I want to use the publish routine like this
data_publish(&client,MQTT_QOS_1_AT_LEAST_ONCE...
Hello everyone, we are developing a heart hare accessory for the phone and we want to show the battery status directly on the phone. I found it can show up in the Windows...
Hi, I run nRF5 SDK 15.3.0 with SES 4.30c on a PCA10040. Yesterday I upgraded to nRF5 SDK 17.0.2 and SES 5.60. When I connected PCA10040 I got a message that something wanted...
Hi everyone,
I write a firmware to read the values from a 6-axis IMU and some force sensors. I want to sample with a frequency of 100-200Hz, to store the data in a buffer...