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...
I have a question about Makefile template used in all samples in SDK12.x
What is the sense of:
$(foreach target, $(TARGETS), $(call define_target, $(target)))
-include...
Hi,
What is TWI transaction manager? Is this a hardware or just software library? Does it work with TWIM (with easy DMA)?
I have a suggestion that when making an example...
I see that there is a significant drop in average current with DC/DC on, will this also be true if I already have a 3V from a BMS (with its own DC/DC) supplying to Vdd (won...
Hi, I have one service UUID ffe0 that has two characteristics: one of has UUID ffe4 use for "notify" and other one has UUID ffe5 use for "write and read". Now i want to get...
Hello,
I'm having a system consisting of an nRF52 and another processor, with UART between them. If the other processor restarts, nRF's RX line will be pulled low for some...
Hi,
I'm trying to add LESC pairing mechanism to NUS.
Now when I'm doing pairing between nRF52DK and Phone(Android) via normal way, the behavior is what I want. Please...
Hi there,
I am using nRF5_SDK 16 with PCA10056 and Fanstel EV-BT840-V4. I am testing my example with BT-840 module as we will use it for our final product.
First i tried...
SDK: 15.3.0 Sample: ble_app_hids_keyboard Device: EYSHJNZWZ (nRF52832)
I have a question about HID. In the sample program "ble_app_hids_keyboard", the following values are...
SDK: 15.3.0 Sample: ble_app_hids_keyboard Device: EYSHJNZWZ (nRF52832)
I have a question about HID. In the sample program "ble_app_hids_keyboard", "report_map_data" stores...
Hi,
I am measuring a frequency using the ADC (200ksps) and saving the samples into an array. I save 128 samples then move that data to the fft module to check what the signal...
Currently, debug probes - STLink, JLink, OpenOCD, Black Magic Probe, DAPLinkda, etc. connect to a host PC over a USB, serial or network port and then connect to a target ...
I get ACI_BOND_STATUS_FAILED_ENCRYPTION_KEY_SIZE error when I try to bond my nrf8001 peripheral to my iPhoneX. The min and max key sizes are set to 7 and 16.
Any Idea?
Hi,
I'm using the ble_app_uart example as a starting point for my project. Basically I want to program the nRF52 DK to receive data from another device via UART, store them...
Hi Nordic,
I'm working on a project with very limited board space. I'd like to have the option for both SWD and GPIOs to share the same test points on the board. Ideally...