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 Team,
Got a high current issue with uart from customer.
When the nrf_serial_init() is called and the uart is configured as dma mode(used as UARTE), the average current...
Cheers, again!
Our project uses an array of different modules, many of which will need to make use of the TWI manager. I've been able to create the manager successfully...
I'm working on a custom BLE keyboard (starting from the ble_app_hids_keyboard example, S132, seeedstudio nRF52840-mdk board, SDK v15.1.0).
The system is configured to wake...
I am developing on RAYTAC MDBT50Q-DB board.(nrf52840)
I measured current comsumption on RX mode.
with DCDC: about 8mA
without DCDC: about 11mA
datasheet written...
I am working on a LIN slave.
I have working code on an Atmel 2560, just porting it to the NRF52 now. The complication I am foreseeing is that on the Atmel part I could...
i'm using the sdk only for ble serial data transfer, which i'm not using for this pwm test
all code talks directly to the hw registers
those are some code snippets to...
Hi, There are some older comments. Since situation is changing fast and I am un-sure if these comments are out-dated or not.
ROM size. Some comments said 51 is small...
I'm using nRF connect 2.5 on PC and the latest Android app on a Pixel phone. My firmware is based on SDK 15.1 and soft device 6.1.0. I am using nRF52840-DK boards.
My firmware...
Hi,
I would like to know if the nRF51822 chips come with their own valid IEEE address of if we must buy an OUI and generate our own addresses for use in final products...
Hello,
I propose theses evolutions in nrf_bootloader.c, it allows to use gpregret and gpregret2 for other things:
(nrf_power_gpregret2_get() & BOOTLOADER_DFU_SKIP_CRC...
Hello,
I have questions about Thread protocol:
- Can i ask to network the ID of the last point used to connect a sleeping device ?
- I have a great area to cover so...
I'm trying to develop a beacon application where I dore to read the battery level.
I installed the Segger SES development environment.
If I use the example \examples\ble_peripheral...
I tried to follow the Video on how to use Segger (on this Page. www.nordicsemi.com/.../nRF5-SDK)
for nrF52832, but I get errors when building the Segger Solution: C:\User...
I have an application where I need to be connected as peripheral in 1 connection and as central in up to say 10 connections simultaneously. I posted regarding connection event...