I had manged to deploy and configure mesh networks on Nordic Thingy devices based on these 2 examples separately. 1. Generic OnOff models https://github.com/NordicPlayground...
Hello,
I am unable to access my SRJ profile with email id [email protected] due to two factor authentication. i do not get anything in the google authentication app...
The link for downloading nRF6939 live cd v5.4 is broken.
https://www.nordicsemi.com/Software-and-Tools/Reference-Designs/nRFready-Smart-Remote-3-for-nRF52-Series/Downlo...
Using one ADC, the current can be reduced to about 40uA after the ADC value is taken. Using a two-channel ADC, after the ADC value is taken, the current stops at about 0.4...
I'm searching for a software engineer who can help us getting OTA support between nRF52810 and PIC16 MCU.
nRF52810 must have command- and data mode over UART, Pic controler...
I want to be able to read the gyro and accelerometer values from the MPU6050 sensor.
As a base start I downloaded the NRF5 SDK V15.3.0 and modified twi_sensor_pca10056 program...
Hi all!
These days I've developed a custom SAADC + UART program to fulfil my needs using the SAADC example in the SDK 11. I've tested it and all is working really fine...
I have 1 dongle and 2 NRF52DKs attached to my computer at the same time, when I am trying to use Keil to program just 1 board it seems like attempts to access all 3 my boards...
NFC examaples in SDK 12.2 and 13.0.0-1.alpha on nRF52832 (board PCA10040) may not work if HAL_NFC_FIELD_TIMER_PERIOD is set to a value higher than 255. HAL_NFC_FIELD_TIMER_PERIOD...
To my very limited knowledge, it has something to do with an "attribute table" of some sort. So you will have an init function, where you get to write all your attributes...
I use active scanning ,the observer will send a scan request when it hears and advertiser, and will listen for a scan response.I only see the scan event,but sent request and...
hello in nrf51 sdk, nordic has already ported freertos.
but if i want to port myself. can anyone tell me how to do it??
first i downloaded freertos from website. but then...
Hi,
I am new to nrf and trying to make some new services and characteristics for my device.
I followed the advertising , services and characteristics tutorial and was...
hello there i have ble_uart code . when i run on nrf51 dk and when i see it on mastercontrol pannel app. i got that type of screen shot!!
means when i write into characteristics...
NRF2460 is linked,I can transfer 3 byte data. But sometimes it is mute, not always.
Register I2SCNF_OUT bit6 is zero.
I am appreciate for your advices.
I have problem to start the wireshark with this plugin error. The last I checked the nordic_ble.dll file is there in the folder.
The procedure entry point new_creat_dissector...
Hi, I'm new to Nordic. I can't get 250Kbps working on the nRF24LE1. I'm using the enhanced shockburst examples in the nRFgo SDK (enhanced_shockburst_ptx_nrf2 and enhanced_shockburst_prx_nrf2...
Hi, I have an nRF24LE1 based sensor, transmitting to an nR24L01+ connected to an arduino (i know you don't supportit). I have LE1 to LE1 TX/RX working (as a test case). I...
Is there a way to disable (not use) the peer manager's whitelist without setting it to NULL? I'd like to be able to temporarily disable the whitelist without potentially losing...
Hello,
I'm sampling the ADC using PPI like in the saadc example of the sdk12. For the ADC I use
TIMER 1.
And I want to write those ADC values on a SD Card over SPI...