Hello,
Does anyone have a suggestion for a production programmer for the nRF24LE1 One Time Programmable version? I have been able to program the units with the nRFGo Studio...
GOAL: To send one 20-byte data packet from an Android Galaxy S5 to nrf51822 and send three 20-byte packets from the nrf51822 to the S5 in a single connection interval of 10...
Hello, I have looked into the compatibility matrix and I couldn't find any clear answer about if the NRF Beacon Kit is compatible or not with the S130. Does anyone tried to...
hi:
now.i have a development board(nrfgo motherboard).there is a debug port on the board.i think it can be debugged on the keil.if it can.what driver or others i need.thank...
This is what I got after upgrading my nRF51 dongle firmware.
It always times out.
I didn't somehow got one of my J-Link Lite upgraded, but couldn't repeat the process...
Hi all,
Good day.
Could you please recommend an Android or IOS APP which can connect 8 or more BLE peripherals at the same time.
Thanks & Regards
Jenson
I know that suggested debugger for nRF51xxx is J-Link or openOCD with CMSIS-DAP, but I would like to use BDI3000 debugger, which does support SWD interface and Cortex-M0 processors...
HI,
I am using NRF52832,SDK15.2
I need to work on ultra low power consumption because My project related to Health care, Fitness tracker and HOME IOT mesh network.
for...
Hi,
I'm using the TWI master example to test my application. I wanted to extend the example to write into flash (fstorage module), in a way that I can transmit data over...
Hi there, I would like to make pin changes in my program. If my output pin is HIGH I want a function to change it to LOW and if was previously LOW change it to HIGH. Is there...
I am trying to run ble_serial.py in the ble_app_cli SDK example using the nrf52840 dongle. To do so, I tried flashing the connectivity firmware automatically via the nrfConnect...
Hi Group, currently working on nRF52840 chipset based EVK and able to flash program. But I need to port the chipset driver and required files from nRF5_SDK_15.2.0 SDK to my...
Hi,
When i compile the example project( Blinky SysTick Example ) according to the guide, i got this error:
Error instantiating RTE components Error #540: 'NordicSemiconductor...
Hello
Please help me understand how can i connect pin AC13 (P0.18) in dual configuration - QSPI and nRESET.
I would like use a nRF52840 as my main microelectronic. I would...
SoftDevice 132v6.1.0
RKNRFgo (nrfgo studio for Mac OS -- more info here https://devzone.nordicsemi.com/b/blog/posts/tools-for-os-x-development ) used to program SoftDevice...
Hi,
pretty new to my nRF52840 DK,PCA10056. Like to learn more about the BLE but since new to the Blue Tooth programming I need a tutorial
so I can learn step by step....
Dear All,
Thanks for supporting.
I want to include DFU in ble_app_uart example. As per the document i have to successfully compiled DFU bootloader. And also done all settings...
Hi Nordic,
I use NRF51802 SDK 11.0.
Now we encounter the problem of insufficient product code space, so we want to expand the CODE area by modifying the value of DFU_APP_DATA_RESERVED...
Can I wake up the Thingy to do sensor readings by sending a BLE packet to it from another BLE device?
or what are the ways I can get nRF52832/52840 out of deep sleep mode...
Hello
I use nrf52832 SDK14.2 for development, I copy the flash_fstorage example code to my project.
I write the data to flash doesn't have any error, and can read flash...
Hi,
I am evaluating different advertising setups which can be easily created with nrf-connect-ble plugin for nrf-connect-desktop (Windows 10) with a nRF52840 dongle.
I...
Hi ,
SDK: nRF5_SDK_15.2.0_9412b96
IDE: SEGGER Embedded Studio V4.12(64bit)
C language standard: gnu99
code:
u32 nums_hf __attribute__((section(".non_init"))...