I can get right value when I chose QDEC_SAMPLEPER_SAMPLEPER_512us in slow application ,but in my application my max data rate is more than 2k, so the QDEC value is less than...
nrf51822 SDK 9.0
iphone 6plus System version IOS9.2
When the phone receives the QQ message "static void notif_print(ble_ancs_c_evt_notif_t * p_notif);" can execute.
but...
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...
let say i have a temperature sensor connected to one nrf 52840 dongle of a mesh network. Now can i make the Led of all the dongles glow if the temperature increases the given...
I downloaded the latest nRF5_SDK_15.3.0_59ac345 and some other old versions of SDK documents. (I am trying to use pca10040 development kit to program Fanstel EV-BT840F, aka...
Hi
One of our customers have complained, that our sensors are making occasional errors.
I have looked at it, and they are correct. About 1 in 8 Million packets send...
Hi, I have my custom board for the nrf9160 ,
I was able to program it through the built in programmer of the nrf9160 dk but I have an issue, when I connect the VDD to the...
I'm using adafruit_tag_reader example to read ISO14443 tag. When I put a tag near scanning area of PN532. It reads tag multiple times till I remove that tag from there.
...
Hi!
I am using IAR compiler for my project
I declare global variable
__no_init u32 uPowernResetSignature;
in my code I assign value to this variable
uPowernResetSignature...
Thank you for taking time to look at my problem!
I have managed to combine the TDK/Invensense library for their IMU MPU9250 within the SDK 15 utilizing simple TWI calls...
Hi,
I have nRF9160-DK kit and its environment is set such as nRF Connect SDK and Segger Embedded Studio.
I want to build a simple application from scratch for example...
Hi, I am trying to modify UICR PSELRESET but its not changing. Any help?
NRF_UICR->PSELRESET[0] = 0xFFFFFFFF ; NRF_UICR->PSELRESET[1] = 0xFFFFFFFF ;
Thanks
Hi,
I'm developing an application using the timeslot API for a custom radio protocol. The application also uses a number of the nRF52832 peripherals, as well as the app_scheduler...
Hello,
I'm having an issue with scripting AT comands directly into the code of the nRF9160. I'm a novice at all this so I apologise if the mistake is an obvious one.
Inside...
I get "ERROR: There is no debugger connected to the PC with the given serial number." when I run e.g. nrfjprog --eraseall on command line.
Programming/debugging using VisualGDB...
Hi,
The User Guide v1.3 in Chapter 2 (minimum requirements) states "SEGGER J-Link Software" under "Software requirements". Is there J-Link software specifically for use...
I've been developing firmware for the nrf52840 for a few months using armgcc+openocd+arm-none-eabi-gcc working successfully. I recently upgraded my ubuntu version (18.04)...
Hi,
I am trying to connect to cloud MQTT (cute cat) which needs username and password for authentication. In the sample the password and username is set to NULL in client_init...