I read this older post ( devzone.nordicsemi.com/.../) and have a similar issue but with enough differences that I felt it was worth a new question.
I have an STM32 MCU...
I am having an issue with running the initial blinky example that came with the nRF51 PCA10028 SDK in the Eclipse IDE . I will include screenshots of the issue. I believe...
I use nRF51-DK and nRF51-Dongle for a BLE sniffer.
Always the sniffer fails and marked with an error "Encrypted packet decrypted incorrectly (bad MIC)".
It can not be...
Hi,
I'm using long write in one characteristic but if I try to configure this characteritic with write authorization (attr_md.wr_auth = 1) it doesn't work. I need to send...
Hi, I disassembled an Acer Mouse and saw a chip named "NRF A 3152c 1517UH". Can anyone identify the chip or provide me with the data sheet for it.
Regards,
Steve
After i asked this question , i changed to use SDK 8.0.0 hrs "s110_for_dfu",
As the same step to try,
i downloaded softdevice(s110) & bootloader(for 8.0.0)
then opened...
Hello All,
I am trying to create multiple threads for an individual tasks. But when I am creating new thread my program is not working and it's going into some infinite...
hi,
I am trying to add SPI (master) codes into the ble_app_uart.
My setting for SPI is as follows:
#define SPI1_ENABLED 1 // #define SPI_INSTANCE 1 /**< SPI instance...
Hi I am using nRF52832 board amd i am trying to debug ble_app_uart as Central.
BLE connection is established between this central application and the peripheral.
Opened...
i am using nrf24l01+ on arduino devices, one arduino device as master, and other arduino devices as slaves. I like master to broadcast a radio (dataToSend) toward all slaves...
nrf52832, keil with startups from sdk13
Initialization:
IntHandler:
With one event everything working well. Then I add another:
I need to measure SENT signal...
hi.... folks
i am using nrf52840 development kit , and i debugged the merged programs such as uart and twi program in it .does it will give the temperature data?
i am...
Hi all,
Please refer to the SDK version : nRF5_SDK_15.2.0_9412b96.
We need to use two uarts simultaneously for module & device respectively.
For example :
UARTE0 ...
We, I am using nRF 5 SDK v 14.2.0.
Power-off has occurred during program development. I can not identify the location, Functions that are not memory leak, buffer overflow...
Hi,
Now, I am using the nRF52840 to develop and do signal test. Can you share me some tool that can make the board enter the test mode?
Best regards
Simon
Hi:
PREJECT: nRF5_SDK_14.2.0_17b948a\examples\ble_peripheral\ble_app_hrs_freertos\pca10040\s132\arm5_no_packs
When TWI0 and GPIOTE are turned on at the same time, the...
I'm trying to get the AT commands sent in the asset_tracker example written out together with the other printk statements. I have tried adding this to the prj.conf: CONFIG_LOG...
I used the nrf52840 as the central device, use SDK15.0, scan then connect the peripheral toys.
sometimes i found the central can scanned some ble peripheral but can't connected...
Is there a way to have 6 different GPIOs act in unison off one event/action? I need all 6 to go ON and OFF at EXACTLY the same time based of an event or action.
I'm trying to program a thingy:52 device, via the nRF52 DK, with the .hex files from this repository:
https://github.com/NordicPlayground/thingy52-mesh-provisioning-demo...
I would like to see if I can get 5V switched from the DK. Is this possible?
I see the 5V rail on the diagram but I didn't find the documentation to describe it.
I can...