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 ,
In order to capture and get the data from the external BLE beacons,
I am trying to simulate this using nrf connect Advertiser option instead of using Beacons...
Hello, i have been unable to read data from my sensor.
uint8_t SPI_ReadByte(uint8_t RegAddress) { ret_code_t retCode = NRF_SUCCESS; //start reading sequence m_tx_buf[0...
The modem reports that it supports states 0, 1, 4, 20, 21, 30, 31, 44 when I give the "AT+CFUN=?" command.
Using the at_client sample, or other software like asset_tracker...
Hi, I am using nRF52 DK with s112 and SDK V15.2.0. I have written an application based off of the uart example, and expanded it rather substantially to use the SAADC and read...
Hi,
I'm trying to create my switch_event by using Event Manager.
And I got this issue: "undefined reference to `__event_type_switch_event' " when submitting my event:...
Windows 10, Segger V4.52c, S132, SDK 15.2.0, nRF52832
I've been through a few posts talking about needing more RAM allocated to the SoftDevice when other services are added...
Is it possible to generate a DFU package for both bootloader-only and fully-programmed (bootloader, softdevice, and app) chips? I'm unable to do so for an nrf52833 using nrfutil...
Converting old code for a nRF51822 to the new SDK(15.3.0) for an nRF52832, this error happens:
#error "Compiler generates FPU instructions for a device without an FPU (check...
Hi all,
After wasting so much time trying to set up simple peripheral device whitelisting single central device, I realised that API has been updated and those old examples...
Hi all,
Can I read the chip ID of NRF24LE1 in code? how can I get the ID?
Or is there any readable identifier that make each chip "unique" from each other? Because the...
My team is developing a bike power meter, so we are looking to shrink our PCB design as much as possible. We are directly measuring force using an array of strain gauges....
I am trying to run the example of generating a random string from MBEDTLS website , below is my code , before running this code I have done the following changes.
Set MBEDTLS_CONFIG_FILE...