Hello,
I established a connection between my central and peripheral module. Now i want to write characteristic value on peripheral. I tried with sd_ble_gattc_write function...
I am using the NRF24l01 for my products and looking to buy in bulk(100-1000). Now I know where to buy the just the IC but antenna design is a hard point to break right now...
Hi, my friend,
I've been with nrf905. I use a 16-bit CRC check.
But I encountered problems in use:
1.Nrf905 16-bit CRC check format is CRC-16(IBM):X16+X15+X2+1 or other...
I have two custom PCBs, each of which has a microcontroller and an nrf24L01+. Everything related to the transceiver in the designs are complete duplicates (with the exception...
Hello,
I've built a small BLE-device based on the nrf8001.
With my Iphone I can discover this device and I am able to connect to it and listen to notifications of the...
Our pcb is used for gps location data. We have a nrf24L01 nordic chip as the micro process or between the gps module and wireless module (2G). Our engineer needs to capture...
Hey folks,
I'm trying to modify the SPI Master loop back example into a 4 line SPI Master_Slave program. Whenever I change the Tx_Buffer_lenght from 10 to lsome other numbers...
Hi,
I need to load ble code to mrf51422. I read on the forum that I can do it using nrf51 dk but did not get the steps. Couod someone give me detailed description about...
VPN Solutions are a guaranteed private network association constructed on top of infrastructure that is publicly available. vpn connection free Providers provide an alternative...
Hello to everyone!
I'm digging documentation of SDK. and I meet a lot of doxygen things like this
/**@brief Macro for configuring a pin to use a GPIO IN or PORT EVENT...
Hello Everyone,
I want to program the BMD-300 with the nRF52 Preview Development Kit.
I have connected:
BMD-300 -> nRF52-DK
SWDIO -> SH_SWDIO (pin #4) on P20
...
Sorry for probably stupid question..
All the time in SDK we set need bits through the mask, for example
NRF_GPIOTE->CONFIG[idx] |= (pin << GPIOTE_CONFIG_PSEL_Pos) &...
Hello,
I am looking to get started with NRF52. I am very familiar with TI BLE so not a beginner.
I am looking for a high level introduction to the nordic soft devices...
Hello,
i am new to BLE,
I am using the iot S1xx Softdevice on the nrf51 Dk in order to test ipv6 connection, and now i want to add advertising with the Eddystone protocol...
Sorry I am new to this. Therefore this question may seem to be odd:
I want to build a temp monitor using an nRF8001 (BLE Board Adafruit) and send this data to my mobile...
This is the code I am using to wakeup my system from OFF. It is not working. Kindly Help.
#define Pin_0 0
static void gpio_init(void)
{
ret_code_t err_code;
...
I am creating a system (nRF52 SDK11.0.0 s132) that will get a data ready interrupt on a GPIO (configured via GPIOTE with a handler) from a sensor every 4ms. The sensor has...
Hello,
I am writing an iOS code using Swift3 to connect an iOS10 device to nRF52 pca10040 and blink an LED. The nRFConnect on iOS can easily connect using the device name...
We've currently only been developing our application in C. We now have a couple of C++ libraries we'd like to use and are having trouble compiling the mixture of C and C+...
On a custom board using the nRF51822, with SDK 11.0.0, SD s130 and gcc, I'm seeing the following stack trace when doing some TWI operations to program an accelerometer:
...
I have to send a data to more units, i have found problems with multiple ACK return signals (I think this is the problem).
So i'm trying to send data with no ACK.
For this...
void in_pin_handler (nrf_drv_gpiote_pin_t pin, nrf_gpiote_polarity_t action)
{
nrf_drv_gpiote_out_toggle(PIN_OUT);
}
This function work with interupt event (push...