Hi
I have a question about using gazell link layer and paring library with concurrent timeslot api. I try to do this but i have the hard fault handler after invoked nrf_gzll_init...
HI,
I want to use PWM to control various hardware (LED's, etc ..) so I started off from the suggested PWM code example, found in this forum + modified it as I want to use...
hello,
the function ble_stack_init () in the example of ble_app_uart are quite different from that in the example of ble_app_proximity in my first sight.
ble_app_uart :...
I am getting following error:
Error in final launch sequence
Error executing step execute method: stepInitializeJTAGFinalLaunchSequence
java.lang.reflect.InvocationTargetException...
Dear Nordic people,
I am playing (6.0.0) with sd_flash_page_erase() and sd_flash_write() , seems to be working ok, Allways happens what I do expect, but I am not able to...
Hi,
Will PAN item #56 TWI: TWI module lock-up be fixed in the Rev 3 version of the nRF51822/51422?
Also would you happen to have a time frame as to when the Rev 3 will...
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...