Looking for someone that has previous experience building multi protocol / time slot topologies using a mix of BLE (central+peripheral) & custom Gazell connections running...
Hi.
I have nRF51422 borad and want to flash to nRF51422 with JLink.
I supplied to 3.3V power to board and is connedted SWDIO to p23, SWDCLK to p24. JLink is connected...
IUsing the Master Control Panel application on my Android device to connect to my nRF51822 module (acting as the GATT server), I have implemented the Device Manager (v10 SDK...
I have successfully compiled BLE application using tutorials provided on nordic website.
but when I start doing debugging for better understanding find out that I can not...
Hey,
We got a problem when trying to figure out how to detect the custom services from Unity. We are trying to read data and afterwards to do some manipulations of objects...
I want send ble bond connection request from raspberry pi to nrf51882.
Can you please let me know which ble libraries I need to send central ble bond request to nrf51882...
Dear Nordic:
I try to use pca10040 DK and SDK is nRF52_SDK_0.9.2_dbc28c9.
Test nRF52_SDK_0.9.2_dbc28c9\examples\peripheral\UART the function work well on my DK.
I...
Hello,
I am using PCA10028 and sdk 12.2.0. Now I have interfaced temperature sensor and I am storing 4000 readings from sample to flash. Once all the 4000 samples are stored...
When I enable DLE with a max MTU size of 247 (NRF_BLE_MAX_MTU_SIZE = 247) and PDU payload size of 251 (opt.gap_opt.ext_len.rxtx_max_pdu_payload_size = 251) and a max characteristic...
log.txt I have programmed my nRF smart beacon with example peripheral code with DK52. My beacon now flashes red. I am using the nordic sniffer to sniff ble packets in wireshark...
Hi,
I will be using ble_uart application code in my nRF52 Evaluation board. With nRF52 EVK I will be connecting external module over UART communication. I want to detect...
i am having trouble with pwm module 2. only two of the channels are working but not the third nor the fourth.
i tried pwm module 1 but im having the same problem there. i...
I'm currently working on an esb project using two nrf52832 chips wherein PTX regularly sends packets to PRX as a kind of heartbeat monitor. I can't seem to find what happens...
Hi,
I get the ble_app_att_mtu_throughput -example working with the coded PHY between two nRF52840 boards. Very nice, although I did not yet get the coded PHY advertising...
Looking at the ble_nus service, I see that the SoftDevice allows notifications to be more than 20 bytes long:
uint32_t ble_nus_string_send(ble_nus_t * p_nus, uint8_t *...
I'm try to use RTC1 to generate overflow interrupt, but it doesn't trigger interrupt.
void RTC1_IRQHandler(void)
{
// do something
}
main()
{
NRF_RTC1->TASKS_STOP...
Hi,
I'm using s132, sdk 12.1 on nrf52x, my question is about possible race condition when setting the value of a characteristic using sd_ble_gatts_value_set (on peripheral...
Hi,
I am working on a IoT based project with nRF52832 and nRF52840. I am looking for PCB Designers and people who can develop firmware for our project. The firmware development...
Hello, in S110 device's nrf_sdm.h, there is this enum "NRF_CLOCK_LFCLKSRCS" which is defined as:
enum NRF_CLOCK_LFCLKSRCS
{
NRF_CLOCK_LFCLKSRC_SYNTH_250_PPM, /**< LFCLK...
Hi..!
I am trying to ***Receive ACCELEROMETER DATA FROM MPU6050 to PCA10028(NRF51822) AND WANTING TO PRINT IT ONTO UART using KEIL IDE.
Code is getting compiled & getting...
HI.
I want to send data from nRF24L01 + to RF communication and receive it from nRF24LU1 +.
The nRF24L01 + is connected to the STM32. The settings are as follows.
...
Hi, I'm trying to build a bluetooth device that pairs once, and does not have other hosts maliciously or accidentally pair to it (which would create a poor experience for...