Hello all,
in my previous question (Switch between applications (multiple services.h)) I got the advice to merge my two services into one service, including a HID over...
I am trying to create an nRF8001 based application that will broadcast battery levels (pipes broadcast, set), and give out temperature data (pipe indicate - TX_ACK) to connected...
Hi,
I'm using redbearlab's nrf51822 board. It is a arduino compatible board and hence it is using 0,1 (mapped to 9 and 11 for nrf51822). How do I make printf print to this...
An external PA/LNA is used to extend range of nRF51822, and S110 is used for BLE, How to switch between PA and LNA? and how to disable PA/LNA when there isn't transceiving...
Hi...
Can anybody help me to run ble_peripheral example (ble_app_hrs for S130). I have build and load the code successfully but cant see the advertisement. But while debugging...
I am working with the nRF8001, and I'd like to create a services.h file that will let me broadcast battery level and as well as allow temperature to be read by a peer.
...
Hi We have an application where we what to read i2c sensor data over the air to an iPhone. We've taken ble_app_uart_S130 project and grafted in some twi_hardware code. There...
Hi everybody
I'm working on an application where I want to sample microphone data with the adc (NRF52 DK board, nRF52832) and send it over BLE to a central device. I've...
Hello, we just made a raw board with the MDBT40, which use a nrf51422 chip. I downloaded SDK version v12.3.0 (which supports nrf51) on the nordic website. With nrfGoStudio...
Hello, I am trying to use the 'nrf51-pwm-library ' on mBed with a nrf51822 on RedBearLab Nano.
I copied the nrf_pwm.h/c files and they compile, but I never get any sort...
Hello everybody ! Designing with the development board nRF52832 and SDK14.2.
My code is based on the code of the "ble_app_multilink_central" on which, I added some of the...
Hi
in pcb designing of the nrf52832 we use two oscillators one is 32 MHz and another one is 32 kHz.
can't we use both 32 kHz instead of one 32 MHz for saving power consumption...
I write the code base the nRF5_SDK_12.1.0_0d23e2a\examples\ble_peripheral\ble_app_uart
I add some button and led function in it.
and add weight measure mode with HX711,...
Hello World...
I wanna share with my new progress to implement machine learning for nRF51822. Here it is how to make it possible. after questioning to forum that using machine...
hi,
I want to know why app_timer and nrf_drv_timer conflict。App_timer is used to broadcast data。When App_timer time out ,timer1 start.
Cannot broadcast data after initializing...
Hello everyone,
I generate an interruption when an rising edge is detected on one of my I/O.
It seems that the interruption doesn't trigger correctly for an input frequency...
Hi,
(SDK 14.2, S140 V5.0-2.alpha)
I'm working on a ble project that includes to verify mac addresses.
For the Bluetooth SIG specs, when a device has a public adress...
I just update my sdk to 15.0.0, which use the softdevice s132_nrf_6.0.0. but when I try to generate the application package, I found the nrfutil do not give the sd-req code...
Hi,
Where the Firmware is being stored in the flash??
In which address of the flash the firmware is being stored when i flash the code??
In what file type ,the firmware...
Hi.
I am trying to set up a simple Ble beacon on a PCA10040 and a sniffer on another PCA10040.
IDE = Segger Embedded Studio for ARM (This works fine)
The beacon uses...
Hello,
I'm trying to start working with the NRF52832 Dev board for quite some time and can't manage to get anything complex done other than blinking an LED and even that...