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...
Hi,All:
When i use SDK16 ble_app_hids_mouse example, the computer warns: driver error.But when i use the same dongle with another mouse,it is no problem.It seems the problem...
AS topic,I modify it from app_hid_mouse example from 52840 to 52833,and use timer1 to generating frequency 50kHz ,video as blow:
but at first pairring and connecting,it...
Hello,
I want to migrate from Segger project to gnu arm gcc project.
I Segger's project, I have add several RAM memory regions in flash_placement.xml. Now want to move...
Dear Nordic,
I currently have a BlueTooth Mesh product based on the nRF52840. The mesh client connects to a WiFi gateway over a UART. The gateway connects to AWS services...
Dear All, I am trying to send a bunch of data over BLE, using the notifications of a characteristic of a service. The size of the package data that I am trying to send is...
Using SD API v6, connectivity_4.1.2_usb_with_s140_6.1.1.hex, and pc-ble-driver Github release 4.1.2-win_x86_64. I can read and write small characteristics, e.g. 20 octets...
I want to time period 153us.
This is my calculation.
153us = 6535Hz.
PRESCALER = (32768 Hz / 6535 Hz )-1 = 4
There is
// <o> APP_TIMER_CONFIG_RTC_FREQUENCY...
Hi,
I want to use external power (battery) and USB power together.
If USB is not connected, I want to supply it with battery power, and if USB is connected, I want to...
Dear HW engineer,
I have ordered a few custom boards with nRF52820. As recommended by the datasheet, I have used 12pF load capacitors for both HF (32MHz) and LF (32kHz)...
Hello
I use nrf52832 and SDK v17.
I'm conducting various tests on Bluetooth. And I faced a lot of new problems. I erased a previously saved bond from the Android nrf connect...