I just obtained a PPK2. Nice to see an ARM native installer for nRF Connect on MacOS.
However, for the PPK2, only "Not supported yet" is displayed.
MacOS version is 14...
I am receiving the above error when trying to create a destination under "Device Management -> Message Routing Service -> Add Destination". There is no further indication...
NPM2100 EK CONNECTION
Can I connect The NPM2100 EK with NRF52 DK? If so..... 1. How do I physically do this? 2. Can I program the NPM2100 EK to send Voltage Supply of 1...
I'm trying to convert some code from ESP32 to nRF, and I'm having problems with the microphone input. Mind you, I'm a beginner with nRF, so I'm sure I'm missing something...
Hi,
I got my hardware modification which added the nRF21540 to our system more or less running under NCS v2.9.0.
Currently, I have the following FEM and antenna configuration...
I'm encountering a blocking issue when trying to create a new board using the NCS Board Wizard in VS Code with Nordic Connect SDK v3.0.0. After filling in valid inputs and...
Hi all,
I've build a custom bord with an nRF9151, I try to connect to aws iot but it's seems it's doesn't work probably cause by bad cert, I got AWS_IOT_EVT_DISCONNECTED...
Hello, I build a BLE 6LoWPAN environment on my raspberry pi with Kernel 3.18.3 and connect a BLE Dongle. The BLE Node is Arch BLE ( www.seeedstudio.com/.../Arch-BLE-p-1998...
I referenced the question in this link devzone.nordicsemi.com/.../sd_ble_gattc_primary_services_discover .
And I can see the Read by Group Type Request and response in sniffer...
HI,
I add a readable and writeable characteristic with :
attr_md.vloc = BLE_GATTS_VLOC_USER;
attr_md.vlen = 1;
attr_md.wr_auth = 1;
and
attr_char_value.p_attr_md...
Hi Guys,
I'm doing a test between CC2541 and Nordic NRF51822. The CC2541 work as a peripheral role. NRF51822 as central role. But CC2541 can update another CC2541 that...
I'm working on a design that requires an adc reading to be taken on a pin that is also used as an interrupt. I've looked at the reference manual but am still confused as to...
The end of memory bss is @ 0x20002DAC (11692B).
The start of the heap is @ 0x20002DB0 with a size of 2560B.
The heap ends at 0x200037B0.
The stack works back from the end...
Hi,
I intend to buy the NRF51822 beacon to use it to transmit data from an SPI-linked sensor. Is this feasible? (It seems so, but I just want to make sure). Also, will I...
Yesterday was the nrf Beacon application for Andriod Studio released. I added the project DFU library to the same folder as described. But I get an error:
Gradle 'Android...
Hello! I want to try IPV6 for nrf51822. I have a few questions:
How many connections can be provided by the one device?
Can we broadcast messages between devices...
Hi,
I'm developing BLE functions using nRF51822 on top of the Android Kitkat applied device. I cannot find android bluetooth HAL source code that Nordic provides. Is there...
In my application I have a custom board with a single LED. While advertising the LED blinks at 1Hz and when connected the LED goes solid. However while testing with a proven...
I'm creating an application based on the s110 SoftDevice found in nRF51_SDK_8.0.0_5fc2c3a. I'm new to the SoftDevice framework so I've probably made an error somewhere but...
Is the GPIO pull down/up asserted on the 'inside' of the input disconnect switch or at the input/output pad? The diagrams would indicated that it is on the 'inside' of the...
This is function definition:
static uint32_t battery_level_char_add(ble_bas_t * p_bas, const ble_bas_init_t * p_bas_init)
This is declaration of the automatic variable...