Hi,
I am attempting to get the DFU working as per the example provided in the S110 V7.0.0-3 download. I've followed all the steps in the readme in the DFU subfolder and...
Hi all,
I have an application where an nrf24le1 is communicating serially with another processor, using the UART at 57600 bps. I have multiple identical boards communicating...
after flash DFU program into pca10001 board, com3 is not accessible,
www.dropbox.com/.../Screenshot 2014-04-26 15.41.47.png
even after I erase all, and re upload soft...
Using S120 V 8.0.0.3 alpha, processing a BLE_GATTC_EVT_READ_RSP,
received 0x16 bytes of data but there is more to read. Next call to
sd_ble_gattc_read using the same connection...
Hello:
Why Bluetooth Go to system-off mode, sd_power_ramon_set can not be stored. In D: \ RAM save nrf51_sdk_v5_2_0_39364 \ nrf51822 \ Board \ nrf6310 \ s110 \ ble_app_rscs...
Hi,
Recently I want to set up a dynamic network that with the node change this position ,the network will change dynamically.But there is the question,with the node's position...
Dir Sir. I am checking the current profile of nRF24AP2 in RX mode.
After "open channel" command, I found the peak current at 10ms interval until connection pass.
How does...
Hello everybody...
I am new to nordic development tools. I wanted to develop a ble application on the nRF51822 development kit. I am struggling to figure out how to set up...
Hi All,
I am using s110 v7 soft device , and SDK: 6.1.
I have implemented static passkey based pairing.
I would like to terminate the connection if central unable to sends...
Hi I am using the RBC mesh " github.com/.../nRF51-ble-bcast-mesh" , sd_110_7.1 and sdk_6.2
The rbc mesh is using timer0 as well as the softdevice. I removed the app timers...
Hi all,
we are performing some transmitter spectrum measurements using your nRFGo (PCA10005) board and an Aaronia HF-60105 spectrum analyzer.
The SMA connector of nRFGo...
i have nrf518822 device..i downloaded s130 soft-device from nordic website..i have installed keil 5.0 and nrf go stuidio....now tell me how to flash soft device and application...
if i use s130 soft device will it do simultaneous master/slave role.....
c1=central 1,c/p=centarl/peripheral,p1=peripheral..
assume c/p made a connection with p1 and it...
I'm using SDK 7.1, PCA10028 eval board, SD310 2.0.1, MCP 3.6.0.8331
I have an ANT device, that on a button press, it must wake up, connect to an ANT channel, and send a...
Hi all,
I am trying to connect a tablette (s110 peripheral role) to 5 S120 centrals simultaneously.
I am using nrf51822, sdk6.1, s110 v7.0, s120 v1.0.1 .
Is this possible...
So I've seen all similar issues people had where their program stuck on sd_softdevice_enable() due to the fact that ran on custom boards which didn't have external oscillators...
This are the contents of disassembly window on all optimisation levels. Program is stuck switching between two operations:
MOVS r0, r0
DCD 0xFFFFFFFF
I'm running...
We're moving our design from nRF51822 to nRF51422.
What's the difference between these IC from the point of view of PCB layout and antenna design? Are they interchangeable...
Custom Board with MCU NordicSemi nRF51822-QFAA
Softdevice S110 7.1
IAR for ARM 7.1
SDK 7.2 using a merged service (HID keyboard example + NUS example...
Hi, I use the nrf 8001C + stm8s. I successfully installed settings nrfGo, but when I try to execute a command OpenAdvPipe I get an error ACI_STATUS_ERROR_CMD_UNKNOWN .
The...
Hi,
Are there any available examples of Makefiles with JLink command integrated?
Example: "make flash" to flash the image or "make flash-softdevice" to flash the softdevice...
It's not really a question but a request to Nordic.
Could you change the #ifdef lines in gcc_startup_nrf51.s to .ifdef. So:
.ifdef __STACK_SIZE
.else
.endif
and...