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...
Dear Nordic:
My peripheral is configured to use MTU 247.
When connected by NrfConnect of IOS, I can receive NRF_BLE_GATT_EVT_ATT_MTU_UPDATED event and check the effecitve...
We are designing in the 52840 as a processor in a new sensor product and are looking at using the HOLYIOT YJ-18010-nRF52840 part that you indicate on your site is a third...
Env setup:
nrf52840 on PCA10056, SDK 16.0.0, S140, FreeRTOS, secure bootloader
Description:
I'm trying BLE background DFU in the application.
Had reference iot/background...
Hi
Is there any implementatiaon of nrfutil, and more specifically the DFU via serial port, as a C library? My use-case is I need to update an nRF52840 from within an already...
Hi,
I am able to set up uart async receive, but when I try to set the call back using uart_callback_set() so that i can call the uart_tx() routine to push the data out,...
Hello,
I am working on nRF9160DK. I am using SES for ARM (Nordic edition).
How can I import new libraries for any project? Let's say I want to import SD card libraries...
Hi!
A little backstory on my project: Currently I have merged the saadc and peripheral ble_app_uart example. The value from a potentiometer is then sent over ble to the...
Hi,
I'm developing a project with nrf52832 sdk 16.0.0. I have some issue about the fds. peer_manager had used the fds modul, as we knew. And I would call fds_record_write...
I am looking at the APP_ERROR_CHECK and find out it finally goes to the app_error_save_and_stop method. I couldn't understand from the code, that where the error info saved...
I need the NRF58240 chip on my NRF52840 DK to operate at 1.8V (because I have some 1.8V only peripherals to connect to it) while I'm still debugging the NRF58240 using the...
Hello,
I am trying to run a sample program to setup the SDK and IDE with Segger embeeded studio.
I am getting this error. The Pathlenght is lesser than the 256character...
Hi, I have a Nordic 52810/PCA10040 DEV board with the latest zephyr.
In Zephyr configuration I using hardware clock option -> 32KHz clock source (RC oscillator)
I...