I have downloaded the motion_driver_6.12 for Nordic Thingy 52 as given in the readme.txt file. And I am using Segger Embedded Studio to build and debug the code. But the IDE...
Hi,
I'm working on a project originally based on the light switch example of SDK 1.0.0 and then upgraded to Mesh_SDK 2.0.1 and nRF5_SDK_15.0.0
I use the code shown in...
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...
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...
Hello, I'm getting started with my nRF52833 DK and have downloaded and licensed Segger embedded studio, and nrfConnect.
I believe I want to use the s140 softdevice. I'm...
I am just starting with the Nordic DK52. I am following the beginners tutorial for a custom service . But I am encountering 2 problems:
1) In step 4 it displays a RTT debug...
Hello,
I am trying to convert the twi_scanner into a PCA10056e project following the conversion doc from nordic . This was the downloaded example for the TWI scanner and...
Situation: I'm using a nrf52840 with the nordic sdk 15.2 acting as a Gateway ( Ble Client). On the other side I have four nrf52832 (sdk 15.2) acting as servers. My software...