Hi,
I'm exploring the hid peripheral example with 52832 Dev Kit and made it working correctly. While, when I was tring to connect to it with nRFConnect, I found that the...
Hi,
I'm exploring the hid peripheral example with 52832 Dev Kit and made it working correctly. While, when I was tring to connect to it with nRFConnect, I found that the...
I have a PCB with an nRf51822 @1.8V, using the SDK 10 (no chance to change it).
The PCB itself with everything but the nRF (we did not iron it on purpose to measure consumption...
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...
Can anyone tell me where the board / device choices in Eclipse come from, as shown in the screen shot below? I have none.
I copied my Eclipse installation from a working...
Hi all I've already setup my Eclipse environment as described in Development with GCC and Eclipse . Now I want to use the SPI libraries for my example. But I got the first...
Hi
The compiling of standard TWI sensor example is giving me an error with SES.
Please find attached a snapshot of the issue.
Need your help ASAP. Thanks
Ch...
My pcb is nrf52832 based, with SPI interfacing ICM20649 sensor.
- Nordic SDK 11.0
- Softdevice 2.0
I am able to flash example code of SPI based ble_peripheral and mpu...
Hello,
I am using an app_timer on my nRF52840 (SDK 15, Softdevice 140) to keep track of the time on my device. After a specific event, I would like to be able to clear the...
Hi,
I use nRF5 SDK v15.0.0. In my application I need periodically disable and enable Bluetooth because they are wifi also, which connected to the same antenna. Its mean...
I have been successfully using nRF Connect v2.5.0 on Windows with a PCA10056 v0.9.2 to communicate with our target device, a nRF52840 using S140 v6.0.0, nRF5 SDK 15.0.0. We...
I have four button and one external interrupt from GSensor on my demo board, and I use GPIOTE_CONFIG_IN_SENSE_TOG for button and GPIOTE_CONFIG_IN_SENSE_LOTOH for GSensor interrupt...
Hi, I am wondering what cost-effective JTAG debuggers you can use with the nRF52832 hardware using the 10-pin standard debugging header. For example, has anyone used the Segger...
Hi All,
I am using the nRF51822 board and have it connected to a micro SD card shield using SPI.
I have not changed anything in the example file with the exception of...
I have a question.
Two slaves connect one Master.
At that time, Can another Master automatically connect the two slaves ?
I know softdevice110_v7 has connection state and...
Hello,
We've been developing nRF52 software for about two years. We develop on Linux desktop machines, and build with GCC from the command line interface.
I'm starting...
I am attempting to implement the Time Slot API into SDK 15, based on the SDK 11 Multi-Acitivy example: https://infocenter.nordicsemi.com/index.jsp?topic=%2Fcom.nordic.infocenter...
I get the following error when trying to build to target:
make: *** No rule to make target `nrf52832_xxaa'. Stop.
I am doing the following on the Blinky Example program...