Hello, I have established the connection between two pca10001 boards, one as central and one as peripheral using multilink_central and multilink_peripheral. I have serial...
Hi,my friend,
Now,I use nrf905.Situation is as follows:
I use the NRF PCB circuit of data manual.Nrf905 work, often loss of data.
1.The Product host is to use the stick...
Hi,
I want to use the Blend Micro with more security. I want use a passkey for the Bluetooth connection. For example through the iOS Device.
Is it possible? Static passkey...
How do I receive multiple signals simultaneously at a single receiver (433MHz) with multiple transmitters ?
I am working on a polling system. This one is similar to the audience...
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...
Hi everyone,
I was wondering if there are any issues turning on and off the ANT transmitting channel during run-time of nRF51422 with this:
err_code = sd_ant_channel_close...
I want to use master spi mode ,but when I build the file,it is always error.I operate like this ,First I open the project in ble_peripheral\ble_app_hrs\pca10040\s132\arm5_no_packs...
"Hi Guys, my nRF8001 BLE is working perfectly, But recently i was performing regression testing to check BLE connection, their i faced one issue after 10 minutes from nRF8001...
I am using SDK11 on a nRF52 board. I had some success in DFU, but also had issues.
Was able to upload the bootloader successfully using Master control panel. But it always...
I use the nRF52832 IC of WLCSP package.
In addition, it sets as follows:
{.source = NRF_CLOCK_LF_SRC_RC, \
.rc_ctiv = 16, \
.rc_temp_ctiv = 2, \
.xtal_accuracy...
Hi all,
I have a firmware in which I want to use BLE and ANT communication (with Softdevice S310) to send and receive commands from other Nordic devices or smartphones...
Hi,
I modified the code from the tutorial at devzone.nordicsemi.com/.../ to send measurements from my RHT sensor but encountered some basic difficulties. After fitting...
Hi,
I would like to know what the approximate Flash memory and RAM usage by nRF51 chipset would be when using the BLE communication (Let's say I want to send and receive...
Hi everyone
I am working with nRF52 (SD132). I am considering the ble_app_uart example and I'm trying to modify it by setting TIMER1 and TIMER2 peripherals to generate...
I'm trying to update the bootloader over the air, I succeeded to do so following the answer given here
it worked when I didn't change big things in the bootloader , but...
We have noticed that when our application is trying to call GATT disconnect while nRF master app is running, our app fails to disconnect. More over, when our app connects...
Hello everybody,
I am trying to pair module nRF51822 with Heart Rate Monitor device with the Surface Pro running on Windows 10 with no success. I see the module but when...
This question is a follow-up to this post . After performing several tests and understanding that some phone are more limited than others in terms of the number of exchanged...
Hi,
my device resets on executing sd_softdevice_enable(p_clock_lf_cfg, softdevice_fault_handler);
I have external 32KHZ crystal. I also know that software works because...