Search Result

304 results found on Nordicsemi

Article 11 | News 257 | Product 36 | All results

22556 results found on DevZone

NordicSemi

Bluetooth LE sensor provides detailed analysis of musical instrument activity

TraqFreq uses Nordic’s nRF52832 SoC to wirelessly monitor playing time, climate conditions and consumables

Tags: nRF52832, Bluetooth 5, Bluetooth LE, Audio, nRF52 Series

News

8/9/2021

Bluetooth LE/cellular IoT smartwatch enables telecare and SOS alerts

Dayton Industrial’s Link2Care Smartwatch DA13700 uses Nordic nRF52832 SoC and nRF9160 SiP for wireless connectivity

Tags: nRF52832, nRF9160, Bluetooth 5.3, Bluetooth LE, LTE-M, NB-IoT, NFC, Connected Health, Wearables, Sustainability, nRF91 Series, nRF52 Series

News

10/17/2022

Shanghai China rapid transit system uses Nordic low-power wireless technology to get passengers to their destination faster

Dito’s QR Code Bluetooth Security Signature Verification Module employs nRF52832 SoC to provide secure offline signature verification

Tags: nRF52832, Bluetooth LE, Transportation, Retail, Sustainability, nRF52 Series

News

10/10/2022

Nordic-powered Bluetooth LE Harry Potter: Magic Caster Wand provides interactive experience

Interactive smart wand from Warner Bros. Home Entertainment uses Nordic nRF52832 SoC for relaying touch/motion sensor ‘spell’ data to smartphone app

Tags: nRF52832, nRF52810, Bluetooth LE, Toys and Gaming, nRF52 Series

News

10/20/2022

Bluetooth Low Energy modular powertrain makes any skateboard electric and remote-controlled

Unlimited’s Electric Skateboard powertrain employs Nordic’s nRF52832 SoC to enable wireless motor control by handheld remote

Tags: nRF52832, Bluetooth LE, Sports and Fitness, nRF52 Series

News

7/11/2019

Bluetooth 5/Bluetooth LE tracking management system enables ‘live’ monitoring of up to 65,000 assets

WaveNet Solutions’ Wi. asset tracking solution employs Nordic’s nRF52840 SoC and nRF52832 SoC to deliver mesh-based asset location

Tags: nRF52840, nRF52832, Bluetooth 5, Bluetooth LE, Beacons, nRF52 Series

News

10/31/2019

Bluetooth LE/Bluetooth 5 IoT ecosystem uses everyday objects to monitor building occupancy, patient activity and many other applications

Geeksme’s Universall employs Nordic’s nRF52832 SoC to send data from Bluetooth mesh-networked sensors to central gateway

Tags: nRF52832, Bluetooth LE, Connected Health, nRF52 Series

News

11/25/2019

Bluetooth Low Energy smart lock enables secure, wireless locking and unlocking of windows and patio doors

The Secuyou Smart Lock employs Nordic’s nRF52832 SoC for encrypted wireless activation and deactivation of lock via Bluetooth LE link to user’s smartphone

Tags: nRF52832, Bluetooth LE, Smart home, nRF52 Series

News

3/12/2019

Nordic-powered platforms enable multiprotocol translation between new and legacy fitness equipment

North Pole Engineering’s WYÛR and CÔRD use Nordic nRF52832 and nRF52840 SoCs to convert between ANT+, Bluetooth LE, and other fitness sensor profiles

Tags: nRF52840, nRF52832, Bluetooth 5, Bluetooth LE, ANT, Sports and Fitness, Wearables, Sustainability, nRF52 Series, Good Health and Well-Being, Industry, Innovation and Infrastructure

News

9/11/2023

Bluetooth Low Energy-powered wearable uses drug-free nerve-stimulation technology to treat a range of chronic pain conditions

NeuroMetrix’s ‘Quell 2.0’ wearable employs Nordic’s nRF52832 SoC allowing users to wirelessly control and personalize their device from a smartphone 

Tags: nRF52832, Bluetooth LE, Connected Health, nRF52 Series

News

11/15/2018

DevZone - first 10 hits

Device firmware update (DFU) over NFC

Hi for DFU is bluetooth used by default. Your DFU app suports only using bluetooth to do a DFU. Do you have any tools to do a DFU over NFC? Or do I have to write a tool by myself? Thanks and best regards Markus

forum

11/14/2024

What is the correct way to close the BLE connection?

