Our company needs wireless temperature sensors (can be externally powered or battery operated) and transceiver with 4 channel analog outputs. It has to be finished product...
I am toggling Value of slave through a button on nrf51822ek .This Value is displayed on MCP of dongle, but i have to get this value on terminal to send it to pi then through...
Hello, I am tryong to use to masters to communicate with two accelerometers.
Q1_ I found the following image from Nordic's website that shows SPI0 pins but there is no indication...
In the nrf51 series reference manual section 12.1.9 it states that there is hardware protection that prevents write instructions from being executed and that there is more...
Hello, I have established the connection between two pca10001 boards, one as central and one as peripheral using multilink_central and multilink_peripheral. I have serial...
Hi,my friend,
Now,I use nrf905.Situation is as follows:
I use the NRF PCB circuit of data manual.Nrf905 work, often loss of data.
1.The Product host is to use the stick...
Hi,
I want to use the Blend Micro with more security. I want use a passkey for the Bluetooth connection. For example through the iOS Device.
Is it possible? Static passkey...
I used AdaFruit Bluetooth LE shield previously that uses nRF8001. I can define new customer service using nRFgo studio (which only supports nRF8001). I am moving towards using...
Hi,
I am using pca10040 board. i need to toggle a led in 5sec once. I tried to change the prescale value. But im not able to get that much time delay.
Can any one help...
SDK Version: nrf51_iot_sdk_0.8.0_f1f6187
In SDK all examples are given for PCA10028. Is it possible to run on PCA10001?
What I have done so far with PCA10001:
1.Programmed...
Hello,
I have modified the Android-nRF-Blinky Application to use it with the Datathroughput Demo on the nRF52 DK.
The android application runs on a Nexus 9 with android...
Hi, i try to understand how to use mode for supply voltage measurement. But i have a problem and i get always 1.225 volt
hal_adc_set_input_channel(HAL_INP_VDD2_3);
hal_adc_set_reference...
Hey all,
Wondering if we could use an external 65.536KHz LF clock, or thereabouts, instead of the 32.768KHz? We need better resolution for the RTC, but don't want to turn...
hello im from mexico, last week i order 10 NRF24LE1 and arrived the next wake,
but before i have many cuestion about.
someone can tell me that the burner can work?
compiler...
I had a mbed firmware running on a ST Nucleo 64 that periodically query a sensor for data. It only use the I2C, a button interrupt and a LED for heartbeat. I ported it to...
Hi,
I want to know that if the TWI easyDMA in nRF52 can help in achieving this task:
we want to read from TWI each 10msec based on a timer interrupt and write...
Hello:
I have detected a problem with a timer on my program.
I can solve it, but I would like to understand what is happening exactly.
My program starts to scan BLE signal...
I'm writing the client-side code for the Nordic DFU service and according to the spec, the DFU packet characteristic uses Write Without Request. Are there any examples of...
Hi,
I'm trying to implement a HID gamepad on nRF52832. Here is my situation:
nRF is receiving frame over UART from master uC every 15 ms. Frame is being converted and...
I was trying to track down high, approx. 6mA, processor current consumption and I have found high current consumption if the FPU executes a divide by 0. If I comment out the...