I have a working project where pin 16 is configured as a low-level interrupt source.
it is working well with SDK 15.3
after porting to SDK 17.0.2, it is not triggering...
Hello Nordic Support Engineers and fellow developers ...
Just a note to thank everyone for help via this forum. I started very inexperienced with Nordic SDK a year ago and...
Hi,
I recently purchased a thingy91 for a project. I'm trying to follow instructions from a Nordic youtube video ( https://www.youtube.com/watch?reload=9&v=xQ7hDzRULJQ ...
I have a nRF5340PDK, Now I want to know the lowest power consumption of this chip in different condition, such as adv, connect, sleep. But I am not sure how to config the...
Hi, i am using:
-nRF 52 DK
-nRF 52832
-Sensor of Maxim Integrated
-SDK 17.0.2
I have some problems in handling the I2C through the nrfx module.
This is my ReadByte...
Hi, I have a set up consing of an nrf52840, a Raspberry pi and a Linux workstation, which communicate over IPSP following the IPSP sample from Zephyr OS. The nrf52840 is a...
I am currently developing with nrf52832 sdk14.2. I found in the test that after opening the hid service, the connection parameters will become the following parameters after...
I encountered a scenario where I call sd_ble_gap_connect() and get an event BLE_GAP_EVT_TIMEOUT with source BLE_GAP_TIMEOUT_SRC_CONN . This is followed immediately by an event...
Hi, i have written code in android, where i am using threads to connect to 832 ble over insecure RFComm socket..
Am not pairing with 832 in my app and am directly trying...
Hi I am implementing a buttonless_DFU function right now. I decided to do Buttonless on my project's PCB Board because it is no longer an environment where I can add switches...
My setup is as follows:
nRF5 SDK 13.1 with s132 5.1.0
nRF52832_AA
Keil 5.25pre
I use RTC1 counter for timestamping along with app_timer timers. My get_timestamp() function...
I am trying to send lots of data through radio (basing on old micro esb project from github, but heavily modified).
I need to keep radio IDLE (not DISABLED) when not transmitting...
Hi,
I am developing smartphone controlled BLE door lock based on nRF52840.
The door lock is a peripheral (also GATT server) and the smartphone is central (GATT client...
Using the nRF52840 with SDK15.3.0 and S140, I am seeing strange interactions between PWM and BLE.
The PWM is configured to create a continuous 175kHz output just under...
I am currently developing with nrf52832 sdk14.2. When nrf52832 is bound to a different iphone connection, if the stored binding record of nrf52832 is already full, will the...
Hello,
We require a bluetooth low energy IC with MCU. Right now we are testing with nrf51422 development board. Could you please suggest any updated ICs with (BLE+MCU) ...
Hi
Below picture and attached file is my 52810 hardware.
All the component are accord with the 52810 data sheet.
But, when I download the BLE blinky project from the...
Hi I am currently testing Buttonless DFU using SDK 12.3, nRF52832 DK. Example test was conducted first using the DK board, but as you can see in the picture, it will fail...
Hi,
I have a MQTT-sample based application running and everything works fine. If I supply the DK through a USB cable connected with my computer, LED 5 blinks high frequently...
Hi,
I am using nRF5 SDK 15.2 and the twi_sensor example to read over I2C a slave device 'WhoAmI' memory location. I first tx the slave address (0x68) and then attempt to...