Hello everyone!
I want to form an Openthread network with three Nordic nRF52840 cardboards. I would like to monitor the traffic using a sniffer, but i can't receive any...
We are using the development board PCA10040 for implementing a prototype with several GPIO interruptions.
We are trying to use the NFC pins (pin 9 and 10) as pins of GPIO...
Development Software:
nRF5 SDK for Mesh v3.1.0
SEGGER Embedded Studio for ARM v3.50
SoftDevice S140 v6.1.0
Computer Platform:
Windows 10 Professional
Hardware...
Dear,
software/hardware:
nrf52832 mesh sdk v3.1.0
Q1: when friend feature node code can get? now just is bin file.
Q2: mesh has just four feature devices, friend feature...
It seems the LTE-M / NB IoT isn't available Europe-wide yet, and roaming applies country-wise.
Can anybody share his/her experience of using the BLG840F?
thank you.
Hi,
I am trying to build a thread network using a border router nRF52840 with a Raspi3B+ and 2 others end-devices nRF52840 connected on a CPU Ubuntu 16.04 LTS.
I have...
Hi,
I have a nRF52 DK board and I am trying to build a BLE peripheral with both connectable advertisement (custom with my own name and service) and unconnectable advertisement...
If anyone will ever have this error:
When using c++ and singleton the use of operator new is not possible.
I found the solution in this post: forum.arduino.cc/index.php...
Hello everyone,
Lately I have been struggling while trying to run "BLE Advertising, a beginner's tutorial". My hardware consists of NRF51822 and PCA1000 dongle. I use SDK_11...
I am working through the TWIS Slave and TWI Master mode drivers Example using SDK 12 with the nRF52832 PCA10040 board and having issues. I am using Minicom through the terminal...
I want to use the last page of codespace for storing a single 32 bit word of non volatile data. I am failing so far and I think I just don't understand the page numbering...
Hello everybody
I am working with the Raytac BLE Module "MDBT40", which is based on nrf51822.
And I am testing example project "ble_app_uart" in the SDK6.1.0 now.
...
I would like to confirm my understanding of Problem sending 6 bytes to multiple services using sd_ble_gatts_hvx
I use nrf52832 sdk13.0.0
BLE SPI is master. I dropped...
Hello,
I connected the nrf module to jlink as described:
• vdd(nrf)-----3.3V
• gnd(nrf)-----gnd
• SDO(nrf)-----SWDIO(jlink)
• SCLK(nrf)-----SWCLK(jlink)
• 3.3V...
I've run into some interesting behaviour in my code and wanted to see if anyone can clarify for me. It seems as though the SPIS module doesn't set the MISO pin as high impedance...
Hello,
I built a simple I2C application for the LMP91000 and I was successfully able to configure it to read the status register.
However, I tested to see if I could...
Hi,
I used to use an imitated Jlink debugger to program/debug my target board(one Nrf51822 on it)
There are pins connection between them,it works just fine.
Now I...
I aslo read other question about sd_ble_uuid_encode .
But my problem is different from it.
I use nrf52832 and DK board.
I made my application from ble-app-template...
Hello,
I want to define a writable payload section and a static payload section (not writable) in one tag is this possible?
I have now implemented it like this, but...