Hi, I have a central, where I want to close the BLE connection and restart the device. I have a button interrupt that does this: static void button_changed(uint32_t button_state, uint32_t has_changed){ int _err; if (has_changed & DK_BTN1_MSK) { printk("resetting the device.\n"); _err = bt_conn_disconnect(central_conn, BT_HCI_ERR_REMOTE_USER_TERM_CONN); printk("bt_conn_disconnect error: %d,\n", _err); bt_conn_unref(central_conn); central_conn = NULL; k_sleep(K_MSEC(1)); // reset the system //NVIC_SystemReset(); sys_reboot(0); } } However, when the device reboots. I get this warning and the scanner does not connect to the peripheral: The connection information is probably saved in a non-volatile memory, right? How do you properly disconnection the Bluetooth connection? Thanks for the help!!!

forum

11/14/2024

Setting Up Filter Accept List and Bonding for BLE Central Devices

Hi, Might be possible to answer the question in bold. Thanks in advance! We have many BLE central NUS (Nordic UART Service) and many peripheral NUS communicating with each other. The BLE connection should always connect to the same pre-configured BLE device and it should be a one to one connection. In discovery/scanning it should connect to the first BLE device it finds and always connect to the same device. When a button is pressed, you can clear the configuration and select a different BLE device to connect to. So I thought using Filter accept list with a BLE address would be perfect for this, but I could not find any examples to help me. I found the devAcademy Filter Accept List example ( Lesson 5 Exercise 2 ) and the peripheral_accept_list example but only for the peripheral but I want to do this on the scanner site as the

forum

11/14/2024

When set ADVERTISING_DURATION 180 sec, project resetted from main after elapsed this time

I run project on SDK17 central example and added some code for advertising. But when elapsed 180 sec, my project starts from main again. I suppose, when called end of advertising, error appears and due to this error I got reset my project. Project from example with just advertising- works properly. After 180 sec advertisig disapears. I copied all functions from this project to my central project and got described problem. What settings should I check ? Thanks.

forum

11/14/2024

Clarification on SPI Transceive Timing in nRF Connect SDK for RHS2116 Integration

We are developing on the nRF52 Development Kit (nRF52 DK) for the nRF52832 SoC. Our application involves a 4-wire pipelined SPI communication with the Intan RHS2116 chip. According to the RHS2116 documentation (page 30, Picture 1), the SPI connection is configured such that the RHS2116 automatically outputs data two command cycles after a command is sent. This means that by the time we reach the 3rd command, there will be output data on MISO that we need to receive concurrently as the master (nRF52832) transmits the next command via MOSI. Our challenge is with the nRF Connect SDK and Zephyr OS: specifically, it’s unclear from Zephyr’s SPI library documentation if the spi_transceive function performs read and write operations within the same command cycle, which is required to meet the pipelined data flow of the RHS2116. Could you confirm if spi_transceive in the nRF Connect SDK supports simultaneous read/write operations in

forum

11/14/2024

unable to remove the boot banners with mcboot enabled

With the mcuboot enabled, I'm not being able to disable the boot banners even by doing the below settings in prj.conf file. CONFIG_NCS_BOOT_BANNER = n CONFIG_BOOT_BANNER = n *** Booting MCUboot v2.1.0-dev-daf2946a0f07 *** *** Using nRF Connect SDK v2.7.0-5cb85570ca43 *** *** Using Zephyr OS v3.6.99-100befc70c74 *** I: Starting bootloader I: Primary image: magic=unset, swap_type=0x1, copy_done=0x3, image_ok=0x3 I: Secondary image: magic=unset, swap_type=0x1, copy_done=0x3, image_ok=0x3 I: Boot source: none I: Image index: 0, Swap type: none I: Bootloader chainload address offset: 0xc000 I: Jumping to the first image slot How do I disable this boot banner?

forum

11/14/2024

How I get the passkey value??

Hello. I would like to receive the passkey value that the user entered when pairing Bluetooth and modify it. Originally, it was said that if you enter "0000", you have to enter 6 digits according to the regulations to enable Bluetooth pairing. So if I type "0000" I want to add "00" and make it "000000". But I'm still a beginner, so I'd like to know where I can get the value and modify it. You want to modify passkey and use it in the function below that you want to compare with static_passkey.

forum

11/14/2024

How I changed the PASSKEY in NRF52832??

I want to change static_passkey from "000000" to "0000". But It doesn't work when I update changed code to board. I changed like below pictures.(000000 -> 0000) And this is the code of PASSKEY Please help me.

forum

11/14/2024

nRF52832 PC10040 Recommended Inductor is EOL

Hi Nordic Support, Reaching out as due diligence on this. We've been relying on the HK100515NJ-T for L3 (15 nH DCC inductor), the recommendation from PCA10040, in our design. The part has reached EOL and we're considering replacements for it beyond the ones suggested by Digikey. https://www.digikey.com/en/products/detail/taiyo-yuden/HK100515NJ-T/957881#product-details-substitutes I would just like to know if there are any concerns worth considering when selecting this part beyond the 15nH 10% inductance and 50mA maximum current specified for L2 in series with it. Is there a concern with switching from ceramic core to air since this is a filtering inductor? Is there a limit to the DC resistance of the part you recommend staying below? Is there a reason you chose a part with 6x the current rating specified on the datasheet? Are you considering other parts going forward for the PCA10040 series? We're also considering https://www.digikey.com/en/products/detail/w%C3%BCrth-elektronik/7847804150/14640529 as an alt. Thanks, -Carl

forum

11/14/2024

SPI does not generate SCL signal on nRF52832

Hi I want to run an epaper with the nRF52832 therefore is SPI needed. Board file was generated from scratch. In the devicetree I added the SPI modul and a epaper modul, which connects to the SPI modul. To send data to the epaper over SPI I use the spi_transceive_dt function. void EPaper_Spi_WriteByte(uint8_t txData) { uint8_t tx_buffer = 0x88; struct spi_buf tx_spi_buf = { .buf = (void *)&tx_buffer, .len = 1 }; struct spi_buf_set tx_spi_buf_set = { .buffers = &tx_spi_buf, .count = 1 }; struct spi_buf rx_spi_bufs = { .buf = &txData, .len = 1 }; struct spi_buf_set rx_spi_buf_set = { .buffers = &rx_spi_bufs, .count = 1 }; int err = spi_transceive_dt(&spiSpec, &tx_spi_buf_set, &rx_spi_buf_set); if (err < 0) { printk("SPI: spi_transceive_dt() failed, err: %d\n", err); return err; } } Chipselect and MOSI Signal ar working as requeried. But the SCL signal does nothing, it stays the whole time on low.

forum

11/13/2024