Hello Noric Dev Zone members,
we are looking for a Firmware developer supporting us in bringing Hyko to our customers.
What we are working on is making energy heroes in...
It would be very helpful to hear of others experiences getting these licenses, also I would like to find out if anyone has any advice of anything to be included or excluded...
I wanna implement this code for the app inventor, but there was several problem here. I can't use array or index for developing my trapezoidal method.. like this..
code...
Hello,
We are looking for a developer a single task project. We need to provide all of our developers with the same development environment, so we are looking for someone...
I'm looking for a good firmware engineer that can take my current firmware and add the buttonless DFU to it. I currently use the Keil environment but am open to switching...
Dear Sr.,
Can't detect carrier
They are two PCB one TX Carrier and other mush Detect the carrier ---------------------------------------------------------------------...
mains.c
Hello Everyone,
I have deveLoped the Custom PCB whixh has the push button which is connected to VCC so i would like verify my software logic for button configuration...
Hi,
We have a new product based on the NRF52840. We are trying to add NFC record text to the firmware that based on SDK15. We could get the NFC record text from the NRF52840...
We're evaluating the nrf52840 and I am looking at the SPIM peripheral. The datasheet states the following:
"If several AHB bus masters try to access the same AHB slave at...
i am working on the Cycling Speed and Cadence sensor central configuration using nRF52832 DK in Segger Embedded Studio. I used the RSCS central example of nrf_sdk_v15.0 and...
I'm trying to migrate a working application from SDK 14.0.0 to SDK 14.2.0. I was using app_twi on SDK 14.0.0 and am now using nrf_twi_mngr on SDK 14.2.0. One difference is...
Hi all,
Just noticed the RTT logs are broken with GCC in SDK14.2 while they work fine in SDK14.1
I found the cause is the definition of the macros:
/*
* For GCC...
Hello.
I am working with a custom board. I have been wondering how to change the default polarity for a pin? I need LED_1 to have a polarity and the other 3 LEDs to have...
Hello,
I base on migration guide:
http://infocenter.nordicsemi.com/index.jsp?topic=%2Fcom.nordic.infocenter.sdk5.v15.1.0%2Fnrfx_migration_user_guide.html&cp=4_0_0_2_5...
Hello,
I found the link below and was wondering if the information is up to date (says nRF52 SDK v0.9.2 ).
https://infocenter.nordicsemi.com/index.jsp?topic=%2Fcom.nordic...
Hello,
I am using nRF52480, s140 , SDK_15.0 and using a central example. I can print the scanned RSSI, and MAC address of the each advertising packets with BLE_GAP_EVT_ADV_REPORT...
Hi, I'm trying to increase the NRF_SDH_BLE_PERIPHERAL_LINK_COUNT to max possible (20) in my project. When I first tried to do this the softdevice prompted me with this error...
Looking to better understand bsp_indication_set.
As per the example custom_ble_service_example found on github, ...when DK is connected, LED_1 is lit and stays lit from...
Hi,
I'm developing an application for nrf52840 that's essentially based on both the USB MSC example and the BLE NUS example in SDK 14. I started with the USB MSC example...
Hi,
I am using sdk 14.2.0 ble_app_hrs_freertos example.
two threads i have created, threads are having nested loop inside.
for this case, thread is stucking inside loop...