I am looking for a freelance / contract developer to help us get nRF53840 working as a BLE controller under linux. ie: basic BT linux adapter. Integrated with BlueZ and similar...
Dear all,
I use FDS module to store some data in flash of nRF52832. I modified the example "ble_app_uart" based nRF5_SDK_15.2.0_9412b96 to test the fds functions feature...
Hello,
I am using nrf51422 with stm32L0. There is a uart connection between nrf51422 and stm32l0. I want to transfer data from stm32l0 to nrf51422 through usart and push...
hi........... folks
i am merging two programs together uart and TWI sensor ...using nrf52382 and segger 15.2version
i am getting the error in ble_nus_send ,
even i have...
Software and Softdevice: SDK 12.3.0 keil5
Platform: Windows 10
Hardware: NRF52832 DK
I am trying to combine WDT and FATfs together. But once I have both of them, there...
I am trying to get a good handle on the difference in average power consumption between BLE point to point and Zigbee on an nRF52840. We have battery powered products and...
Hi, For my project, I need to design a BLE packet sniffer which scanning the 40 channels. Therefore, I need 40 dongles are connected to a computer that can read and transfer...
My name is Cedric, responsible for Workplace Management at ´my company, which also includes application management. We try to install all of our apps centrally via Intune...
I am using the LPUART and running into an issue when the UART is disabled. The LPUART doesn't notify the user callback that the buffer can be released. In my case, I am using...
I developed a project using nRF Connect 2.6.1 in VSCode. I created a custom board for the development board I was using (the SparkFun Pro nRF52840 Mini - Bluetooth Development...
hi
We have developed it to the specifications below and are preparing for mass production.
We would like to inquire about a 10% standby current test defect occurring...
Hi,
Bug:
With a connected ISO connection between two devices X and Y:
X acts as a peripheral. It's the ISO server and it is transmiting iso data to Y.
Y is multirole...
There are multiple errors:
Failed to clone the repositories: Error: Cloning into 'C:\ncs\v2.6.1.west\manifest-tmp'... error: RPC failed; curl 56 OpenSSL SSL_read: Connection...
Hi,
I'm struggling to use ble_app_att_mtu_throughput and spi. Some help?
When I merge the two codes the main code (ble_app_att_mtu_throughput) doesn't work.
Thanks...
hello,
I need microsecond timer interrupts in my program, so I thought of using the TIMER of the hal library.
When I enable CONFIG_NRFX_TIMER0=y in prj.conf, the system...
It seems hostap has a bug. This line:
https://github.com/nrfconnect/sdk-nrf/blob/4e9436d1076a362adf168e6a8878a8b32b8bff4d/modules/hostap/src/supp_api.c#L312C2-L312C78
...
Im currently using a nRF9160 with SLM application as a modem on a nRF52840.
How can I configure the modem for NB-IOT or LTE by using the nrf52840?
My project is working...
As instructed in the thingy53 getting started documentation I installed VSCode and the nrf Connect SDK extensions. Using VScode I am able to build and run examples.
However...
I connected to the device with BLE, conn handler is 0 and it is sending data. I disconnected, I reconnected, conn handler is 1, it cannot send data. I disconnected again,...
Hello,
We have an nRF5340 (custom PCB) application, based on NCS 2.6, that uses the TFM and needs to use P0.02 (NFCT) as SPI CS.
Currently, the CS is not moving, since...
I have been experimenting with build configuration for the peripheral_uart sample project so I can add DFU. I have had a great deal of difficulty doing this because of unexpected...
Hi, I am implemented DFU on nRF52840DK and now i want to implement on my custom board. Any suggestions to implement DFU FOTA using BLE for production I am using nrf52840 and...