hts, HTC phone, nrf tools HTM, nrf51822,
every time when it's power up :
the once connect: error code 0x7A cann't read characteristic and 0x14 state change.
the second...
Our company needs wireless temperature sensors (can be externally powered or battery operated) and transceiver with 4 channel analog outputs. It has to be finished product...
I am toggling Value of slave through a button on nrf51822ek .This Value is displayed on MCP of dongle, but i have to get this value on terminal to send it to pi then through...
Hello, I am tryong to use to masters to communicate with two accelerometers.
Q1_ I found the following image from Nordic's website that shows SPI0 pins but there is no indication...
In the nrf51 series reference manual section 12.1.9 it states that there is hardware protection that prevents write instructions from being executed and that there is more...
Hello, I have established the connection between two pca10001 boards, one as central and one as peripheral using multilink_central and multilink_peripheral. I have serial...
Hi,my friend,
Now,I use nrf905.Situation is as follows:
I use the NRF PCB circuit of data manual.Nrf905 work, often loss of data.
1.The Product host is to use the stick...
nRF52 DK
HTS example
I added app_timer_stop_all() in the ble_evt_handler() of main.c, under the case of BLE_GAP_EVT_DISCONNECTED, but the battery service timer still...
need help on multiple things
All work is on the DK 840 board using sdk15.3
Started with this link
https://rigado.zendesk.com/hc/en-us/articles/360025376053-Add-Nordic...
Is it possible to run the Zigbee Light Switch example with the internal RC.?
On the sdk_config.h I have changed the following:
#define NRFX_CLOCK_CONFIG_LF_SRC 0
But...
In the only example in SDK16.0.0 with soft_device and Free RTOS, configMAX_PRIORITIES is set to 3, which means available priorities 0,1 and 2.
Is it possible to change configMAX_PRIORITIES...
Hi i'm very new in using Nordic nRF52840. Got 2 questions:
1.Why does each example project contain blank/mbr/slxxx folders? in these folders they all have a copy of the...
Hi,
we've been experiencing some strange issues with the OTA DFU on nRF Connect for Androind in the past two days.
We've been using such function on a regular basis with...
I am trying to transition my Nordic SDK v12 project from Keil to Segger Embedded studio. I followed the tutorial steps such as placing ses_nrf_51_startup.s file in Internal...
Can I use an external edge-triggered (negative edge) interrupt (on a GPIO pin) to trigger an I2C write via PPI? If so, do the I2C registers need to be reloaded each time?...
I'm having trouble using an external j-link probe (J-Link plus compact) with the nRF52840-DK with Segger Embedded Studio. I am powering the DK from USB (Sw9 VDD) , using the...
Hi Great QA team:
Our clients are studying for the details of 52833. And they'd like to know the maximum external draw current through VDD at high voltage mode.
It's clearly...
Hi,
I am testing the ble blinky example as it is from SDK v16.0.0. I am seeing a good amount of time(~340ms) from reset(pin reset) to advertise the first packet. I am keen...
So for this what I am trying to do is-
result = ((float_t)0x3F4040A3); NRF_LOG_INFO("My float number" NRF_LOG_FLOAT_MARKER "\r\n", NRF_LOG_FLOAT(result));
But this is...
Hi
I have a strange phenomenon when using ANT proximity function.
Configuration: nRF52840, SDK15.2.0, softdevice S340 v6.1.1
The following initialization function of...
I've been using the USB HID Composite example along with the advice from this thread https://devzone.nordicsemi.com/f/nordic-q-a/38271/writing-words-to-usb-composite-keyboard...