We're looking for a Nordic nRF51822 based low profile/small USB dongle that we can use for our iBeacon software.
It would need to come complete with casing and the ability...
Hi all,
i want to establish connection between two threads in cmsis-rtos, can i use
1) semaphore to do this?
2)message queue should be used or any other ipcs can be...
Hi,
I have two CPU in our product. (STM32F2 and Nordic nrf51422).
I use serialization function to link those two CPU(refer to ble_s110_serialization sample)
But I find...
Hi,
My behavior is as follows
Turn on my device(use 51422) and advertising(2 Service and 3 Characteristic)
Turn on my cell phone(Samsung Note3),scan my device...
Hello:
I used analog IIC write MPU6050. Again after power download programs, mpu6050 can run up there ACK response. But the debug will not run. Simulation IIC because no...
Hello!
How can I communicate with my nRF24L01+ and nRF51822 at the same time. I can set up same channel, CRC-mode and I don't use ESB. But what about address? How do I set...
Hi all,
i want to know answer related to following question
1)what is use of uicr?
2)if i place some value in uicr and then change the image,then is there will be change...
It seems like a pretty large hardware/software release just came out and I am a little confused. Where can we find documentation about all the new hardware (nrf51822-QFAX...
Hi I try to run master control panel on PCA10024 development boad. On master control panel, I set File->Options->Serial port: "Show all serial ports". Then master control...
Hello,
I'm reading S210_SoftDevice_Specification_v2.0.pdf and there is written: "The ANT channel encryption engine provides the ability for a single channel..." does this...
I didn't find information about size of buffer within softdevice 310 for ANT messages.
I found that S310 requires: 128kB Flash, 9kB RAM, Stack 2kB
But how big size of...
Hi, are my assumptions below correct?
Measuring a (ratiometric to VCC) analog signal and selecting VDD_1_2_PS as the reference selecting AIN_NO_PS or AIN_2_3_PS will not...
Hello,
I'm currently seeking for parameters that could improve our ANT communication stability. I read, that there are possibly override parameters in the FIRC that have...
Hi all,
I try to reduce the power consumption of my GZLL host (RFDduino/nRF51822).
I use the Arduino IDE to program my RFDuino.
My Idea was to synchronize the host and...
Trying to flash a program with Keil. Worked fine with SDK 5.2, now with SDK 6.0 get the error: Insufficient RAM for Flash Algorithms.
My options for RAM:
Start: 0x20002000...
Hi, Nordic
I added "//" to the srccode of main.c in project ble_app_hrs just like below
bond_manager_init();
// ble_stack_init();
ble_error_log_init();
timers_init...
L.S.
Suppose I want to customize the transmit power at installation time, not at build time or production time, how would I go about it?
I have adapted the proximity...
Hello,
I want to use DFU with single mode mode.
I included in build dfu_single_bank.c instead of dfu_dual_bank.c.
But after that DFU device begin to work with errors...
hello,
I am working with S130 demo app. But I could not find any registering of event handler being done usind softdevice_ble_evt_handler_set(). In both S110 and S120 demo...
With the maximum SPI speed of 8 Mbps, I was expecting to be able to send 2 bytes in just a little over 2 us, but it takes a lot longer. It appears that the mandatory event...
Hi all,
I'm trying to follow this Nordic blog post in order to use Luna Eclipse, GDB and J-link for debugging of ble_app_hrs from Nordic SDK 6.1 on a PCA10001
It is...
Hi everyone,
I dont know if I encounter these issues because of iOS 8.0 but I'm not able to receive data from the console, send via PCA100001, on my iPhone. Though, what...