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...
There is a marked improvement in the handling of TrustZone in nrfjprog 10.11.0 and 10.12.00, but it seems it's still not quite all the way there. I can do:
and am able...
Hello,
I am developing DFU over a custom IEEE802.15.4 Protocol in our own embedded OS. I managed to write the new Firmware starting at bank1_start address. Now I need to...
Hello,
I am using nRF connect SDK v1.4.99-dev1. I have imported ZigBee light_bulb, light_switch,network_coordinator project in SEGGER and successfully created
the Zigbee...
-I was following this link- " devzone.nordicsemi.com/.../" and installed SEGGER JLink.
(all on Ubuntu)
-Installed gcc-arm and changed the tool chain path on Makefile.posix...
I try DTM using the serialized application . The serialized application interface is UART.
The software on Connectivity board is ble_connectivity in nRF5 SDK , it is not...
nRF52832 and SDK 17.0.2
Using the Examples/crypto/nrf_crypto/aes/aes_all_cli example I am getting the wrong output in CFB mode.
"example key_size 256_bit"
"example aes...
I am working on nRF51-DK with nRF51422 with softdevice S130 and SDK 12.3.0.
I see that GPIOTE driver provides sensing for signal transitions like NRF_GPIOTE_POLARITY_LOTOHI...
Hi,
I have setup the Segger Embedded Studio for ARM (Nordic Edition) V5.10d, and managed to compile a sample app from ,
V1.4.2 -> nrf -> samples -> bluetooth -> peripheral...
Hello,
I have different behaviour with 2 identical boards.
They behave differently (at least for BLE functions).
With jlink interface, I saved the flash binary of...
I have installed the toolchain according to nRF Connect guideline, on my MAC OSX.
My option settings are listed in the attached image.
I downloaded release 1.4.2.
...
Hi Sir
We are developing a product with nRF5340,
Now we faced the PCB layout symbol creation issue,
I can't find any information about footprint of nRF5340,
Can someone...
Hello,
I am trying to get acquire the accelerometer data every 4 hours for a sample duration of 60secs. These data are stored in RAM and on ble connection with the mobile...
Hi,
I'm totally new to programming nRF DK's.
What am I using?
Segger Embbedded Studio for ARM (Nordic Edition)
Toolchain: nRF Connect SDK v1.4.99-dev1
The "mqtt...
Hello there,
Since we use the lower level modules from Nordic's SDK for Mesh 4.2.0 - namely timeslot.c, bearer_handler.c and some additional modules to make them work properly...
Hi,
I just happened to stumble across these lines (123 to 126) in nrf_drv_uart.h:
And I noticed that on line 125 NRF_UART_ERROR_FRAMING_MASK is mapped to NRF_UARTE_ERROR_PARITY_MASK...