Hello,
I'm starting a new nRF51 project on mbed for a custom board. I wish to know what is the "cleanest" way to define pinout (what file to edit) ?
Thank you
I have enabled data ready interrupt bit and also enabled the fifo bit and also enabled gyro_fifo and accel_fifo bits in mpu6050 so that when data ready interrupt occurs the...
I will be selling various ble products. My customers can connect to and program the devices using their bluetooth smart phone or tablet.
I want them to have the option...
Hi,
I am trying to run nRF24L01+ in default configuration using simple ping-pong examples using RF24 Arduino library.
The problem is that while ping-pong is getting through...
Hi,
I want to send data from one peripheral(nRF51 DK) to multiple Android Phones. This will be a one way connection from the peripheral to the smartphones. I red on the...
I am working on "nRF51_SDK_8.1.0_b6ed55fnnn\examples\ble_central_and_peripheral\experimental
\app_s130_demo\pca10028\s130\arm4" project .
In this project,in which variable...
Regarding the nRF9610 and the nRF9610 DK.
Am interested in developing a use for the Australian region (ACMA/RCM compliance) and have already worked on CAT-M1 devices for...
Hello,
I would like to know if I can use "NRF5 SDK" to provision bluetooth mesh device from other chipset provider ? Does licensing terms allow to use of SDK with 3rd party...
The daasheet for the Thingy 52 doesn't seem to indicate any options for using it within a Microsoft Windows environment. I guess tha this is not the case.
Is there any documentation...
Hi all, I'm trying to implement passkey bonding using pc-ble-driver-py.
It doesn't appear to be supported in the BLEDriver.py itself, so I tried to add the sd_ble_gap_auth_key_reply...
I'm using python code based on the heart_rate_collector.py example in pc-ble-driver-py to scan for devices and connect to a peripheral device. That works fine.
Now I'd like...
hi,
i am doing a project where i have an push button connected on pin P1.07 of nrf52840(PCA 10056) DevKit. i am using sdk 14.2's ble app blinky example.
in buttons_init...
Details: SDK v15.2.0. Windows 8.1.
I am trying to adjust the ble_app_hts Makefile such that I can compile C++. I added cppmain.cpp to SRC_FILES and that threw me an error...
Hello,
I was able to use the "ble_app_rscs" and modify it for the Non-Connectable, Non-Scannable, Undirected advertisement, by setting in line 317 of ble_advertising.c....
I have a single one of the PWM modules working working with DMA as a 3 output arbitrary waveform generator. This works but I would like to make a 6 output arbitrary waveform...
In working through understanding how sleep works with the SDK I ran into the following note for sd_app_evt_wait()
The application must ensure that the pended flag is cleared...
Hi. I'm trying to study nrf52832
but, APP_TIMER do not work.. what should i do?
(1)
mcu : nrf52832
sdk: nRF5_SDK_15.2.0_9412b96
(2) setting :
> sdk_config...
Hi,
I'm supplying a DK with an external battery source plugged into J6 (Li-Po) and the nRF power source switch set to VDD. When I flash the chip with one of the Openthread...
I am attempting to scan for BLE devices using ble-sniffer_win_1.0.1_1111_Sniffer and the nRF51 Dongle. It begins scanning for devices then the window closes.
I am running...
Hello, I am trying to use SAADC with nrfx APIs and the ADC does not execute the conversion, and the callback function is never called.
Here is my code:
I am using also...
Hi,
I am using 15.2.0 SDK and 3.0.0 Mesh SDK for development.
On the Nordic nRF Mesh App, we made certain changes to the generic level slider such that it send out live...