We would like to be able to calibrate the rRF9E5 ADC
Our proposal is to permanently fit voltage dividers, each using two precision resistors, on two of the ADC Ports and...
At some point in the past I had nrf51+gdb+breakpoints working just fine. I even have a bunch of __BKPT() calls in my various error handlers to trap into the debugger.
At...
Hi,
I'm trying to program nRF51822 Beacon Kit using nRF51DK. I'm trying to load the example ble_app_beacon to the beacon kit. After uploading SoftDevice 7.1.0, I try to...
Hello
I'm using the nRF51 DK and I have a UART over BLE link set up between the board and a phone with the nRF UART app. I'm trying to get the board to execute a particular...
Hello there guys i been reading your 100 pg PDF for awhile now and im yet to understand or realize how is it that i add/place/create a payload or data to send/Tx via Master...
I am interested in writing a BLE central that reads data from multiple BLE Nordic sensors. The BLE central will be running on Embedded Linux which uses the BlueZ stack.
...
Hi,
I'm trying to get S110 softdevice (v8.0.0) working with RIOT. I had some issues (I couldn't initialize TIMER1 or TIMER2 until softdevice is setup & enabled) but I think...
Hello,
I am doing a project using nRF51822, s130 and SDK 11. I have modified the example ble_ap_hrs_rscs_relay.
My problem comes when I try to update a notification...
Hi,
I am porting our application from SDK10 nrf51 to SDK12 nrf52. The application takes use of a serial console accessible over UART.
I notice the new logger module...
Hi all,
i am V11 sdk.
Task:
i want to send and receive data without connecting the nordic_uart example
i.e ble_uart eg is send and receiving the data when we press...
Hi all,
i am using V11 SDk,
my task:
One board should broadcast continusuly.
if there is any neighbour is broadcasting ....then that will capture those data too...
Hi,
I am working on adc module of nrf51,through adc i am taking data and storing it in array.now i have to crossexamine this adc data with the prestored data and have to...
We are trying to complete Bluetooth qualification on our Cycling Power Service (CPS) against the Bluetooth Test Specification (Document Number CPS.TS.1.1.1).
We fail the...
We have been working on a project that requires the following separate segments be programmed to the board:
softdevice hex file
app hex file
UICR hex file
...
Hello,
I'm currently porting all my C++ code from SD130 SDK10 to SD132 SDK12 and I also upgrading from device_manger to peer_manager.
I've noticed that in peer_manager_types...
Hello,
It seems that NRF_LOG_BACKEND_SERIAL_UART_BAUDRATE has wrong documentation. In sdk_config.h it says:
// <o> NRF_LOG_BACKEND_SERIAL_UART_BAUDRATE - Default Baudrate...
Dear Nordic Team,
Thanks for support.
I want to know the possible for nrf52832 act as a sniffer. If it is possible means i want to latest sniffer hex code.
Dear Nordic Team,
Thanks for support.
I have tested Current Time Profile sample application whenever connect with nRF connect APP the debug widows shows always "Current...
Good morning all,
We have a circuit based on 51822 chip.
We are currently trying to monitor some value from 0v to 24v from the analog inputs.
It's working, however...
I recently saw that SDK12.0 provides a Bootloader Cryptography module. I'm not certain after reading the documentation that this module can support my use case:
infocenter...
Hi,all. i want to use nrf51822 to generate a 3.3M hz wave,but i don't know how to do this.Can this chip reach so high frequency?Can someone help me? Thanks !
I'm trying to implement context switching from handler mode to thread mode using PendSV. I set the PendSV pending bit inside an ISR with SCB->ICSR = SCB->ICSR | SCB_ICSR_PENDSVSET_Msk...