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 have questions about esim card.
1. Hardware footprint about esim chip.
I don't know which esim chip I will use.
So is there a common standard footprint?
If...
Hello,
I've a board with usb port
I can insert on USB the Raytac MDBT50Q-RX containing the nrf52840 and:
- my microcontroller can recognize it as CDC ACM USB serial...
Hi, I'm Developing Custom Board with nRF52832.
When I execute my custom code (by referring to ble_app_template example), an error occured.
First, my hardware spec below...
Hello, i am using the ble_app_beacon example on the nRF52840 DK with s140 and i want to send the service UUID for Device Information. I inserted the code from the ble_app_template...
i'm trying to get samples/drivers/CAN working with the nrf52
apparantly you need to enable CAN explicitly in menuconfig, which is already confusing because prj.conf has...
Hello. I met trouble, presented in the name of the thread. I use example for PCA10400e board. So, what I've changed to accelerate reproducing of this error. I change logger...
I have a question about the current consumption of GPIO and GPIOTE.
I want to use port in input configuration. Therefore, the following settings are made ("P_WUP_BLE"...
I have following problem:
I am using a multilink NUS Central. With one peripheral connection everything works fine. But when make a second connection I sometimes get an...
HI
We are developing a 2d-3d mouse .
We are trying to implement OTA-DFU into our custom board .
We first tried it on development kit and its working fine too . I can...
Hello all,
Environment:
Rpi with Raspbian Stretch (Release 9.8)
Kernel 4.14.8-v7+
Architecture armv7l
I have followed the below links to build BLE 6LoWPAN environment...
After compiling the SDK 15.2 ble_app_hrs_freertos_pca_10056_s14 example in Segger Embedded Studio there are a number of repeated warnings:
"configTICK_SOURCE" redefined...
Hi,
i've got the TWI scanner example flashed onto the NRF51 dk board, using the default "Arduino" pins of P0.07 and P0.30 as SDA/SCL.
I've added two lines to the example...
I have a small collection of i2c devices on the bus that can be jumpered in (sda/scl disconnected). I am currently using SDK v10 and Keil v4.
I wrote this code to namely...
Hi,
I am trying to use the SSD1306 display with the nRF9160 DK.
I am using the code as is shown here
https://github.com/zephyrproject-rtos/zephyr/tree/master/samples...
hi, thanks for this tutorial : devzone.nordicsemi.com/.../ble-advertising-a-beginners-tutorial
i'm trying it on my nRF52840 devkit board.testing it with nRF connect application...