I am toggling Value of slave through a button on nrf51822ek .This Value is displayed on MCP of dongle, but i have to get this value on terminal to send it to pi then through...
Hello, I am tryong to use to masters to communicate with two accelerometers.
Q1_ I found the following image from Nordic's website that shows SPI0 pins but there is no indication...
In the nrf51 series reference manual section 12.1.9 it states that there is hardware protection that prevents write instructions from being executed and that there is more...
Hello, I have established the connection between two pca10001 boards, one as central and one as peripheral using multilink_central and multilink_peripheral. I have serial...
Hi,my friend,
Now,I use nrf905.Situation is as follows:
I use the NRF PCB circuit of data manual.Nrf905 work, often loss of data.
1.The Product host is to use the stick...
Hi,
I want to use the Blend Micro with more security. I want use a passkey for the Bluetooth connection. For example through the iOS Device.
Is it possible? Static passkey...
How do I receive multiple signals simultaneously at a single receiver (433MHz) with multiple transmitters ?
I am working on a polling system. This one is similar to the audience...
Hi,
I have a nordic chip (nrf2832) and I am trying to use it as a LWM2M client and register it to a LWM2M Server. I want to achieve this:
developer.nordicsemi.com/.....
I'm trying to update my SoftDevice with a bootloader, which is basically the same as the one in nRF5_SDK_11.0.0_89a8197. The image is saved in bank 0 and is validated by dfu_sd_image_validate...
This is my first DFU project, and so this may be super-obvious to all of you.
I am writing this here to help others, because it appears that there are others out there...
I have an mBed application that uses the S130 SoftDevice and polls data from a couple of other connected peripherals via I2C & SPI.
I use a Ticker object, which seems to...
Hello,
I use the example dfu_dual_bank_ble_132 in the nrf5x sdk 11 (PCA10040).
I have had my programe before the OTA, i will have a programme wich would update at any...
Hi all:
I stored some settings in flash in the address 0x00077000 and this address is got by the function of pstorage_register().
However this area will be erased by...
Hello there,
I've been trying to use embitz (the new version of emblocks) to program a nRF5188 but i always fail to compile the "ble_peripheral_hrs" exemple, i'm always...
Hi
I have a unit that is rather old and I want o update it to the latest softdevice.
In the unit there is a bootloader and softdevice version 6. Does anybody know if it...
I'm making progress, but still struggling to get the sample DFU built into NRF Toolbox to download successfully with my bootloader. Using hrs_dfu_s130_*.zip.
For this,...
I tried if there is a possibility that my device would brick if I interrupt the DFU process. notice that I'm using SDK10 with dual bank bootloader. I uploaded the app over...
I am going to develop on nrf51822 and the data sheet says nrf51822 is s110.
I want to load an example of sdk 11 but there is no example for s110.
I am a total newbie, so...
On the nRF52, does the TASKS_HFCLKSTART need to be trigger again after waking up from sleep, if the the HFXO was started before going to sleep? Or does the Clock control circuitry...
Suppose there are 10 BLE peripherals in a room and one BLE Central,then is there any way i can get the list of available peripherals[name or id.. etc]?
I am using NRF5182...
I have one characteristic which send data with indications, for each frame sent I wait for acknowledgement on case BLE_GATTS_EVT_HVC : before sending the next data
but...
I write a source code to test led and button driver. it's work with a loop but when add sd_app_evt_wait() to use low power mode of nRF52.
I suppose that I forgot something...