Hello,
First of all, I'm delighted to have found the beginning of eMMC support for Nordic devices as software peripherals in NCS 3.2.0: https://docs.nordicsemi.com/bundle...
Greetings,
I'm considering nRF52840 for a product. My connectivity requirements are BLE 5+ (For GATT-based communication, No requirement for channel sounding, etc), USB...
Hello Nordic team,
We are evaluating nRF54L10 for a battery-powered Bluetooth LE medical device .
We are considering the nRF Connect SDK Bare Metal option instead of Zephyr...
Hi everyone,
We recently started to add the iBeacon broadcasting to our own BLE project that runs on an nRF5340. It is based on the code from the sample of the SDK (we currently...
Hi, I am unable to read GPIOs (always getting 0x00000000 from gpio_port_get or 0 from gpio_pin_get). My main project is https://github.com/marcuswu/leaf-fall/tree/main/firmware...
The beacon market is going in various directions with regard to format and limitations, but the nRF51822 can support all the various BLE based beacons as it’s just a specific type of non-connectable BLE…
uCXpresso.NRF is a RTOS C/C++ Framework,
Features:
Develop on Mac OS/X, Linux and Windows with LPCXpresso IDE (free).
Multi-Tasking RTOS supported
Enhanced BLE C++ framework
Tickless Low Power…
Build a custom BLE service and enable the write attribute
Configure the characteristic "attr_char_value.max_len = MAX_LEN";
max_len should be larger than your device name
In the BLE event…
BLE and ANT development kit
Nordic Semiconductor offers the nRF51 series for BLE and/or ANT wireless connectivity. The nRF51 (nRF51422 or nRF51822) is a System on Chip, which means it has internal microcontroller…
I am investigating Master Emulator API and found something interesting that can help you program your device through BLE DFU in Keil. This method calls the python script used in MCP. If you can use MCP…