Hi Is it possible to change the MTU size with the Master Control Panel?
I am making a ble device on a nrf52 with the SDK 12 (latest softdevice) which has the ability to...
Is there a function like battery_level_in_percent for AA battery?
I know battery_level_in_percent is only for CR2032.
Even though I compensate it to make it 3V from AA battery...
I have a question about Makefile template used in all samples in SDK12.x
What is the sense of:
$(foreach target, $(TARGETS), $(call define_target, $(target)))
-include...
Has anyone used a graphics library like emWin or TouchGfx on nRF52?
www.segger.com/emwin.html
http://touchgfx.com/en/
I do not see any posts on either forums or here...
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...