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...
Hi guys
I am using customized board(Raytac MDBT40) based on nrf51822(flash memory 256k, RAM 32k).
I am trying BLE UART example code of SDK 11.
which path : \nRF5_SDK_11...
I am using S120 SoftDevice on PCA10001 board with sdk7. I want to know on which
channel i am receiving advertisement packets.
Is there any API on Central/Observer to which...
Hi there,
I was able to issue "make VERBOSE=1 mergehex" from my cmd line and it worked. When I do the same via build target from Eclipse, it is giving me "no such file or...
Hi,
In the product I'm working on I need to store some configuration data in persistent memory. I came accross serveral ways to do that. I think the best way to go is to...
Would it be possible to get simplified versions of the board support package.
Following e.g. the macros is veeerry difficult.
A simple version of the HeartRate demo with...
Following a discussion I just saw here Yesterday, people asked about an editor for mac and I could not see there was a clear answer. I was thinking also to go with the nrf51...
Thanks to the answers and support here, I think we are going to use the nrf52832 ( we migrate from another company after having really hard times). I am struggling to find...
[https://drive.google.com/open?id=0ByjgT_Zt3YyJS2tKQko3cW10SlU]
hi i am working on MMA8652 i am working on mma7660 twi example in sdk11 for nrf52.
i have changed the registers...
Hello,
I am wondering if I/O hardware interrupts get lost during the time when CPU is halted due to flash erase.
Can Nordic also confirm if BLE data transmission in...
Hello,
I am currently searching for BT and NFC Chips, which can deal with a bit more than the usual 85°C. The nRF51822 is specified to 105°C, is it possible to run devices...
I want to play songs wirelessly on speaker ,suppose speaker is connected to one soc and and another soc is connected to storage which contains songs how do transfer that from...
I want to use fstorage to write data to a file. The File with three records: 0x1111="Tablet1", 0x2222="data: abcdef", 0x3333="26". How to implement it? Can anyone guide me...
I want to use inner flash to work as event log storage.
So in pstorage_platform.h I set PSTORAGE_NUM_OF_PAGES as 60. So I can use 60 pages.
#define USER_BLOCK_SIZE 64...