Hi,
In my design, there is a tag used by 24l01,It can transmit the temperature value.In the tag, the parameters are like this:
addrofch[0] = 0xe7;
addrofch[1] =...
We've been working on a product that utilizes a NRF51822 chip as well as WS2812B NeoPixels. Since there have been numerous posts about it here we've decided to release our...
Due to limited resources we are looking for someone who can help us with making a custom profile.
You are preferably in the Stockholm area and have done this before.
The...
Just putting this here in case anyone else comes across this issue, esb_arm.lib and gzll_arm.lib don't appear to implement the work-around in PAN 18(in the version I tested...
In the source files of standard/adopted services, there's a comment stating:
/* Attention!
* To maintain compliance with Nordic Semiconductor ASA's Bluetooth profile...
I impliment NRF52 + W5100's TCP socket as custom code mqtt client as Publisher via LAN. I need to secure connection with SSL/TSL. Is it possible to use Transport Layer Security...
In order to use SDK13 with no limitation (from keil) to build: nrf5-mpu-examples for sdk13 .
I have followed the Segger Embedded Studio - A Cross Platform IDE tutorial...
Hi,
I am using microecc to create a ecdsa signature and verifying with my public key. When calling nrf_crypto_ecdsa_sign_hash() to sign the hash it returns with NRF_ERROR_INTERNAL...
I am using nRF52480 and s140. The example is ble_app_uart_c.
The program works fine with: Scan interval x00A0 and Scan window x0050
However, when I set the Scan window...
Hi !
When operating the Thingy52 with it's factory firmware:
Is the Thingy 52 choose automaticly which BT protocol to use (BLE 4.1 or Bluetooth 5).
I mean:
if i connect...
Can someone revise
www.nordicsemi.com/.../Getting-started-with-the-nRF52-Development-Kit
to include an image from an Apple Mac .(I can provide one)
As well as modifying...
Hello,
I am trying the example code, heart rate BLE peripheral application, on the nRF52 DK. However, I cannot see the screen fill with data in the heart rate monitor,...
hello,
i am working with a long range ble long range transmitter and receiver which will communicate over long range to send a ble nus string in nrf52840, so i set tx power...
I am working with SPI and SPIS examples ( sdk version 13). SPI of nrf52 is full duplex. In the example, I can send data from Master board to Slave board then Master board...
Hello!
I use 2 board nrf52840! I want to transfer large data ( 1~2MBytes) from board1 to board2 with wire to connect. Can have solution for me? (SPI I2C or uart).
According to the description of S132_SDS_v5.0 on page 82, when the establishment of connection, in accordance with the BLE protocol, softdevice will be interrupted frequent...
I am using nRF52840 and the power profiler. I am trying to measure the current to evaluate the scheduling of BLE. Now I am using the ble_uart_c example and I changed the scan_interval...