Hi,
I'm working on a Keyboard&Touchpad project, very similar configuration with Smart Remote 2, so I'm considering to use nRF24LU1+ as receiver's MCU. The receiver will be...
uint32_t ble_advdata_set (const ble_advdata_t *p_advdata, const ble_advdata_t *p_srdata)
If I set the second parameter p_srdata, does it mean passing encoded advertising...
Hi developers,
Just wondering if anyone has worked with a good BLE Python library that he can recommend. I have BLE peripherals that send out notifications. What I'd like...
Hi guys,
I am new to Nordic and I am using the evaluation kit "pca10001".
I have managed to run the LED BUTTON example which was declared in application note "nAN-36...
Hi,
I am having problem with the bootloader function of s110 v7. I am able to download the s110 softdevice. My application code was recompile with v7 header files. Able...
I was able to create a Distribution package with the command as shown in the following photo.
I have taken the zip file from email app in my iPhone and have opened in...
Programming the bootloader
How the MBR knows the start address of the bootloader?
pape says : This start address is defined in UICR.BOOTLOADERADDR, which is located at...
How do you do
1.Now want to set the PWM output frequency is 60 hz, but with an oscilloscope test is 60.24 hz, here more than 0.24 hz.How can I do the precision of the precision...
Hello,
I'm trying to connect my Linux computer to the nrF52 DK card using BLE.
I'm connecting my Bluetooth chip to nrF52 and I want to display "hello" on the serial interface...
Hi everyone,
I would like to create my board like this one :
www.adafruit.com/.../3406
learn.adafruit.com/.../39913
I know that Adafruit changed the bootloader...
I'm using PCA10028, SDK12.3 and android(7.1.1) application using BleProfile.
My application implement ADC using app_timer and indicate adc value each timeout.
The narrower...
Hi,
I have bought a Smart Remote 3 and now I wonder if there is any user manual available for it. I want to test the features it has out of the box before I start to modify...
Using SD130 v2.0.1 on nRF51822, I would like to be able to change the advertisment interval after first connection.
My app is based on the HRS sample, with a modified avertising_init...
Hi,
I am trying to bond Thingy to Android device. But, it is rejected by the device.
How do I bond Thingy to Android device? Any Hints would be helpful.
Thanks
Has the dev kit gone through FCC? i.e. can the SoC/antenna design be replicated on a custom board so there are high chances of passing certification tests?
Hello ,I hope the speed of NUS can be achieved 7K Byte/s. The data form phone to uart is ok,but the data form uart to phone is not.I tested the Bluetooth part separately.Loop...
How to make an encryption on nRF51822?
Does it need to set
sd_ble_gap_sec_params_reply(m_conn_handle, BLE_GAP_SEC_STATUS_SUCCESS, &m_sec_params, &sec_keyset)
the...
I want to flash a client and three servers with the BLE mesh simple light switch example:
infocenter.nordicsemi.com/index.jsp
The third instruction on the above web...
Hello,
I've recently properly started programming my nrf52832 DK with segger embeded studio playing a little with the debuging tool break points modifing example ect.....