Hi,
firstly, I have to say, I use MBED OS, if you cannot help me because of this, I understand, but maybe somebody still has some general Ideas.
I am trying to build an...
Hi everyone,
Currently, I am working on my bachelor thesis for creating simple network by using MQTT, BLE-6LoWPAN and nRF52832. I have three nodes of 52832 and one raspberry...
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...
For example:
region 0: 0x00000 -> 0x1b000
region 1: 0x1b000 -> 0x40000
In region 0: the first page(1024 bytes) is 0x400=1024 from 0x0000 -> 0x400 , ERASEPCR0 must be...
When I change the target from nrf51422 in the SDK into nrf51822 there is this error in Keil uVision Project window.
I can't find a way to remove the files in red warning...
Hello,
I have a problem with secure bootloader.
what I did:
Flash SoftDevice 130 using nRFgo Studio.
Compiling \examples\dfu\bootloader_secure\ (i removed the...
Hi guys,
I'm following the tutorials in devzone.nordicsemi.com/.../
I'm in the final step to show the GPIO in peripheral views, but there is no modules in the view....
Hi,
I´ve been reading a lot of question about the duration of the SOFTDEVICE_HANDLER_INIT, and I've found that if a change the accuracy of the calibration it will be faster...
Hi,
4.4.2 is known to have lots of BLE problems.
Is there a summary of the main known problems regarding BLE that have been fixed
in 5.01
in 5.1
.....
In general...
On dev kit nRF52 PCA10040, rev 0.9.0, Keil uVision 5.21.1.0, SDK nRF5_SDK_12.1.0_0d23e2a - I need to monitor 9 input signals for a transition (hi to lo) on any of the pins...
I'm trying to program a nRF51822 custom board using Debug out pin P19 of NRF51-DK through Keil MDK, here is the problem I encounter:
To simplify I just use the simple blinky_s130_pca10028...
Hi,
I'm developing simple bluetooth app, where I'm using 3 custom services, each one has characteristic with notification option.
But only the first service notification...
At infocenter.nordicsemi.com/.../anomaly_832_91.html it says that for the IC Rev. Engineering C, build codes CIAA-BA0:
Average Sensitivity over all channels degraded...
Hi,
I am creating a custom project using Eclipse Managed Make having followed the instructions from here .
I am continually getting the above error when I try to Debug...
I'd like to add a capslock function in gazell when i am developing a keyboard based on 'nrfready_desktop_2_v3.1.0'. After i have read the source code from nordic, i cant found...
Hi,
I have a strange problem with FreeRTOS xTimers not waking up, that I so far have tracked down to be related to PPI driven SAADC combined with FreeRTOS Tickless Idle....
I'm working with the experimental_writable_ndef_msg example. I can write data to the tag and the data shows up in m_ndef_msg_buf . I'm writing 2 text records, and I'm trying...
I want to open a sequential space for saving my data, about 20KB , and I want to modify or read it anytime, nordic suggest using FDS, but it seems a bit confusing. Is there...