Hi,
I'm attempting to obtain sensor values for a project to be completed less than a week from now and I have not yet started programming so any help would be greatly appreciated...
Hi
I am using nrf52832,SDK version: SDK : RF5_SDK_17.0.2 .
USE CASE:We have two central and one peripheral.We need to control two central with one peripheral(REMOTE...
Hello,
I am facing an issue with SPI when the SoftDevice S132 is enabled and i cannot figure out what the problem is.
The following test works perfectly when SoftDevice...
Hello!
So I can connect, disconnect and write to my applications characteristics via a PyQt5 GUI I threw together. On the python backend, I use Bleak to
search for devices...
Hi, I am developing using nrf52832 and st7735s.
Successfully displayed the lcd screen using the code in \examples\peripheral\gfx
However, when screen clear, text_8print...
Dear friend I checked the data sheet of 52820 and I didn't see any LPCOMP peripherals. Check the data sheet of 52832, there are LPCOMP peripherals. Comparing COMP and LPCOMP...
Hi,
I’ve just ordered a few nrf51822 (from seedstudio ) and waiting for them to arrive.
They come preloaded with SoftDevice 6.0 or 7.0. with a pre-flashed OTA boot loader...
Hello, I am trying to connect a Nexus 6p running Android 6.0 to the NRF52 dev board. I have tried numerous ble examples in the SDK, but nothing ever appears in the nRF Master...
So if I start a program in debug mode some zero-inited static variables are non-zero.
ldr r1, =__etext
ldr r2, =__data_start__
ldr r3, =__data_end__
subs r3, r2...
I'm attempting to use the app_trace module. I've set it up as follows:
int main(void)
{
// Setup tracing. Also sets up UART.
app_trace_init();
app_trace_log(...
Hello,
I know that this question has been asked a few times, but I am a little desperate after trying to get debug logging over the Virtual COM Port to work. Here are the...
Hi,
I've recently got some brand new nRF51 Dongle, and used nRF51 DK. The problem is that DK is not recognized by mine PC. There's actually some example program (heart...
Is that bad to call RTT functions if there is no SEGGER connected?
I mean, if there is no RTT viewer connected, what the RTT library does with the message to transmit?...
Sorry for bothering you, but my nRf doesn't send anything at all, i check fifo_status reg, put data in TX fifo, then set CE pin four about 25 us, clear CE pin and check fifo_status...
Hello I saw a Nordic presentation where they state that the plugin for nrf51 can export services from Bluetooth Developer Studio for nrf52 but when I include the generated...
Hello,
I have enough experience for ARM MCUs but I am newbie to BLE technology.
I am thinking of a project about using NRF51822 beacon to unlock door when in range.
I am...
Ok, so please bear with me as I'm quite a greenhorn both in embedded world as in nRF series chips. My aim is to understand how deep sleep works. I might use wrong terminology...
Debug Logger without softdevice, and the define ENABLE_DEBUG_LOG_SUPPORT to my project in the C/C++ tab.
i just test, very simple , but cannot get debug log..
int main...
Hello,
We use DFU Service with nrf51 with sdk 9.0.0.
GATT 0x1543 characteristics can be found on DFU Serivce. But the descriptions are not found on documents.
infocenter...
Dear Nordic,
I have developed the software using development kit with latest chip version 3
nRF51422_xx_AC --->32KB RAM and 256 KB FLASH
SDK ---->nRF51 SDK 9.0.0
S110...