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...
Hello everyone,
i'm kinda new to microcontroller programming and feel like i bit of more than i can chew. I bought a variant of the nrf51822 chip ( github.com/.../Board...
Hi. Currently, i am testing the BLE power consumption on nrf52.I set connection interval 20ms(min=10,max=30) ,slave latency 0 and connection data size 20 bytes.in addition...
It seems like the IAR startup file in SDK 11 for nrf52 is older than the one that was included in the previous SDK 11 alpha
IAR Embedded workbench 7.50.3
I have a queston for softdevice S130 example about Environmental Sensing service.
I readed spec. but I can't find out any ESS profile example in SDK.
Is SoftDevice S130...
I want to use the nRF24LU1+ for a project where it will be a HID usb dongle. But I dont get which tools I need to make it. The KIT DEVELOPMENT NRF24LU1+ work for it?
T...
Hello,
This morning i did migration of my code from SDK 11 alpha 2 to 11 final on nRF52 and i have a big problem.
Nor bootloader or application do advertising. Am I...
I want to merge the softdevice and application in the makefile is it possible ?
if not possible what could be the easier way. I am using Linux OS .
thanks
Hi everyone.
I'm trying to program a NRF51822 Beacon using the nRF DK board. Of course I looked around here for advice on what type of connector to obtain.
devzone.nordicsemi...
Hi,
I have a hardware (wired) UART transmitting data to the nRF51 at intervals. I'm currently trying to implement UART-BLE that runs could concurrently with the wired UART...
is there a version of nrfutil that works on linux?
this one doesn't: github.com/.../pc-nrfutil
$ nrfutil dfu genpkg --application _build/nrf51822_xxac_s110.hex fota.zip...
Hello,
I have used ble_app_uart example and wants to transmit 12 bytes data over ble using this function ble_nus_string_send call.
In 1 second how many times ble_nus_string_send...
Hi,
At the moment I'm trying to make some current measurements with the new nrf52 dev-kit from the global tech tour. Unfortunately I'm not able to go into Idle- or even the...
Hi,currently i want to measure the current consumption of nrf52 DK. I followed the tutorial nRF51 current consumption guide ,and use the Power profiling application in the...