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 would like to ask you for advice on how to solve my problem with Ble and the timer I am trying to add a timer to examples\ble_peripheral\ble_app_uart the timer works...
Hi all
nrf52840 Development board,sdk is nRF5_SDK_15.2.0_9412b96 ,PC is windows 10 .My testing master device is cell phone(Huawei HTC and so on,android system),and using...
Hi all,
Our custom board has 2 MCUs connected each other via UART to implement 2-chip configuration.
One is the main MCU which has Cortex R4 and the other is nRF52810...
My company has developed an application in Python3. We need to integrate the pc-nrfutil scripts ( https://github.com/NordicSemiconductor/pc-nrfutil ) with our application...
Dear All,
I am measuring VDD and VDDH using the internal SAADC. In normal mode (VDDH not connected to VDD) the reported results are good (3.0V and 1.8V for example). But...
I am trying to use PN532 on nRF52840. Nordic SDK has an example Adafruit Tag Example but it is for nRF52832. I have ported the example but it fails in TWI Communication. ...
Hi, I'm planning to do thesis on BLE Mesh using Nordic Semiconductor. I tried to setup a generic OnOff server using two Thingy:52s and nRF Mesh app by following the Mesh SDK...
Dear nordic fellows,
I'm writing my service with the characteristics following all three tutorials (advertising, service and characteristic)
The nrf52832 is acting as...
Hi
I want to update 9160-DK and I test two method.
The first methof is update by nrf-Connect and Programmer.
I was follow the post https://devzone.nordicsemi.com/f...
The link for downloading nRF6939 live cd v5.4 is broken.
https://www.nordicsemi.com/Software-and-Tools/Reference-Designs/nRFready-Smart-Remote-3-for-nRF52-Series/Downlo...
Hello I am currently working with the android application that Nordic provides for the generic on off example for lights using bluetooth mesh. Everything goes fine , I have...
Based on nRF5_SDK_15.3.0_59ac345,
a. fds_stat(&stat), and stat.valid_records=8, It means that the records are written in
b. err = fds_record_find(WK_UDM_FDS_FILE, WK_UDM_FDS_REC_NAME...