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...
Hi, I tested "Simple_coap_client" and "simple_coap_server" on NRF52840 using Threading SDK.
I want to change the transmit power, so I used "otPlatRadioSetTransmitPower ...
52810, LIS3DH, I call nrf_drv_twi_tx got NRF_ERROR_DRV_TWI_ERR_ANACK return using either TWI/ or TWIM . Here is my code:
const nrf_drv_twi_config_t config = { .scl = TWI_MASTER_CONFIG_CLOCK_PIN_NUMBER...
Hello,
I want to verify with you if the Standby current for My Bluetooth 5.0 corresponds to the system "on" according to the Bluetooth datasheet or there is another way...
Hello, we've built up quite a bit of experience programming Nordic targets with Keil and nRFgo studio. We love your products. However, we are considering moving away from...
I'm trying to get debug output to appear in my Segger J-LINK SWO viewer (from an NR52840 SDK board with NRF5 v16) which I understand is a potentially complicated process;...
I use Peer Manager for storing bonding infomation with nRF52832 (SDK14.2) using gcc.
I understand Peer Manager uses FDS, and FDS uses flash memory from 0x7D000 to 0x80000...
Hi All,
I know this question seems to have been asked many times already but still does not seem to work for us even after checking forum answers.
Hardware: Fanstel BT832...
I have followed up this example and compiled successfully but the NFC pairing is not working at all.
I use my smartphone (Google Pixel 2) to touch the NFC antenna and nothing...
I can control GPIO P0,but can't control P1, when I load project with nrf5340_dk_nrf5340_cpuapp ns configuration.
If I load project with nrf5340_dk_nrf5340_cpuapp configuration...
Hello,
I am using a custom nRF52840 ( SDK 14.2.0, SoftDevice S140) based board to connect with an iOS(v 13.3) phone.
I am running a custom application which uses the...
At this time my project is at very beginning state, I am picking up right tools to start my project development. I have spent good amount of time to research about my issue...
Hi,
So simple question about adapting dev kit examples for the dongle. I'm trying to adapt this USB/BLE example and I've made all the changes that I figured I'd need to...
Hello,
I'm currently levelling up a project based on an older SDK which involved SoftDevice v5 (S132) to SoftDevice v7 (S140).
As far as I understand S132 and S140 are...
Hello,
following the peripheral/saadc sample, which shows the periodic reading... could you please share the essential and minimal config for the One-Shot measurement? ...