Hello,
can the radio notification and radio disable APIs be used to use the radio hardware from the application layer?
Background of my question is, that I have an application...
Hi,
I am using central s120 with peripheral s110. The connection to the peripheral is depending on the name advertised by the peripheral.
When connection is done, the...
Hello,
I am trying to ecrypt some data in order to send some data encrypted in the MINOR and MAJOR adverts of the device.
I used this code to ecrypt the data ( this is...
Hi,
i use anRF51822 with soft device 7.
I run the UART app on my iPhone 4s with ios7 and on the nrf51822 board the ble_app_uart with keil uVision5.
Both devices connected...
Hello,
I upgraded nRFgo Studio software to version 1.17.0. Installation goes OK but the application crashes every time I try to launch it after installation process.. Then...
Hi,
i tried to send data from ios 7 via tx_characteristics(like in UART example) but received error:
didWriteValueForCharacteristic 2A38 error = Error Domain=CBErrorDomain...
I have been trying for a few days now to get my environment setup for development with the nRF51822. Since there is no official configuration for the Mac w/ Eclipse I have...
Hi,
I am building the CoAP client and sever example programs on a third party module (Reytac MDBT50Q). I am using Reytac dev board MDBT50Q-DB-40. Unfortunately the example...
Hi all
Can the NFC tag of nRF52832 be integrated with multiple cards?
Such as t he access control card of my dormitory and my home can be replaced by one card
Thanks...
I use the connected mode of DF, i use the two receiver,one transmiter,but when i flash the procedure to my boards.i find that only one receiver can get the IQ samples.how...
I am trying to port some code I wrote for Gazell, which I guess acts more elegant since it uses PPI, a workqueue, timeslots, etc. I have an ESB connection in which I receive...
Hi,
I am currently developing with the nRF52 DK (nRF52832 SoC) and the nRF52833 DK (nRf52833 SoC). I have built and flashed the Bluetooth: Peripheral HT sample from Zephyr...
HI,
I'm using nrf51822 and Gazell protocol.
from the RM, i get that the combined length of S0, LENGTH, S1, and PAYLOAD cannot exceed 255 bytes, which i think i can set the...
hello everyone, recently I entered the world of nordic,
and I have been testing some of the functionalities, of one of the devices,
specifically the nrf5304 dk model,...
Hello,
I created a device on AWS and corresponding certificates/shadows on the us-west-1 server. I'm able to successfully connect and send to this endpoint, but want to...
Hi Sir / Madam,
May i know if there is any layout guidelines that available for nRF5340-QKAA?
Appreciate if you could help to provide to ease the development of the...
My app uses mesh shell to subscribe to messages on a custom model and that works just fine
I need to subscribe to a different address on the same model but get an error...
Hello,
I using the "nRF5_SDK_17.1.0_ddde560" and want to capture the current RTC count though a gpio (low_to_high event) via PPI. I want to use the RTC2 (used by app_timer...
Hey,
We are trying to create PoC which includes NordicSemi thingy 91 or nRF9160DK, AVSystem portal and AWS cloud.
By default AVSystem uses string "urn:imei:<imei number...
Hi,
I am trying to HTTP application update. I am using fota download to download "app_update.bin" from my AWS S3 bucket.
prj.conf
I am passing the basic authentication...
Hello everyone, In this moment, I am working on a project where I connect to a pulse oximeter and extract some data. The central device is a nRF52840 in a custom board. My...