It is possible to run easily a SoftDevice stack (e.g. S110) on nRF51422 using an accurate 16MHz external clock reference for HFCLK instead of an external 16 MHz crystal oscillator...
I want to change data bytes in the advertisement packet. In ACI_DEVICE_STANDBY I put: lib_aci_open_adv_pipe(1);
In ACI_EVT_CMD_RSP: I get feedback that command 1B (I assume...
first,PCA10005 can't load sofeware hex that after s110 7.0.0 hex(include 7.0.0),and gostudio note that the given hex file can not open successfully.
second,the PCA10005...
Hello! I'm using sdk8 and s110. I want my peripheral device to send data to the central. I doing following steps:
1. initialize service:
void services_init(void)
{...
We are starting different projects around the Thingy :52. When studying the SDK and harware doc we are faced with a possibly stupid question : we have identyfied an accelerometer...
Hello all. I have been having issues using the hash functionality of the nrf crypto library.
Above is the screenshot of the output I am getting for the code shown below...
I am struggling with the Zigbee SDK for the nRF52840. I have successfully run the light switch demo with the PCA10056 board as the switch and two dongles behaving as coordinator...
I have been struggling to get a Zigbee end device talking to a SmartThings hub which is on channel 14. I have now discovered that regardless of the channel mask I give it...
I followed instructions given here https://devzone.nordicsemi.com/b/blog/posts/segger-embedded-studio-a-cross-platform-ide
I got it working in Build and Debug mode. However...
Dear Sir,
I am calling the function sd_ble_gap_disconnect() to disconnect the peripheral from the App.
This is called inside ble_evt_handler() function and under
...
I'm looking for Memory LCD shield like using nRF52840 long range demo.
The shield name is probably PCA63520. However I can not find it.
Where can I get it?
In the folder for the sd_api_v6 there are the headers for the softdevice S140: pc-ble-driver_v4.0.0\src\sd_api_v6\sdk\components\softdevice\s140\headers
I have a custom...
I want to use the CUSTOMER[] fields for their apparent intended purpose of storing calibration data in nonvolatile memory. I find it quite absurd that the softdevice would...
Hi,
I am using PWM to control LED power.
The code i use for initializing the PWM is-
app_pwm_config_t pwm1_cfg = APP_PWM_DEFAULT_CONFIG_2CH(1000L, PIN1, PIN2); err_code...
Hello,
I am trying to run the example DFU over TFTP. I have setup a tftp server with following configurations:
# /etc/default/tftpd-hpa TFTP_USERNAME="tftp" TFTP_DIRECTORY...
Hi,
I've followed the link https://devzone.nordicsemi.com/f/nordic-q-a/35675/how-to-use-static-passkey-for-a-no-display-no-output-peripheral
and added it to uart example...
Hi,
My app requests a timeslot in various conditions - sometimes the timeslot needed is long, sometimes short (unknown a priory) so it asks for the longest possible...
Hi,
Is there any easier way when using Eclipse IDE with GCC for nRF5 SDK 15.2 development to get the Include files in the examples to be recognized easier than tediously...
My set up contains beagle bone black as Application board. PCA10001 board with S120 Softdevice using nordic_sdk_10 running ble_connectivity example program.
I initiated...