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...
Tools in use, etc:
nRF5_SDK_for_Thread_and_Zigbee_v1.0.0
RaspPi_OT_Border_Router_Demo_v1.0.0-1.alpha
NCP example located in <InstallFolder>/examples/thread/ncp/uart...
I use nrf52832 qfaa b017351o ,some ic can run sdk11 dfu demo but some ic can't. Demo location .\nRF5_SDK_11.0.0_89a8197\examples\dfu\bootloader\pca10040\dual_bank_ble_s132...
Hello,
We have a custom board based on nRF52832, built an application base on SDK V15/ble_app_uart
It works fine with Android: we can send string over BLE but it doen...
Hi everyone,
I changed the example ble_app_beacon from sdk 15.0.0 sd132 to be able to scan beacon besides transmit. It works well to scan beacons and I can get their UUID...
I am using SDK15 and S140 and nRF52840 as central. I plan on deploying a lot of temperature sensors each of which will
have a nRF52840 acting as a peripheral also using...
Hello Community,
I am looking for a code example of the DFU part application of the nrfutil library in C.
Please someone can give me a fair example of the function
def...
Hi,
we would like to add a level of encryption above BLE. So first establish a secure connection via BLE and then exchanging message to establish a session with a second...
Hi - I have a Nordic Thingy 52 which I have successfully configured through IFTTT to turn on a smart plug. The out-of-the-box IFTTT formula for this smart plug only gives...
I am emulating a nRF52810 on a nRF52832 DevKit on the SDK v15. I have TWI and ADC (3 channels) assigned and both of them work just fine individually. When I put them together...
Hi,
I have recently ported from SDK12 to SDK14.2. We have a custom android app which connects to nRF52832. The correct sequence of events in BLE should be
- Fast advertisement...
hi, i made a PCB board with NRF52832, but if it download with pca10040 examlpe, use the 'nrf connect' can not search the advertisement. but if i download with pca10028 examlpe...
Hello!
I am working on a project that involves RFID. Thus I'm trying to communicate with my PN532 Breakout board (https://www.adafruit.com/category/product/364) and my NRF51822...
Hello,
We are currently working on this project that intends to collect the data of various sensors on a large field. Right now the topology of our system is: "Low Power...
Hi In order to implement some kind of secure custom advertisement, mainly to defeat reply attacks, I am thinking to implement a counter and exchange it in every advertisement...