Hi, I'm a newbie to Nordic and need to use multiple nRF24LE1s to get ADC values and transmit them to a single nRF24L01 connected to an Arduino. I need sample Keil compiler...
HI:
i hava a sender and it send a frame every 15ms ,not use any protocol,and reciver code like as follow:
while (1) {
Rf_StartRx(ReciverSC.RfBufPointer...
Hi to everyone,
i have an mb39c811-evsk-02 and over it there is a tmp102 temperature sensor and an nrf51822.
I want to read the values of the sensor over a beacon app. ...
Hi,I'm glad you can see my post.
Now, I am in a program to read and write FLASH such as the screenshot in the attachment.
Then I update with DFU service for the equipment...
Hi Is it possible to change the MTU size with the Master Control Panel?
I am making a ble device on a nrf52 with the SDK 12 (latest softdevice) which has the ability to...
Is there a function like battery_level_in_percent for AA battery?
I know battery_level_in_percent is only for CR2032.
Even though I compensate it to make it 3V from AA battery...
Hello,
I would like to know if I can use nRF51822 chip to get partial BLE packet information like Access Address, PDU before the whole packet has arrived.
If yes how and...
Long title, but basically sums it up - is there any way to put the nRF51 into the off state from within the hard-fault handler if the soft-device was enabled prior to the...
Hi guys, I am trying how figure out the the devzone.nordicsemi.com/.../ works or ecuations to estimate the battery life using a central module.
My central device is battery...
Hello,
I am using nrf52832 board, with SDK 11.0.0 and s132_nrf52_2.0.0. and trying to program a 512 Bytes text file using nrfjprog (J-Link: JLinkExe) in flash.
The nrfjprog...
Can anyone on the Nordic Team provide some updates on these two projects in GitHub
pc-nrfconnect-boilerplate and pc-nrfconnect-core
Are they ready to start developing...
Hello developers,
I am trying to integrate ADC, TWI based MPU6050 for accelrometer with ble_nus service for data transmission. The ADC and MPU6050 works perfect but once...
I want to use sha256 library with S130, I have checked the documentation here developer.nordicsemi.com/.../a00985.html
Its very confusing and I have no luck yet, has anyone...
Hello,
Two years ago I develop a board with a nrf51822. Right now I'm trying to use the same board again. I installed the new SDK 12.3.0, GCC ARM, nrf command line tools...
Hi all,
I'm currently trying to get the UART example (no SoftDevice) to work under Segger Embedded Studio. What I know is, that retarget.c is used to redefine the neccesary...
Hello,
I've been implementing DAC control trough SPI and DMA using the NRF52 and it is working nicely. During development however I encountered what i think is a bug in...
Hello
i am using the NRF52 EvalBoard and a ADXL362 EvalBoard. I am trying to read every 100ms the FIFO buffer of the ADXL362. Below you can see my register configuration...
I can't get NRF_LOG working with SDK12.3.0.
Using the same main.c and sdk_config.h from SDK12.2 - here NRF_LOG is working well - I get no messages in J-Link RTT Viewer with...
I have made following connection between nordic device and external sound sensor:
VCC--> 5V
GND--> GND
GATE --> Pin 04
ENVELOPE --> A0
I would like to...
Hi all,
Can you give me an estimate about the power consumption required for the update Fw on OTA.
Our product has a solder batteries, so it's important know if in his...
I am using proximity profile using NRF52 DK.When i started measuring power consumption it is not at all coming less than 2mA.
In order to make as low power ,is there any...