A new library/toolkit has been built that allows us to invoke the services of an nRF24L01 from a Java environment. Documentation and links to the Github project can be found...
Hi,
I am sending data from Android phone in every 200 ms to nRF8001. But sometimes I found there is a 50 ms or 100 ms delay. It looks like nRF8001 spending some time in...
Hello,
I'm starting a new nRF51 project on mbed for a custom board. I wish to know what is the "cleanest" way to define pinout (what file to edit) ?
Thank you
I have enabled data ready interrupt bit and also enabled the fifo bit and also enabled gyro_fifo and accel_fifo bits in mpu6050 so that when data ready interrupt occurs the...
I will be selling various ble products. My customers can connect to and program the devices using their bluetooth smart phone or tablet.
I want them to have the option...
Hi,
I am trying to run nRF24L01+ in default configuration using simple ping-pong examples using RF24 Arduino library.
The problem is that while ping-pong is getting through...
if I set BLE_GAP_CONN_SEC_MODE_SET_OPEN, I can get data,
but if I set BLE_GAP_CONN_SEC_MODE_SET_ENC_NO_MITM,
Three different even sequences happened, only one sequences...
Hi,
I disconnect the BLE by calling *sd_ble_gap_disconnect*(), and found that it run to *app_error_handler*() after the BLE_GAP_EVT_DISCONNECTED event occured, and I don...
I program the nRF2727 module with the "Block readback of mainmemory" seleted using nRFgo studio tool.
After that, I can still read out the content of flash. What's the root...
As per this thread: devzone.nordicsemi.com/.../question-regarding-hfclk-control the SD stack takes care of HFCLK, however as fas as I understand HFCLK is also responsible...
Hi,
I use the DTM for the production test, I use the transmitter test ,with canal 19 (frequency = 2438MHz).
What is the tolerance of the frequency do you recommend (Min...
Hi all
i am working on Student Response System in which there multiple Transmitter and one Receiver and i want Receiver(nRF24lu1p) to behave as HID device.
Can any one provide...
I just buy a set of nRFgo starter kit . One pin of the display module (nRF6350) was destoryed, and the correspoding hole of P6 in the motherboard was inserted with short pin...
Hi,
I have some questions about how BLE scanning works that haven't been answered clearly anywhere I can find, (except no-doubt the Bluetooth Spec/Tome):
What...
You can not build out " the arm c c + + compiler has stopped working " in Keil uVision5.
PC of lenovo made in (Windows7 environment ) ,
By introducing development environment...
Hello everyone,
thx in advance for answers.
there is limitation written for 6.0.0 as follows:
Synthesized low frequency clock source is not tested or intended for use...
Hi everyone,
Is there any information about the (approx.) amount of erase/write cycles the nRF51 flash memory can handle?
I'm using the NVMC to store large buffers that...
hi:
when use the gzll for host, the power consumption is large, about 12mA , but the device mode just 38uA. I find in host mode the main loop always be awakened even if there...
Hello,
I am using nrf51822 for couple of my projects and most of the time doing OTA device firmware update using development dongle connected to my Macbook Pro and running...