nRF24l01+ at a transmitter module one time successful transmission show & after 1 sec failed also . if any doing programming with atmega32 ,please send code for TX & RX ....
Hello,
can the radio notification and radio disable APIs be used to use the radio hardware from the application layer?
Background of my question is, that I have an application...
Hi,
I am using central s120 with peripheral s110. The connection to the peripheral is depending on the name advertised by the peripheral.
When connection is done, the...
Hello,
I am trying to ecrypt some data in order to send some data encrypted in the MINOR and MAJOR adverts of the device.
I used this code to ecrypt the data ( this is...
Hi,
i use anRF51822 with soft device 7.
I run the UART app on my iPhone 4s with ios7 and on the nrf51822 board the ble_app_uart with keil uVision5.
Both devices connected...
Hello,
I upgraded nRFgo Studio software to version 1.17.0. Installation goes OK but the application crashes every time I try to launch it after installation process.. Then...
Hi,
i tried to send data from ios 7 via tx_characteristics(like in UART example) but received error:
didWriteValueForCharacteristic 2A38 error = Error Domain=CBErrorDomain...
I use MPU6050 for my project. I wanna ask about this code caculating the value of MPU6050 . The function below caculating the value of GYRO of MPU6050.
What is the range...
Hi,
I am a newbie to the world of nRF. I am trying to develop a gateway using nRF52840dk using nRF connect SDKv2.0.0.
While I am trying to create a freestanding application...
I want to set a random address during every startup. I see a function to create a random static address."bt_addr_le_create_static()" but I'm unable to see a function that...
Hello! We have looked into Secure Bootloader in nRF and have been able to build andrun the samples available in nRF library. Currently, we have added nRF SDK and nRFX library...
Hello,
I am working on BLE+Thread multiprotocol and took ble_thread_swi_template as a base code. I am using nRF5_SDK_for_Thread_and_Zigbee_v4.1.0_32ce5f8. My development...
Hello Team,
I am using ble_peripheral application to establish ble communication with android. But, for some android devices the application automatically disconnects after...
The spec describes the App and Network keys as 16 byte hex strings and states that they are generated by a Provisioner.
Can you please clarify what algorithm is used to...
Hi everyone, I'm Eitan, 4th year electrical engineer student. I'm starting my specialization courses in communications and computers (embedded).
For my final project I want...
Hello, support team.
Now my colleagues are working on the software part for the hardware alpha version of the device with 2 independent antennas for LTE and GNSS. But the...
Hi,
Now I'm using :nRF5_SDK_17.1.0_ddde560\examples\ble_peripheral\ble_app_uart\pca10056\s140\arm5_no_packs.
And I want to add 'Characteristic User Description Descriptor...
Hello,
I'm build my application using v1.9.1 and Visual Code. It seems I have an error saying my application size is greater than the flash size.
I CANNOT jettison any...
I have a big issue about WDT during FDA 510K preparing. I have to proof that WDT of nRF52832 is seperated structurally from main system. since nRF52832 have such a seperated...
To whom it may concern,
I have a project (using Zephyr) where I need to switch UART pins while runtime. Is there a way I can handle this? This is how I initialize pinctrl...
I am using the light_bulb sample from NCS v2.0.0 with an nRF52840 DK board. I changed prj.conf to enable Warning traces from ZBOSS:
+# Enable traces on UART_1 (P1.02) @...
Hello,
I have a question regarding the advertising and scaning mechanism implemented in Zephyr.
To be more precise, suppose the node's radio is in scan mode, and it's...