Currently, I am able to use Mqtt Publisher or Subscriber with only one Nrf52 device. I can ping to the device with link-local address.
I am using Nrf52832 with SoftDevice...
Hi everyone,
After days of figuring out how CMake works, I try to write a CMakeList.txt myself, and decide to put my progress on this community. Right now, using CLion with...
i am using nrf 52832, i got SAADC example code from sdk. that code done by using timer. i could not understand timer section. Is available SAADC simple example code without...
Hello everyone,
as indicated by this question https://devzone.nordicsemi.com/f/nordic-q-a/35692/adding-nrf52-dk-to-github-mesh-demo-for-thingys/138327#138327 I am trying...
This is both a general tip for users and a question; does anyone have good success with the LIS2DH12 double-tap feature? The 3-axis accelerometer works well but the use of...
Hello-
I'm working with the " Experimental: Wireless UART Example".
Is there any way to periodically send data rather than just typing data into terminal?
BLE_Nordic.zip Hi,
We are a couple of students trying to implement NRF8001 in our project, we made a SPI setup on our Atmega328p to communicate with the NRF.
After sending...
How does a multirole component behave if it is set to continous scan and advertising every 400 ms? This is pr. definition a contradiction!
My question is whether it is...
hello, i am implimenting ir with nrf24le1 but after adding the transmit.h,transmit.c nordiac_common.h and lib_ir_common.h the code is compiled successfully but it shows this...
Before(SDK11), I enabled uart and used printf function to print out log message to UART.
But, in SDK12 I can not see printf message. But, app_uart_put is working.
Where...
Hi
I've to provide support to an old project created with SDK 6, under GCC and Eclipse platforms. I've never had problems when creating the HEX file to be used on DFU service...
Just want to check if NRF52832 or NRF52840 can communication with iPhone 7 as instead of W1, which can transfer the data and audio from iPhone to earphone base on NRF52832...
While creating my own service I used ble_app_blinky as an example, once I opened ble_lbs.c file I saw it contains the service's declaration inside the macro:
#if NRF_MODULE_ENABLED...
I'm using nRF52 + SDK11.0.0 + s132. I have an SPI slave configured. I have 40B data being read by a master every 12ms at 1MHz SPI clock. The master is trigger to do the read...
HEY
I am using my nrf 51 dk too program the nrf51822 board externally. How I can identify the board in keil, only the 51 dk is shown in the debug settings. How i can select...
I would like to see output from NRF_LOG_DEBUG in the Rtt Viewer, to achieve that I changed (in sdk_config.h)
#define COMMON_CONFIG_LOG_LEVEL 4
#define NRF_LOG_BACKEND_SERIAL_USES_RTT...
Hi all!
These days I've developed a custom SAADC + UART program to fulfil my needs using the SAADC example in the SDK 11. I've tested it and all is working really fine...
I have 1 dongle and 2 NRF52DKs attached to my computer at the same time, when I am trying to use Keil to program just 1 board it seems like attempts to access all 3 my boards...