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...
static conn_mw_handler_t conn_mw_handler_get (uint8_t opcode)
Inside the function,
for (i = 0; i <conn_mw_item_len; i ++)
{
if (opcode == conn_mw_item [i] .opcode...
It seems like it should be easy, but I've spent a fair amount of time and haven't found a way. I only see options 5.0.0 and 5.1.0. There are also links to earlier SDK versions...
Hello All,
Sometimes is fine to use a forum but sometimes we have to meet a deadline and the forum questions don't always get answers for in a timely manner.
So I'm...
I would like to use Channel 0 of the S310 Stack V1.0.0 on the nRF51422 to do a background scan of ANT devices.
I am testing against ANTWARE II v4.1 with the ANT+ usb dongle...
Hi,
I'm working on the ble devices to transmit sensor data using s110 and s120 with one connection.
I want to send 6 packets for every 7.5 ms connection interval from the...
I have been to a number of Nordic events this summer, and it was hinted / suggested / unofficially announced that there would be a third SKU of the nRF51822, that included...
Hello,
I am creating a PCB design for NRF2402AG but I'm not sure whether I should connect pad under the NRF to the ground or I should left them isolated. I could not found...
Hello
I get this error when I try to program the module:
Parsing hex file(s).
ERROR: Cannot find C:\Nordic Semiconductor\nRF51 SDK_v6.0.0.43681\Nordic\nrf51822\Board...
Please,
It seems that "Flow Control" signal is not available on nRF24AP2-USB.
EVENT_TRANSFER_TX_START event message appears only one time after the first data packets...
Hi dear friends from Nordic Semi,
I´m in great trouble trying to make these nRF24L01+ to work, one unit as a transmiter, and one unit as a receiver, it can be to send 3 bytes...
Hi,
I am using nRF51822 Evaluation Kit along with keil uvision4. Will using optimization in keil IDE make any problem in the normal working of BLE project? Will it affect...
Hello All,
We need to design a Remote Control based on NRF24LE1 working with mercury cell.
So they key factor is hardware & software optimisation for the lowest possible...
Is anyone aware of any of these on the market yet? I know of one, from Insight SIP, but am keen to hear about any others.
(This would save space on the PCB, simplify our...
Using twi_sw_master have discovered that the nrf51422 E00 draws 1.3mA in off mode.
When the twi device is removed from the bus, the nrf51422 draws under 5uA in off mode...
I want to merge soft device, application and boot loader in order to improve efficiency for factory. I searched relative topics in this forum and found something useful. At...