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 trying to conenct the DK to the nRF cloud. I registered the SIM successfully and then proceeded to insert the sim and power up the unit. The LED 3/4 sequence...
Hi there! I am looking to implement a Zigbee powered device using the nRF52840. I have very good hardware knowledge of said chip, but not so much of the software part (especially...
In the documentation for app_uart_init() - there is a statement indicating:
Function for initializing the UART module. Use this initialization when several instances...
device addr:38 D2 69 BB B9 E7
The address type returned by the nrf_ble_scan_address_type_decode function is BLE_GAP_ADDR_TYPE_RANDOM_PRIVATE_NON_RESOLVABLE。
The type...
Hello Nordic Support!
About on-chip access method to Flash memory of nRF52832 please tell me. It is necessary to store calibration data in non-volatile memory (Flash)...
Hi,
I am a newbie and just strted first evaluation with nRF52832 board. I am using SEGGER IDE.
The example i am using is: C:\nordic_semi\nRF5_SDK_15.3.0_59ac345\examples...
I am trying to use the Watchdog on the nRF52840 as a means to check state of the application via different variables. If I see the application in a bad state, I would like...
Hi all,
I have a trouble about understanding.
As far as I understand, when Device 1 send service change indication to Device 2, Device 2 will rediscovery service of Device...
it seems that SDK 15.2 is missing the uint64_t cast for the reload_value calculation again.... or am i missing something? we use a 5 minute value, which does not work unless...
I try to DFU operation.
SDK15.3.0 / GCC / nrf52840
My application image size is 123,484bytes (nrf52module.bin)
I run command ,
nrfutil.exe pkg generate --hw-version...
Hello All,
I am working on nRF51822 using IAR IDE and nRF51 SDK 12.3.0.
Right now I am checking power consumption of device in ideal mode but right now it is higher. ...
Hello. I tried to understand MMA8652FC Acceleration sensor with 52832.
I don't know what means 16Hz, 8Hz, etc. under table.
I know just concept of High pass filer. that...