Hi all,
I have a few questions:
How is that ADC's common mode rejection capabilities? Rejection for 60 Hz interference, etc...
The datasheet has "typical...
Hi all !
I'm trying to evaluate the throughput i can have between a Motorola 4G and the nrf51. The nRF51 is the peripheral and the phone is acting as a central.
To do...
I have a digital microphone chip, it has the CLK, DATA, LR_SEL three pins, now I will pick up the three pin nrf5283 three pin is as follows: CLK connectionI2S_CONFIG_SCK_PIN...
Hello, Nordic Team, I'm embedded designer from Russia, discovered your amazing wireless MCU NRF52832. I looked through your SDK and peripheral drivers, and unfortunately found...
Thanks Stefan. The zip file making and updating steps work perfectly for me, if I follow your steps and make it from your stock pre-built "dfu_test_app_hrm_s132.hex". My question...
Hi!
I'm trying to configure my NRF8001 module with the help of nRFgo studio. I'm using Nordic UART over BTLE service template. The module can be discovered via nRF Master...
refer to: http://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrf/ug_multi_image.html developer.nordicsemi.com/.../partition_manager.html
Where I change those image...
My accelerometer readings appear in my segger embedded studio "Debug Terminal" window.
It looks like this.
I want to stream the data via COM port to this "serial oscilloscope...
~/ncs/nrf/include/dfu/dfu_target_mcuboot.h int dfu_target_mcuboot_done(bool successful);
/////////////////////////////lack of this in last #ifdef __cplusplus } #endif
I am using mesh SDK v4.2.0.
I read the documentation of the remote provisioning example (pb_remote) and took look at the code.
My first feeling was that the remote provisioning...
To the kind attention of Nordic support team,
I'm working on a nRF52 based product, I saw using your sniffer that after LL_CONNECTION_UPDATE_REQ
I have got a Window Offset...
We have an nRF52 DK and have developed a customer board. On the custom board we have a header with pins for power, ground, clock, and data.
When I connect this to the nRF52...
Hi,
I've got ANCS working well in my application, but I seem unable to increase the length of the notification's message that I receive.
BLE_ANCS_ATTR_DATA_MAX is defined...
Dear sir,
I have an two problem:
1) Once change the device mane, after system rest some junk value is stored Note : here the device name read from the flash memory ...
I'm trying to run Provisioner Example on my nrf52840 DK, which is in examples/provisioner directory, . First I've build softdevice on DK and then I'm trying to build provisioner...
Hey NordicSemi. In my new project, I use DK NRF9160 and I need to determine the location. Since hardware GPS does not work, I decided to use the detection of coordinates through...
Hi,
Something locks-up my I2C sometimes and I need to make I2C recovery. It looks like Nordic has not implemented the zephyr i2c_recover_bus function, so I guess I need...
I'm looking for dual core inter task communication examples
where a thread on one core is interacting with a thread on the other core ?
e.g. will there be some kind of...
Hello All,
I was looking at the Digi XBee3 modules for a ZigBee project I am working on. What is great is they allow you to write MicroPython code to control the network...
I am trying to send some values from nRF52810 Board to my Laptop. I am using a nRF52840 Bluetooth Dongle to connect the board to my laptop. I am using the "Heart Rate Collector...