Hello,
I would like to obtain some information on the possible substitutes for the nRF51822 (BGA Packaging).
I received notification that right now only the final orders...
I am using the nrf9160 for an OTA firmware update application. I initially executed the fota download file from the http_application_update sample project in it's default...
Hello Team,
Could you please share some sample application or procedure to handle power modes (Sleep, Deep Sleep, etc) of the nrf9160.
Please let me know.
Regards, ...
Hello,
I have tried twice to request for SUPL license for getting A-GPS working but it has been denied both of the times. I think first time it got denied due to mismatch...
Dear Sir,
I open the Master Control Panel log.txt file, I can see
Serial port read: 04-3E-13-01-00-00-00-00 and
Serial port write: 02-00-00-09
Where can find the full...
I am using a nRF51822 at 16 MHz
What is the math formula behind the BAUDRATE register?
What is the timing error for each of the standard baud rate setting? This is not...
hello,
i was trying to run the sample examples, i tried blinky example from C:\Keil_v5\ARM\Device\Nordic\nrf51822\Board\pca10001 folder. i was succesfull in getting the...
Hello:
Why do I erase SDK5.2 version of flash and read not, in SDK4.2 can. I tested nrf51_sdk_v5_2_0_39364\nrf51822\Board\nrf6310\flashwrite_example is a good example.However...
before i write the flash, it has been erased.so ,its value is all 0xff.
when i write 0x00 to flash address 0x0001,the value read out is not 0x00 but 0x01,and the value in...
Dear nodic engineer:
i want test environment temperature with NRF51822 inner temperature module.
any information for reference?
any temp graph?
if need calibration?...
Hi,
I have an evaluation kit and I have custom boards that has nRF51822 chip on them.
I am trying to update the firmware(Application) of the custom boards from evaluation...
Hi,
I need to drive a piezo buzzer. Just need to make a simple beep function(s) that one call will start generating a specified frequency on specified pin and other call...
there is no sample code in nrf5188 sdk to use BLE_GAP_CONN_SEC_MODE_SET_SIGNED_NO_MITM,
what's the difference between the two settings?
for BLE_GAP_CONN_SEC_MODE_SET_SIGNED_NO_MITM...
Hi,
I am using IAR Workbench for ARM to develop my application and I'm experiencing a very frustrating issue with my debugger (J-Link that came with the development kit)...
I'm looking for a way to use the nordic uart service ( devzone.nordicsemi.com/.../ble_sdk_app_nus_eval.html) from Linux using the native Linux BLE Stack (BlueZ). My application...
Hi,
I've created an application using the S110 experimental ANCS demo. I successfully implemented ANCS and then began to structure my application around it. At some point...
Hi,
it happened that we have some hardware boards populated with older chips rev. QFAACA and some with newer rev. QFAAG0 but we need to share same software. As I read newer...
by set a char with BLE_GAP_CONN_SEC_MODE_SET_NO_ACCESS, means it can't be read and write, if so, why not remove the char?
any reason behind BLE_GAP_CONN_SEC_MODE_SET_NO_ACCESS...