Hi
I'm attempting to read a PT-100 sensor value that is part of a voltage divider using a nRF52.
Both the reference resistor and the PT-100 is sampled while the voltage...
Hi
I have been searching the forums, but were not able to find an answer to my question.
I'm trying to sample 4 analog inputs on the nRF51-DK using the ADC hal. (SDK10...
Hi
I have been trying to get two NRF24L01 chips communicate with each other since a week now, without much success. All what I can find on the net is Arduino examples using...
Hi
I have done several projects with the nRF905. I know the device quite well. Normally I use the CD, AM and DR interrupt pins to determine the status of the device, my current...
i made this project to try to create RSC service on arduino
developer.bluetooth.org/.../runningspeedandcadence.zip
unfortunately the server starts but i'm not able to...
Hello,
Could someone give me a hint with the following problem?
I am using two example projects (ble_app_uart_c, ble_app_hrs) to connect a central and a peripheral.
An...
I created xml file for heartrate server using bluetooth developer studio and the plugin nRF8001_Arduino (plugin nordic semiconductor for arduino)
the generated xml file...
Hi all,
i want to add a cts service to my project.
i started with ble_cts example of sdk 11.0, but it's not clear what is the correct procedure to do it.
I add the service...
I tried to add a dfu service to the SDK 11.0.0 ble_rscs_app by following the procedure here . I was able to successfully compile and run the application, and when Master Control...
Hi all !
I'm trying to evaluate the throughput i can have between a Motorola 4G and the nrf51. The nRF51 is the peripheral and the phone is acting as a central.
To do...
Hi all
We use the nRF51822 with the S130 V1.0.0 in the peripheral role and a Galaxy S5 in the central role. As soon as the S5 connects to the nRF, we send a connection...
Hello,
I have been working on a customised Nordic Board ,and I can't be able to do a DFU. The DFU App_dfu_dualbank doesn't display the DFUTarg Bluetooth profile on the board...
Yo man,
I use nRF52 with ADC fun in SDK11 and I want select ADC input to internal VCC.
I modify like below:
static nrf_drv_adc_channel_t m_channel_config = NRF_DRV_ADC_DEFAULT_CHANNEL...
Does the Bluetooth Peer Address of NRF51 Chips change randomly [every 15mins] or does it remain same?
When implementing whitelisting for secured connection, it is required...
Hi, I am unable to build this example in Keil Uvision5. I am getting following error:
"no source": Error: #5: cannot open source input file "......\main.c": No such file...
Hi,
I am trying to setup a testing environment using nrf51-ble-driver_win_0.5.0.
All of my job are:
Download nrf51-ble-driver_win_0.5.0, and program connectivity_115k2_with_s130_1...
Recently updated to SDK11 + s130 v2.0.1 on an nRF51822 xxAC LFCLKSRC=RC
BLE Advertising no longer works. Localized it to our use of TIMER2 for an implementation of systick...
Hi,
Im trying to connect MCP25625 via SPI on nrf52. I checked with the scope that CS, MOSI and SCK are correct, but I get no reply on MISO line whatsoever.
I perform a...
Every time I want to connect to Nordic ble device from my Phone, it ask for pairing confirmation and then it create bond. That's how it should be.
But if the device is...
I'm using nfr52 with softdevice s132.
I want quickly perform flash write during power loss.
When I realize write using fs_store() I obtain time more than 5 msec.
How can...