Hi,
I'm programming the nRF51822 and save some user data into the FLASH by using pstorage_update . It works fine if I set system off mode, and wake it up. I can read back...
Hi,
I have been using nRF51822 with my Android app using Android's Bluetooth Low-Energy APIs.
In order to get more details, I am currently working on integrating the Android...
I'm looking at interfacing a typical Wheatstone bridge sensor to the nRF51822 ADC. This particular sensor only requires a mA or two for excitation and the output fits within...
When use the "nRFBeacons" app to update the info on my beacon the following happens:
Go to update tab.
Select "Connect"
Press "SW2" on beacon and see the LED begin flashing...
I am using s110 and nrf51822. I've set up up a long characteristic of 154 bytes.
Sending between 1 and 154 bytes works as expected.
Sending 155 - 160 bytes gets rejected...
Hi,
I tested the nrf beacon application, it allows only the beacons with company identifier 0x0059 (nordic's id). But i need to modify it to support all the device, how...
I use a app_timer_create() function to create a task(200ms once)
when in the task_timeout_handle() ,
I do something more than 200ms,
what will this timer going ?
I think the new MCP might have a bug somewhere. I have not been able to find out the exact sequence on how to provoke it, but I have to restart the application more often...
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...