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...
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...
Hello dear Nordic Semiconductor. I use one of your creation - nRF52840 USB dongle. I have troubles with using USB CDC ACM. I add ble stack to gather info about advertisement...
Hello,
I want to do fast advertising (100ms) (LE privacy enabled) for about a minute, then I want to transition to slow (1000ms) advertising forever (or until a connection...
To the kind attention of Nordic support team,
I'm porting old code in order to use nRF52840 and s140 softdevice. During initialization of device information service I have...
i've been trying to update certification on the device (fallowed the guide https://devzone.nordicsemi.com/nordic/cellular-iot-guides/b/getting-started-cellular/posts/nrf-cloud...
Hi there!
Working with the nRF52840 DK, I am wondering how I might modify an existing SDK example in order to display the Tx and Rx Power characteristic on a hardware connected...
Dear I would like to put the license key to nff5-SDK examples into sdk_config.h file Format on thisiannt side looks like this 0xXX, 0xXX, 0xXX, 0xXX, 0xXX, 0xXX, 0xXX, 0xXX...
Hi I tried modifying the ble_app_uart_pca10056_s140 example as follows (nus_data_handler method modified only) such that it echoes the data back sent from the phone:
I...
Hello to everyone,
I was told to develop a simple BLE scanner using NRF52 DK (NRF52832). The idea is just to identify surrounding devices but we don't want to initiate connection...
Hello,
I just managed to trigger a syntax error for a seemingly normal set of compiler flags / defines in ser_dbg_sd_str.c:
Compiling file: ser_dbg_sd_str.c ../.....
I have to implement a custom I2C Bus communication. My Slave has to listen on all Addresses (eg. the Address 0x00 will be used as a Broadcast Address) and has to answer to...
I decided to move to 16 SDK, but I have problems with TWI. Whenever I try to read data from sensor, I get only 0 as the output. I use sensors ICM-20600.
When I try to read...
Summary: nrfx_nvmc_word_write() and similar functions can't write to UICR.
(Note that we are not using the full SDK, only nrfx)
We have used the API provided by hal/nrf_nvmc...
I am trying to compile the Thingy-52 project in SES. There seem to be multiple missing files in the project:
nordic_common.h
thingee_ble_handler.c
thingee_config_flash...
I want to implement Alexa gadget at nrf52832 / nrf52840.
Ref following Amazon information for the EIR part
https://developer.amazon.com/docs/alexa-gadgets-toolkit/gadget...
I was wondering if there are any (legal) alternatives to using SEGGER. After an gigantic (3 days) struggle with a official SEGGER programmer I still cant connect to my custom...