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 have my custom board for the nrf9160 ,
I was able to program it through the built in programmer of the nrf9160 dk but I have an issue, when I connect the VDD to the...
I'm using adafruit_tag_reader example to read ISO14443 tag. When I put a tag near scanning area of PN532. It reads tag multiple times till I remove that tag from there.
...
Hi!
I am using IAR compiler for my project
I declare global variable
__no_init u32 uPowernResetSignature;
in my code I assign value to this variable
uPowernResetSignature...
Thank you for taking time to look at my problem!
I have managed to combine the TDK/Invensense library for their IMU MPU9250 within the SDK 15 utilizing simple TWI calls...
Hi,
I have nRF9160-DK kit and its environment is set such as nRF Connect SDK and Segger Embedded Studio.
I want to build a simple application from scratch for example...
Hi, I am trying to modify UICR PSELRESET but its not changing. Any help?
NRF_UICR->PSELRESET[0] = 0xFFFFFFFF ; NRF_UICR->PSELRESET[1] = 0xFFFFFFFF ;
Thanks
Hi,
I'm developing an application using the timeslot API for a custom radio protocol. The application also uses a number of the nRF52832 peripherals, as well as the app_scheduler...
Hello,
I'm having an issue with scripting AT comands directly into the code of the nRF9160. I'm a novice at all this so I apologise if the mistake is an obvious one.
Inside...
I get "ERROR: There is no debugger connected to the PC with the given serial number." when I run e.g. nrfjprog --eraseall on command line.
Programming/debugging using VisualGDB...
Hi,
The User Guide v1.3 in Chapter 2 (minimum requirements) states "SEGGER J-Link Software" under "Software requirements". Is there J-Link software specifically for use...
I've been developing firmware for the nrf52840 for a few months using armgcc+openocd+arm-none-eabi-gcc working successfully. I recently upgraded my ubuntu version (18.04)...
Hi,
I am trying to connect to cloud MQTT (cute cat) which needs username and password for authentication. In the sample the password and username is set to NULL in client_init...
I'd like to create pc program connect to nrf51 device.
In Many document as I found, describe with dongle/DK and using a virtual com port like this.
PC -> dongle/DK include...
Hi,
I have some questions about application operation while in PSM / eDRX mode.
1. when modem is in deep sleep mode, is the application halted too ?
2. if not, what...
Hi, I am using nRF52 as a central SDK15.2 and SD132. I want to add in peripheral mac address which I want to put in the whitelist manually from the UART. But the example that...