Hello,
I have an NRF51822 (redbealab ble nano) that I would like to use to count pulses in very low power mode.
Pulses are asynchronous
The rate of pulses can...
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...
Hello i read RSSI in beacon_evt_handler() hrs_scanner project:
printf("RSSI: %d\n\n\n",p_evt->rcv_adv_packet.adv_data.rssi);
but he show me a wrong value of RSSI: 4539...
Hello, I connected, according to official layout design, a 32 Mhz crystal to my nrf52840. Using a 60 Mhz oscilliscope, I decided that the crystal isn't working (no sine wave...
Hi all,
I'm on 10.11.1 (El Capitan), followed the instructions here
github.com/.../pc-nrfutil
And it looks like installed was happy but when I try and run nrfutil...
Hello,
While porting a C++ application to SDK13.0.0, I ran into weird compiler errors, such as
error: #800: this declaration may not
have extern "C" linkage
...
Hello,
I am using a nRF52832 DK(PCA10040). I am qurious about the output impedance at RF connector "J1" on the PC board. Does it provide 50 ohm output impedance so we can...
Just two questions regarding the new nRF52840 to make sure I've understand it correctly;
For the NFC, this is passive only? So it acts like a tag and is not able...
I've been trying to for two days. Using nrf52DK, SDK12, no SD, Keil5.
All I want is to get printf() to work over ITM/SW/Debug, I'd even accept RTT if I had to. I can't...
Hey I am trying to create a blinky project from scratch on
System: MAC OSX
Eclipse Neon
GCC 4.9
I am trying have it eclipse managed make.
I am at a point when after...
Hi, I was wondering If I need to wait for a response from the server that a command was executed before executing another command or if the BLE stack takes care of this under...
Hello
i m searching for a method to send a big buffer with TWI to a slave. The Buffer is read from flash. because its a soundfile its needed to send the buffer without delay...
I am trying to set up a nrF52 -> Rpi v3 -> Exosite through CoAp as in the nrF5 iot sdk. The nrF52 to rpi works as I am able to ping the nrF52 through its global link address...
Hi,
I am writing a code base on the reference manual of nRF51422. In section 29, UART, I don't understand the differences between TASKS, EVENTS and REGISTERS. Aren't they...
Hello!
I'm trying to use the ram_retention in sdk 15 alpha to retain RAM in system off mode and do some power profiling.
The default code seems to retain 8 kB of RAM...
My project needs to use 2 different TWI instances and 1 SPI instance. I knew that it is not possible to use three instances at the same time in nRF52.
To implement 2 TWI...