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...
nRF52832, SDK15.0.0, S132
Hello.
I want to go into system on sleep and not wake up until I press the button.
But I'm using timer 1, so it seems to continue wakeup. ...
Hi ,
I am using nRF52832 soc and I am using segger embedded studio 3.34 (windows 10) and SDK 15.2
I have a doubt
1. Is BLE_central can able to scan and display the MAC...
Hi ,
Im trying to merge uart_app_ble and adafruit_tag_reader .
i have added all files but still im finding some errors like this.
have anyone came across this?
Hello,
I am developing a project based on combining two example projects;
\nRF5_SDK_15.2.0_9412b96\examples\peripheral\ spi
and
\nRF5_SDK_15.2.0_9412b96\examples\ble_peripheral...
Looking at the instructions to add Zigbee to a SDK example here , I am instructed to define FDS_VIRTUAL_PAGES_RESERVED to 0x30 to reserve some flash for Zigbee persistent...
Hi,
I use SDK 15.2 and nRF52832 PCA10040 EVB to develop.
The SoftDevices version is s132_nrf52_6.1.0_softdevice.hex.
I use ble_app_hrs_freertos sample code on IAR. ...
I used nRF52832 , SDK 15.0 ,S132,FreeRTOS 10(From "ble_app_hrs_freertos")。
My work needs to be realized three functions:
(1) From "ble_uart_c" method receive another BLE...
Sometimes fds_record_find returns wrong record, but most of the time it returns the correct record.
Our subroutine called uint32_t ble_gls_db_record_get(uint16_t rec_ndx...
I was trying the nRF Connect SDK but I encountered an error laoding sample program.
I'm following "Getting Started Assistant" instruction.
Python version is 3.7.2
...
Hello Nordic,
As the subject states, why are these two modules still experimental? From what I can see, they were introduced as early as SDK 10.0.0 which was at least 3...
Hello,
for our device we have an input PIN defined with GPIOTE, we expect an event when this input PIN goes from High to Low (interrupt is set by another device on the...
We're using the nRF52832 and want to trap if various parts of RAM are ever executed. We'd like to restrict as much as possible. We run nRF SDK 14.0.0 and SD132v5.
Seeing...
Hi,
I want to migrate BLE HRS peripheral sample to custom board with Raytac's MDBT42-512KV2 (WLCSP nrf52832 used). The board doesn't have external XTAL.
In sdk_config...
I have a problem with understanding reference layout for the chip antenna I want to use in my project. The antenna is ANT016008LCS2442MA2 from TDK.
Based on the schematic...
In my application, I'm setting a message as manufacturer's data to be sent with the advertising message. To do that is simple, since I have a data type ble_advdata_t , and...