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,
This is Jahnavi. I am having nrf52 DK development kit and with that development kits I am using light switch example to connect the boards as mesh network. How...
Hallo everyone,
I'm using Eclipse IDE for C/C++ Version 2018-12 (4.10.0), my OS is Ubuntu 18.04.2 LTS and my hardware is the NRF52840 DK. I'm using the GCC C and C++ Compiler...
Hello:
I have nRF9160 SIP custom board. The pins on custom board almost the same as nRF9160DK.
I can run lte_ble_gateway sample on nRF9160DK without problem:
But...
I followed nRF Connect SDK 0.3.99 to test nRF9160 LTE Sensor Gateway.
I successfully completed steps 1 thru 10 in the Testing section
It was successfully connected...
Hi all,
I am communicating with a sensor through UART using APP_UART on a custom board (nrf52840) through the nrf52 DK. I can send and receive commands to and from the sensor...
It seems the LTE-M / NB IoT isn't available Europe-wide yet, and roaming applies country-wise.
Can anybody share his/her experience of using the BLG840F?
thank you.
We are using nRF52840 with BLE and 802.15.4 concurrent with S140 SoftDevice. There are two functions to set the transmit power for each radio protocol:
sd_ble_gap_tx_power_set...
Hi all!
In my application I would like to use LESC OOB pairing between two S132 SoftDevices. But there is one thing that I'm not sure of: I only have the (wired) OOB channel...
Thank you for considering my problem!
I have maybe have seen a working Micro SD card with the 52840DK, but have not been able to produce it on my board. 52832. I am using...
I understand that the nrf9160 product is still in pre-release. I did have a look at the gps receiver section in the DocLib.
For future planning it would be very helpful...
I am setting up a custom hid device bulk transmission, which can normally send data to PC at present, but cannot receive data from PC (no data interrupt was received in the...
I am able to use the 2 channel mode of each PWM giving me a total of six PWM that I can set individual duty cycle PWM!
I now find I need 8 PWM with individual duty cycles...
I see that BBC Micro:bit uses nrf51822 and can use RADIO peripheral.
So I tried to make my nrf52832 DK to talk to Micro:bit by using Gazell library and referencing MicroBitRadio...
Hi,
We are using SDK14.2.0 and getting assertion failed error with id = 1, pc = 0xEAC2 and info = 0.
What can be the cause of this error?
Thank you in advanced.
The function model_timer_elapsed_ticks_get() returns the total number of ticks since the timer was started. Hence it's expected that this function to return a value > 0 when...