I've gotten the experimental_ble_app_s130_example_c_pca10028 (BLE Dual role application) to work with my nRF51-DK (modified for my needs). It's an nrF51422 chipset.
I want...
Hey I am working on nordic nrf51822 chip ( http://i.imgur.com/q8EM4uq.jpg ).
I want to run a bluenet code which i have forked from github.com/.../bluenet to github.com/....
Hi, I use the nrf 8001C + stm8s. I successfully installed settings nrfGo, but when I try to execute a command OpenAdvPipe I get an error ACI_STATUS_ERROR_CMD_UNKNOWN .
The...
I am using PCA10031 dongle with SDK 7.2. I tried the blinky example in peripheral directory. Unfortunately it didn't work for me.
When I use the makefile from blank/armgcc...
I've tried compiling and running the ble_app_hrs_rtx demo example suing the makefiles and GCC 'as is'. However, the program just hangs and doesn't do anything. Specifically...
I'm using QT + QBS + bare-metal + gdb + openocd + stlink(debugger). I want to print into qt-terminal debug information. How Can I do this feature?
forexample:
int main...
I ran the ble_aci_Tranport_layer_Verification.ino sketch from the Nordic BLE library and I get no output to the serial monitor after "nRF8001 Reset Done" is displayed. I think...
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...