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...
I've been thinking recently about how to structure the custom profile for some hardware I'm developing, which has a a few sensor components and a button onboard.
What I...
I've been thinking recently about how to structure the custom profile for some hardware I'm developing, which has a a few sensor components and a button onboard.
What I...
Hi Everyone,
I just need a simple code to pair my Blend Micro to windows 8.1 and then to transmit data from Blend Micro to my laptop wirelessly. Can anybody help me with...
Hi,
I'd like to use a std USB BT4 dongle (trendnet TBW-106UB),
that install me a bluesoleil stack for bluetooth under Win7
to dialog with cutom BT4 device using a NRF51822...
Hi,
I am debugging the UART example from SDK 10 and I am using S130 Softdevice.When ever i am trying to connect the Master it gives the error as [Error 62(0x3e):GATT CONN...
Hi all,
I'm trying to add application version in the signed bootloader to prevent the downgrade of application. So I'm directly writing the application version to the flash...
Is there any way to evaluate the addresses of all mesh network nodes in the nRF51-ble-broadcast-mesh project and send it to the "master device"? I am working against sdk-8...
Hi,
I am trying to connect a PN532 (RFID Tag Reader module) to BLE Nano (nrf58122) using I2C.
This doesn't work, and I'm trying to figure out why.
I am generating the...
(assume all resources being used)
This may also include consumption at Start-up.
i need this to calculate my power requirements for a special module being developned...
Hello!
I want to create my first BLE devices and nrf52 is a choise. Devices should work as described below and before I purchase few nrf52 DK I want to be sure that it...
hello
I am a beginer to design with wireless and I would like to know with soft can be used if i have one master with 4-6 slaves. It seam to be a S120 it right ?.
Also...
Hey all. I'm working on a really simple beacon application and I'd like to use RTC0 when the BLE stack isn't using it... is that possible? No BLE connections, just 1 advertisement...
Hi,
I'm facing a weird problem resulting from the following code:
while((!twi_tx_done) && timeout--);
The main file and the MPU9150.c which includes this command...