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...
Is the link automatically secure when connecting to a previously bonded device i.e when BLE_GAP_EVT_CONNECTED is published?
When devices are pairing/bonding, the peer manager...
Hi,
I want to make BLE application which works in PC like below application.
I intend to use the Python code to create this program.
Can I download the code about protocol...
I'm a newbie so sorry if these are silly questions but I've run out of ideas.
I am trying to build and flash zephyr RTOS onto the nRF52 DK but niether JLinkExe or nrfjprog...
I'm a newbie so sorry if these seem silly questions but I'm out of ideas.I have got some nRF52840 PDKs & nRF52 DK and am attempting to use Zephyr RTOS but I've run into issues...
Hello, I configured nrf52832 as central. I am using ble_app_uart_c example to set the IC as central. And esp32 module is my peripheral.
I am able to establish connection...
I download the mesh sdk from: http://www.nordicsemi.com/eng/nordic/Products/nRF5-SDK-for-Mesh/nRF5-SDK-for-Mesh/62377
Compile the light_switch/server project for nrf51422_s130...
I am working on an nRF51822 central BLE device. I am wondering if it is possible to lower the clock speed / underclock the device to save power? I know this will make it run...
Hi,
Can we test Nrf52 Advertising extension feature with nRF Connect app in mobile?
Do we have any other app whrere we can test this feature using nRF52832 DK?
Does the following SOC,
nRF52840
nRF52832
nRF52810
have sub 1-ghz RF ? by reading it seems that it is having the 2.4 Ghz RF.
I was looking for 433 MHZ or 863...
Hi.
I want my peripheral, an nRF52832, to accept a connection from the first peer it sees and bond with that peer, and thereafter accept connections only from that peer...
Hello
I am using sdk version 14.0 and softdevice S332. I successfully tested on the nrf52832 board using the ant bsc example.
However, when we put the code on our custom...
Good evening,
I am trying to implement queued write (long write) into ble_app_uart example. I am using s110_v7.1, nrf51822(pca10028), can not find version of sdk it is...
I have enabled radio notifications (through sd_nvic_ functions). When sd_ble_gatts_hvx() (notification) is called once, I've noticed two radio active-nactive windows occur...
Hello,
I have a bootloader with a low power wait for power button on startup.
When I do a BLE DFU update of bootloader + SD + appli, the Nordic smartphone application...
hi
I have a application use NRF52832 to scan beacon's advertising and write the advertising data into NRF52832's advertising.
I found the working current is nearly 3mA...