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 using 2 gpio interrupts from 2 separate sensors with active soft device. one sensor generates interrupts at around 400-800 ms and the other comparatively lesser...
Hi,
So I am trying to poll the signal strength of the nRF9160 DK and at first everything seems okay, the device gains connection and all the boxes in the LTE Link Monitor...
We have added Nordic Uart Service (NUS) into the nRF mesh code and we created two mobile application.
First mobile application:
- is for nRF mesh provisioning which is...
Hi,
The datasheet for the antenna used in the dev kit, P822601, has its specification performance measured on a PCB DUT at 140 x 50 mm^2 - which seems rather unnecessary...
HI !
i have a problem during importing nrf9160 project in SES , knowing that i imported this project and others with same toolchain installed and other requirement.
onetime...
hi all
i have been working on a raspberry pi hat design and i would like feedback on it's design
this is the link to the github repo and i do update it regularly https...
hi,everyone
I want to run the DFU example in meshV3.1.0 . but i still can't understader how to run it . below is my understanding:
1.ther are must have 2 devices , A device...
Hey, i having problems with uploading code to my Thingy52.
Equipment that i using: nRF DK https://www.nordicsemi.com/Software-and-Tools/Development-Kits/nRF52-DK Nordic...
Having issue with nrf52840 interface with sim808 for GPRS connection. I am trying to interface nrf52840 with sim808 using UART. But only AT and ATD command reply i can see...
Hi,
I am currently trying to test the capability of bluetooth 5 long range mode using a pair of SparkFun Pro nRF52840. I have used the blue-app-uart example and:
1)...
Hey
I am working on Bluetooth mesh. I am able to find the RSSI from server whenever i received the message from client in mesh(light switch example). Now I have to find...
We used NRF52832 to make a Bluetooth solution, but the customer wants the broadcast name of the product to be regular, and the MAC address also needs to follow a certain rule...
Hi
I have below requirement on NFC using SDK 12.3.0 and soft device S132. please suggest how to start with the same.
1.NFC operation. (Simple Read Write into NFC Tag Memory...
Hi,
I'm working on getting the DFU bootloader working and I'm following this blog post.
I'm successfully compiling and loading the bootloader to our custom hardware...
I want two pwm channel output 1MHZ frequency, the phase difference between two PWM channels is 180 degrees。when i set two pwm frequency to 500KHZ, use the configure below...