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...
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...
I have an application that has been built using Arduino boards and shields for prototyping, and software developed using their IDE...all works fine.
The device comprises...
Hi all,
I am trying to use the SAADC to measure battery level. I have a rechargable lithium battery connected to my customed PCB with a NRF52832. The rechargable battery...
Hello. I have as question about the sd_ble_gatts_hvx. According to the API documents, the call to sd_ble_gatts_hvx will return NRF_ERROR_FORBIDDEN in the following situation...
Utilizing two nrf52832 dev kits, both flashed with v6 of the SD and using V15 of the sdk.
Using two examples from the SDK, the ble_peripheral/ble_app_rscs and a slightly...
hi. all. i have a problem:
1 . i use nrf51822 aa download nrfready_desktop_2_v3.0.0, sd+boot+desktop_keyboard, bud when i press p014 pair key, phone can not find device...
Hi,
I'm working with the nRF52 DK (PCA10040) with the latest versions of the toolchains, build tools and IDE (Eclipse Oxygen). I followed the tutorial "Development with...
I'm gonna store some initial data in flash, this data must be saved permanently (I need about 1024 bytes. it's 1 page), so how can I protect this flash area with my data ...
Hi
We are seeing a strange behaviour when using sd_ble_gap_adv_set_configure() . When we set the advertising data in the ble_gap_adv_data_t to have the advertising flag...
Hi,
We use the FDS to write/update/delete the data that store to the flash.
When operating delete/update the data to the flash for a while, the error FDS_ERR_NO_SPACE_INQUEUE...
My requirement is simple: Want to increase the iBeacon transmit power to (i.e. -4, 0 or 4dbm). In the beacon example, I tried adding in the main loop after calling advertising_init...
Hey Devs,
Would I be able to get a CAD file for the Nordic Thingy's main board. I just found a snapshot of it on the last page of the document labeled PCA20020_Schematic_And_PCB...
Hi,
I just create simple example based on nRF51 ADC examples, using SDK12.3.0 with softdevice S130 v2.
I used PPI + Timer to get sample from ADC. I used TIMER2 to trigger...
Hi everyone and thanks in advance.
I'm new to the NRF52 SDK enviroment and I've been having some trouble with the I2C/TWI configuration. The SDK we are using in the v12...
Hi,
Is it possible to send notification periodically even if there is no change in the value? I create sample code that send constant value periodically over BLE, but in...