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...
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...
We are using NRF52832 based Module in our design. Currently BLE Services & characteristics used in our firmware: 1. Custom Service characteristic 1: 37 Bytes characteristic...
Hi,
I understand that BLE Logical Link Control and Adaptation Layer Protocol is responsible for protocol multiplexing capability.
Can you please explain what kind of protocol...
Hey,
when i call:
otLinkSetChannel(OTInstance, ThreadChannelToUse);
from the very beginning of the programm:
void main(void) { int ret; ret = InitLEDs(); InitTemperatureMeasurement...
We are using nrf5340-dk to communicate with nrf5340 custom board and trying to search for the other sensors' addresses. There is secure mode and unsecure mode CPU. Which mode...
Hi.
My first attempt to get SAADC to work was:
NRF_SAADC->INTENSET = (SAADC_INTEN_RESULTDONE_Enabled << SAADC_INTEN_RESULTDONE_Pos) | //A result is ready to get transferred...
Hi,
Can I connect a 3.7V Li ion battery to the dongle VBUS keeping the SB1 and SB2 configurations as default?
Would this 3.7V applied to IC's VBUS pin cause any issue...
I want to view extended advertising, auxiliary advertising , LE coded data.
i had installed nrf sniffer app wireshark but it doesnt display this.
Ellysis bluetooth tracker...
Hello,
I am working on NRF52805.
I am able to debug my program with J-link using SEGGER.
However, when I try to download the program it seems like it is not running...
Hello. I am developing using nrf52832 (S132 v7.0.1, SDK v16.0.0) as central.
Is it possible to change the Tx Power while connected to the device? I made it possible to change...
Hi,
I am migrating my project from SDK15 to SDK 17.0.2. I am using NRF52840 development kit and using s140 softdevice for bluetooth services. When I load the softdevice...
Hello.
I'm trying to make very simple iBeacon. So, I modified an example of 'ble_app_beacon'.
Things what I have done are below
1. wrote J-Link OB-SAM3U128-V2-NordicSemi...
Dear supporters team,
I would like to create a new project, It has a feature scan BLE peripherals and print name of peripherals
Could you help me suggest step by step...