Hi.
I am using S130 softdevice version.
Basically, I am using NUS Service and make a my own NUS central service as NUS_C.
It is correctly work at normal state.
When...
Hi All,
Please Reviwe for a attached circuit file(Chip ANT of nRF51822.pdf).
I also attach a datasheet of chip antenna applied for that circuit(SDBTPTR3015 Data Sheet...
to me it made sense that EN_AA settings are controlling the receiving pipes if an ACK has to be sent back upon receiving a valid packet.
then i thought that the settings...
I am using BLE_Gateway example defined in nRF51-ble-bcast-mesh to create an rbc_mesh over 2 nRF51422 devices . For now, I am just testing it out on 2 nRF51422; I will set...
Hello,
I see when you import an example from the pack installer ( for example pwm, ble, timer examples ) it arrives with the misc controls --c99 on by default , so I cannot...
Hi,
We're looking for a low-latency 2.4GHz solution (not BLE) and the nRF51822 is oft-quoted as providing low latency, but what are the typical ms figures we could achieve...
I am starting afresh, and have only just downloaded & installed Keil v5.25, nRF SDK v15.0.0, and nRFgo Studio v1.21.2.10
So everything should be "latest" and "up-to-date...
I am working on small UART project. I am begineer coder.
I want to transmit 0-9 numbers using UART. I am using nRF52832 board and IDE using is Eclipse pca10040. I applied...
Hi,
I am using nRF52832 pca10040 developement board. As I am begineer I dont know much about coding. I am using Eclipse IDE for developement. I want to transmit 1-10 numbers...
Did somebody ever get the following error message:
/usr/lib/gcc/arm-none-eabi/7.1.0/../../../../arm-none-eabi/bin/ld: unrecognised emulation mode: cpu=cortex-m4 Supported...
Good morning everyone,
I am having a few problems in understanding the new SDK 15.0.0.
First of all, I was unable to find a definition/description of NRFX.....what is...
Hi!
I have some doubt's on Light Switch example in SDK for Mesh V.2.0.0
1. I'm able to connect using nRF Connect Android Application to Proxy Client and Server but when...
Hi,
I'm using the nRF51 Dongle as a sniffer to capture BLE data. I set up the device and the plugin as instructed in the User Guide 2.0.
1. When starting Wireshark, the...
Hello,
I am using sdk 12.2.2 and customised nrf52 board. I am using gcc makefile to compile my code. I want to add .lib file in my code so how should I add .lib file in...
Hi,
I want to send "ON" message to server node over mesh network when a client node receives "hello" via UART from PC
I was able to merge UART example from nrf5 sdk with...
We are using BMD300 module in our custom design, but we are facing issue in programming BMD300 using j-link segger. The device is not getting detected in nRFgo studio. But...
Hi
We are having our current NRF application working with S132 SoftDevice v3.0.0 API and we want to port our application on S132 SoftDevice v5.0.0 API and also want to use...
Hi,
Im not sure if im doing something wrong or what, but i've been hitting a wall when trying to use the radio example transmitter and receiver.
No matter what i send...
Hi , im using the ble_app_uart project on nRF52832 chip.
Im trying to use SPI pins as: P0.13-data P0.14-clock P0.15-cs. before that i wanted to see that i control the pins...