Hi,
I am working on internal flash nRF52832 merged with twi sensor, my sensor function will return a string . How to assign the string to the my_data.p_data . i am getting...
Developing on the nrf51822
Have working code for the nRF52840 Dongle using the pc-ble-driver therefore all Bluetooth work is done using sd_* calls. The PC provides easy...
Hi ,
I would like to know if a matching network is needed if I am only using a single external flex antenna for both LTE and GPS using a RF switch between them and a uFL...
I am a student interested in Nordic.
My coding skills are very poor.
So I want to get help.
I want to use the vl53l1x sensor in nrf52. (My ultimate goal is to measure...
I have a working project where pin 16 is configured as a low-level interrupt source.
it is working well with SDK 15.3
after porting to SDK 17.0.2, it is not triggering...
This is the structure.I am using bitfields here, even if i don't the problem still exists.
struct CODE_T
{ uint32_t guest_code_start_time; uint32_t guest_code_end_time;...
Hi,
Lior Neumann and Eli Biham found a vulnerabilitiy in BLE secure connections, to which CVE-2018-5383 was assigned.
Is the S132 SoftDevice affected by this vulnerabilitiy...
Hi Everyone
My requirements are as follows
1. I am running 4 tasks using free rtos in which one measures the ADC , 2nd sends the adc data over BLE and 3rd check if the...
hello
I am using sdk 15.3 example code of DFU (secure_boot loader \ pca10040_ble)
I want to debug code but i can not.I getting error like that "Error Flash Download Failed...
Hello,
I have been using this method for a while now and everything seemed to work. But for one of my device the method returns the error 0x3400. I wanted to know where...
I am trying to share ADC output to Bluetooth device. But issue is as I am getting SAADC output via SPI protocol.
Now i have added SAADC+SPI in BLE app uart example, So when...
I am trying to share ADC output to Bluetooth device. But issue is as I am getting SAADC output via SPI protocol.
Now i have added SAADC+SPI in BLE app uart example, So when...
Hi there,
I want to do scanning existing networks and for these goals, I need to enable Commissioner on Commissioner side. I use the otCommissionerStart function but when...
I am looking for an example that can work with Android 6 and higher
Current examples on Github have compilation problems probably using older gradle.
The application need...
Hi,
I'm wondering why SES 4.18 requires an entire rebuild of an application each time a project is (re)opened? I would have though it would perform an intelligent incremental...
Hi,
I am trying to modify the ble_hids_mouse example project to convert the device into a vendor defined HID device. I need to send 64 bytes of custom sensor data (which...
Hello,
I am migrating my code based on Mesh SDK V2 to V3.1.0. on nRF52840. The filter based on the uuid used in functions "prov_helper_provision_next_device" and "uuid_filter_compare...
We come from here : https://devzone.nordicsemi.com/f/nordic-q-a/35180/error-with-nrf52dk-and-mac-os-hs Now, i have a new development kit and i can program it but now i have...
Hi
I am working on nRF52832 SOC and developing hardware modules.
we are using nRF5_SDK_15.3 and SES
we developed one new hardware module with nRF52832 SOC
and we testing...