Hello,
I've built a small BLE-device based on the nrf8001.
With my Iphone I can discover this device and I am able to connect to it and listen to notifications of the...
Our pcb is used for gps location data. We have a nrf24L01 nordic chip as the micro process or between the gps module and wireless module (2G). Our engineer needs to capture...
Hey folks,
I'm trying to modify the SPI Master loop back example into a 4 line SPI Master_Slave program. Whenever I change the Tx_Buffer_lenght from 10 to lsome other numbers...
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...
If I want to do a project following.
The central that has NUS service can connect to at least two peripheral .
Two peripheral also have NUS service.
I can receive notification...
Hi Guys, my project requirement is i have to make sure that my nRF8001 should bond with only one peer device. So i intend do a whitelist one peer device address, whitelist...
I'm trying to use 4 pwm by hardware
and 2 pwm by ppi.
It works pefectly purely.
and if softdevice included.
I have to change nrf_ppi_ to sd_ppi_ api.
and got no demo...
hi. As I know, if I want to change my nRF8001 Device name, I have to check "Over the air" and "From application controller with pipe" boxes in nRFGO Studio. in this case,...
Hi,
I want to make sure that the nRF52832 can start working (turn on) with a 1.8V power supply. Therefore I went to check the default value of POFCON register, in which...
Hi,
I got the PWM example code working, but I need only 3 PWM pulses (14usec on time and 34 usec off time). How do I configure the PWM pins to output just 'n' cycles? thanks...
Hello,
I have downloaded the nrf52 sdk (version 0.9.2) and following the steps listed here: infocenter.nordicsemi.com/index.jsp , to run the blinky led example. However,...
hi, i'm looking for layout and schematic (altium ver.) of attatched nrf module (nrf 51822 BLE).
how ans where can i get this ????
actually i need the imformation...
Hi,
For each sdk version there is a release note of known bugs which is good :-)
I guess it lists the bugs known at the time of the release of the sdk.
Are these posts...
Hello,
I am developing in NRF51 with gazelle communication. I specify in project setting (in IRAM) to use full RAM of my nRF51, and use MicroLib. My last working application...
Hi,
I wonder if anyone knows any free C++ compilers for nRF52. I tried the mbed but it is not fully supported for nRF52.
The regular GNU GCC: arm-none-eabi-gcc works perfectly...
We are working on a project using the nrf52832 (SoftDevice s332 v0.9.1alpha, nRF5 SDK 11.0.0) in which we build a library as a hex file and and load it into a known flash...
Hi Guys,
I am using Bluez 5.39 on Ubuntu 14-04 acts a the peripheral by running "example-gatt-server" which creates 3 services and serveral characteristics within it. ...
In a project, I know the Bluetooth address from the machine, also know the phone's address. I want to let Bluetooth devices from the computer and mobile phone side of Bluetooth...
When I use the example of ble_app_uart(SDK : nRF5_SDK_11.0.0_89a8197) to measure data througput ,I find that i cannot get the complete packet of 20 bytes.
The operation is...