Hi,
Again the topic which has already been discussed several times in this forum. I just want to share my experience and perhaps help other users having difficulties.
...
EDIT: We found the reason for this and it is a hardware issue. This question can be deleted as it is no longer valid.
-----
Hello,
We are currently developing a...
Hello,
I would like to obtain some information on the possible substitutes for the nRF51822 (BGA Packaging).
I received notification that right now only the final orders...
I am using the nrf9160 for an OTA firmware update application. I initially executed the fota download file from the http_application_update sample project in it's default...
Hello Team,
Could you please share some sample application or procedure to handle power modes (Sleep, Deep Sleep, etc) of the nrf9160.
Please let me know.
Regards, ...
I managed to sniff Nordic mesh sdk 0.9.2 packets on raspberry pi 3 using "hcidump --raw", and I can read the raw hex data of mesh packets of light control demo, but since...
Trying to interface this module with atmel core micro.
We are able to transmit data by this module but not receiving the data at other end.
At transmitting side we are getting...
Hi,
Currently I'm working on nRF52 with SDK11 and SoftDevice S132.
Till now I've worked with IAR and my code was based on the "ble_app_uart" and the dfu "bootloader" examples...
WHAT EXACTLY IS THE PURPOSE OF PPI. IF I AM GENERATING A PWM SIGNAL IN PIN NO 21 AND USING A WIRE I CONNECTED TO PIN NO :24(BOTH GPIOS) IN NRF51422 BOARD AND WANT TO COUNT...
Hey I was using the relay example in SDK 12.2 on the s132 NRF52DK.
We added a service and characteristic using the Nordic tutorial - devzone.nordicsemi.com/.../
Using...
I have a very simple test script which enables a BLE service (only the Generic Access and Attribute), advertises and waits for connection. It also sets four pins to input...
We made a READ request from the client with nRF 52 as BLE peripheral.
READ was automatically repeated 10 times when writing 200 bytes of data in a characteristic fashion...
I want to program my nrf51822 aa module but when any softdevice has been already programmed, it doesn;t work..
it says error of erase failed..
flash download failed cortex...
Hello,
I am using nRF52832 DK s132 and interface with accelerometer. Now i have successfully read 3 ADC channels with time period of 244 microSecond on terminal. But i have...
Hello,
I am working on an nRF52832 application that uses SoftDevice S132 v3.0.0 as BLE central, BLE observer, and a proprietary protocol using the timeslot API.
Sometimes...
I have a Redbear BLENDv2 and want to program it with Keil. I am new to both Nordik SDK and Keil. Any help how to get to the example or open the example projects
Hello,
My question is about the case when initiator device attempting to restart encryprion with previously bonded responding device that lost the bond context.
As usual...
Hello,
I am trying to interface bme 280 with nrf52. I am using sdk12.2.2 and referring code twi_sensor.
I am able to initialize the I2C drivers and I can read the chip...