I ran the ble_aci_Tranport_layer_Verification.ino sketch from the Nordic BLE library and I get no output to the serial monitor after "nRF8001 Reset Done" is displayed. I think...
I am trying to debug my code today and am finding that Eclipse is constantly breaking execution at the INLINE function app_timer_evt_get(). I do not have any break point set...
Hi,
Recently,
the DFU of the "Master Control Panel" (Android) can not complete the upload mission.
But,
the DFU of the nRF-Toolbox in iOS is
work well.
Old...
I just tried out the new iOS nRF Toolbox 1.5 and it doesn't seem to handle long init packets.
I gave it a zip file that contains a 137216 byte 'application.bin' and a 192...
Hello everybody,
In the SD_EVT_IRQn ISR I check for BLE and SoC events and set flags for each so my application can fetch and dispatch the events in the main context. ...
Hi, in the example bootloader in sdk 7.2, there is an assembly code block in SVC_Handler, in dfu_ble_svc.c.
I found that the offset in line:
LDR R0, [R1, #24]
always...
In nRF51 SDK 7.1.0, there is a c header file using c++ keywords operator .
Here is a snippet of components/ble/ble_racp/ble_racp.h using the keywords.
/**@brief Record...
Hello.
I would like to ask about writing data from Smartphone to Thingy. How to change characteristic using setOnCheckedChangeListener.
Is it correct way to change characteristics...
Dear people ,
nRF52840 and 15.2 version
I have uploaded the program ble_app_hts in my NRF52840. After which I uploaded ble_app_uart but I still get the "Nordic_HTS"...
I am trying to switch off the 3.3v power domain to save power.
I can disable it by using adp536x_buckbst_enable(false) in board_secure.c but when I try to use the same...
Hello
currently we are developing a hid bluetooth mouse using nrf52832 and SDK 15.3. We are using app_scheduler to send movement data to the host pc, but when we enable...
hi,
Is there any working PDM example for nRF52832? or can anyone give a sample initialization code for PDM with easyDMA using the inbuilt nrf_pdm_drv functions?
Regardss...
I am tried porting the USBD to mesh serial example according to usbd_ble_uart this days, and some functionality are test fine including Tx and Rx between Provisioner(USBD...
I teach high school robotics and after the BLE blinky program which works greata with mobile nrf-connect, I wonder what people think is the best, generic BLE
Central and...
Hello,
Can you please provide the input impedance or the S-parameter file of the impedance for the nrf52840 for receive mode, and also at tx power levels of -40dBm, 0dBm...
AD value and voltage conversion between the calculation formula
adc_config.resolution = NRF_ADC_CONFIG_RES_10BIT;
adc_config.scaling = NRF_ADC_CONFIG_SCALING_INPUT_ONE_THIRD;...
Hi, I have a few questions about the nRF52833 DK.
1. Can I fix an antenna array onto the DK to make it a receiver in Bluetooth 5.1 AoA applications? I can see that there...
My LTE Sensor Gateway sample connects via Bluetooth LE to a Thingy:52 and collects the flip state of the Thingy successfully. Now I want to replace the Thingy with the nrf52840...
OS: Windows 10
NRF Repository at branch master, commit bd67811aa123a49cb36991be886f3fafb4730449. Zephyr version: 2.1.0 SES version: 4.20a
Have tried running SES on administrator...
Hello,
I try to run electron app with pc-ble-driver-js and I have this error:
Error: The module '\\?\C:\app\build\Release\pc-ble-driver-js-sd_api_v2.node' was compiled...
Dear Team,
I am migrating the ANCS client application from SDK-12.3 to SDK-15.3 version.
Please find my below observations in SDK-15.3.
Erase the flash completely and...