Hi to all Nordic product lovers,
This is not a question but rather an announcement of a new nRF52840 based finger tip size module 14 x 9 x 1.6mm launched at CrowdSupply...
Hi,
I have a SPI slave device which outputs 8-bit registers that I have to assemble. For example, I receive two 8-bit registers, a high and a low register, which I have...
I have a PCA10059 dongle. I have inadvertently configured pin P0.25 as the sleep debug pin and I use active state 0 as I am using off board LEDs with reverse logic. This means...
If you're working on a product that requires you to show and translate GATT Attribute (Service, Characteristic and/or Descriptor) UUIDs to Strings to the user, it's likely...
Hello,
We have been trying the sendNotification call and after getting a success log we are not able to send a second notification. I'll copy the snippet of code that we...
I have a firmware developed on the nrf52840 development board. When porting it to nrf9160, a lot of errors were reported. How can I use the LOG output function on nrf9160...
Hi!
I try to write SD to 52810 and nrg go studio can't do it. After recover it can't to switch normal window with possibility erase device and SD write. What possible reason...
SDK 14.2 / SD132 5.0 / NRF52832 --> NRF52832
There is a thread here which discusses "when NUS is ready" : https://devzone.nordicsemi.com/f/nordic-q-a/28208/when-is-nus-ready...
I'm using SDK nRF5_SDK_15.0.0_a53641a, and I was able to trigger the hard fault handler from within the Nordic NFC library. Nothing was running. The microcontroller was asleep...
Hi
Some time ago, we purchased a couple of boards, then (I believe) called nRF52 PDK. They are marked PCA10056.
We need to obtain more nodes. From gleaning information...
Hello there,
I'm looking for a good source that explains the ideology of the Nordic methods for programming and debbuging the nrf5 chips so I'm looking for something that...
Hi,
I'am trying to run the example in Software Development Kit > nRF5 SDK > nRF5 SDK v14.2.0 > Examples > Bluetooth low energy examples > Experimental: IoT Examples > TCP...
Hi,
We have our nrf52840 module going to be ready soon. For production testing, what is the recommended and capable lower tester and upper tester? I am sure that nrf51822...
Hi all I am wrking in an sample be program where ble is advertising everey 5 seconds. I have configured app timer with fire period = 5 seconds in order to read a sensor. After...
Hi,
Ipv6 UUID 0x1820 shall be present in the advertising process. Is it mandatory to put it in the ADV_IND message or can it be in the SCAN_RSP one ? ... the scanner, 6BR...
Currently, we are testing Bonding & Connect.
Please see the attached log below.
If Click 「Bond」 on Android App (nRF Connect), disconnection occurs after "PM_EVT_CONN_SEC_SUCCEEDED...
Hello,
I have the following question: when developing a software product, I developed my own service. It consists of one characteristic and several descriptors (valid range...
On our products, we assign a custom sequential mac address to each unit (we use this number in other places in our system). I believe this is an issue due to the bootloader...
Hello all,
We are using nRf52832 DK.
We are trying to run TCP Client example from IOT.we have even burned the s1xx_iot soft device.We are getting the the error "CMSIS...
Hi,everyone!
I need to configure an external interrupt so that when the interrupt is triggered, I can do something else
When I configure it in the following code...