Hello,
we have a working system on the nrf9161 that works without zephyr. We have our own secure firmware that successfully uses the cc310 after we start the actual application...
Keep hitting my head on this inconvenient workflow.
Edit build config
Select target custom board
Build config
All OK
Edit config again
Target board has been...
I have used the Programmer previously with success. I am attempting to program the Dongle (10059) with a slightly modified version of ble_nusc_usb_dongle. Although it claims...
I'm working on a project involving a USB dongle based on the nRF52840 SDK-2.9.1, which needs to communicate with a sensor (also an nRF52840) and transmit data via USB to PC...
Hello Nordic team, For the ( POC), I configured ADC channel 1 and interfaced a potentiometer to pin P1.14. The ADC was set up to read the potentiometer's raw value . As part...
Hello, I have been going through the DFU and FOTA lesson in the Nordic intermediate course. I see that there is a FOTA support for a scenario in which we want to update a...
Details
Hardware: Thingy52, nRF52840 Dev Board, Samsung Tab A running Android 5.1.1
Software: Windows 10, using GCC for compilation, Thingy52 SDK, Android-Nordic-Thingy...
I'd like to advertise indefinitely when my software application is in a certain state. Is there a mode that I can put the software in (using the aforementioned SDK) that will...
In infocenter we will have to define ***********
#define
nrf_drv_ppi_channel_assign nrfx_ppi_channel_assign
Macro for forwarding the new implementation....
I am attempting to load a demo application from the nRF51 SDK v10 onto an nRF51422. Specifically the ANT broadcast tx demo. After loading soft device 210 v5 then programming...
Hello , I have a timer ad a value that increments every 1ms and I want to send this value to the central but I don't know how to do it.
here my timer code :
void timer_led_event_handler...
Hello!
I'm trying to understand a bit better how to modify the UUIDs. I'm using the ble_app_blinky, sdk 15 and SES.
1.- In the example i can read 0 or 1 according to the...
Hello Everyone,
i have got a steamVR tracker kit which has a bluetooth module Nordic nRF52832-QFAA 2.4GHz Radio SoC with Cortex M4 Processor and the trackers are connected...
Hi:
I using timer0's channel_0, channel_1 to drive a ADC, a handle_function.
unfortunately, I discover my timer with channel_1 didn't work when channel_1' value bigger...
[nRF5_SDK_15.0.0_a53641a] is used. Please tell me how to select peripheral when connecting from central to peripheral. Since I want to connect to 4 peripherals for one central...
Hi to all,
i am developing a device with nrf51822 soc and i want use it as peripheral, in it have a characteristic that i want read it continuously from central. sometime...
I am using Hackable kit which is a custom nrf52832 board with Bumpy a low cost Black Magic Probe alternative to program since i don't have a J-Link device. I have tried many...
Actually, I am working on a IoT project in which tens of connectionless BLE beacons are broadcasting packets. Now, four Nordic devices(nRF52832) are receiving that data and...