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,
I am using NCS v2.4.2 and nRF5340DK + nRF21540EK but I can not enable GPIO+SPI mode.
for example, I use nrf/samples/bluetooth/central_and_peripheral_hr application...
I manage to connect to the network and disconnect from it after sending the data, but if I'm in an area without reception, the device tries to connect and after a while, the...
: Chip Not Recognized by J-Link
I need advice from someone familiar with the nRF9160-SICA-B1A-R7.
I purchased an nRF9160-SICA-B1A-R7 chip individually from Digi-Key and...
Dear Sir :
We are now developing on nrf52840, with ncs v2.6.1 and zephyr.
We want to put I2C0 to PM_DEVICE_ACTION_SUSPEND before sys_poweroff().
Our code is below :...
Hello everyone,
I am currently trying to get a ML model running on my nRF52 (preferred nRF52832 but nRF52DK works also for me). Right now I am trying to evaluate if my setup...
We have using nrf5340-nrf7002 in our custom board. SDK version 2.6.1 We understand that the timer will not function in System OFF (deep sleep) mode. However, our project is...
Hi there,
I've encountered a strange PWM behavior and have investigated a bit. When setting load_mode to NRF_PWM_LOAD_WAVE_FORM, creating two sequence, and the latter sequence...
Hello, We want to build our own custom protocol because the features we need are not available from existing protocols like BLE or Zigbee etc. But it is beyond our reach to...
Hi all,
In my application I need to use some of the NET core peripheral from the APP core (since I ran out of peripheral instances in the APP core). According to this page...
I am running into an issue (title), where I am attempting to switch the advertising interval to a slower interval after a set period of advertising in order to save power...
Hello everyone,
I'm trying to test the ble_app_uart example. When I download the code into the 52DK, i can see my device show up as a possible connection, but when i connect...
We have a number of fixtures using nRF52 DK boards to both flash a custom board and to do a DFU operation to that board. We use a SPST switch in the P19 pin 1 lead in the...
Good day
Our custom board contains RS485 implementation. The file schematic for that looks like this:
I have noticed that a driver and sample exists but the driver doesn...
Hello everyone, I'm currently updating my project from SDK v10 with softdevice S110 to SDK v17.1 with softdevice S132 (a huge step). I'm, wondering if what I want my code...
Hi
I am trying to make a SPI connection with a device which doesn't already have a driver build into Zephyr.
Is there some kind of genereic device i can use since i just...