I am a manufacturing engineer from Jabil circuit de Mexico, we have issues in the thermal pad or ground pad whit next mrf part number: NRF52833-QDAA-R, I would like to know...
I have a 5 year old design using a nrf52832 on a MDBT42Q module. The BLE option was placed on the PCB in 2020 and has been unoccupied since going into production. My customer...
Hi,
I'm interested in testing the flash of the nRF54L15. Are there any sample applications or existing projects that could help me get started?
Thanks,
PG
Hi,
I'm working on an application that combines both central and peripheral roles. My 'gateway' should connect to 2 peripherals and sometimes start advertising to make...
Hi NRF support team, We are developing a custom board based on the NRF9151 SIP. I am experiencing some issues in provisioning the device to the NRF cloud. On the 9151-DK i...
Hi,
I am not able to program an Acconeer xm122, which is powered by an 52840. It is mounted on the Acconeer xb122 shield. My nrf52832DK is connected to the shield using...
My AD data is defined with macros as such:
I need to change the manufacturer data then update the advertising data using
My question is: How do I get a pointer to...
BobLouwe.logicdata Hi devs,
I'm setting up my own .NET mircro framework stack for the Adafruit nRF8001 Break Out board. When write the Reset port I do get an interrupt...
Hi,
We are using nRF51822 as a peripheral device. We have an IOS app running in a smart phone or tablet. Our requirement is that we need to pair the peripheral only with...
Hi
I'm currently working on a small nRF52 based design, and I have been asked to keep the cost as low as possible, while maintaining a good battery life while being powered...
Hello,all
I want to use timer,ppi and gpiote to toggle a pin in sdk8.1 but not working.Here are details:
Firstly I use the example project "gpiote" which does not contain...
Hi,
i'm working on nRF51422 and i'm trying to do a simple BLE object that advertise his name and his services and is connectable by the others.
Advertising and connecting...
Hello,
I am working with nRF51422 & would like to know if I can measure current of single event & multiple events (pictures attached) as detailed as possible. I have cut...
Hello everyone.
I want to increase the operating range for nRF51822. To do this I added PA SE2576L in design.
Unfortunately, I do not have experience in RF develop...
Hi,
I'm attempting to use Version 2.1.0 of the HomeKit SDK on an nRF52. We're using the s132 SoftDevice 2.0.0-7.alpha (the SoftDevice in the latest nRF5 SDK v11.0.0). ...
Hi.
So my problem is, that i cannot successfully program external board with preprogrammed nrf51822 chip in the board.. This board is from china.. its an ibeacon.. If i...
I've recently been playing around with Bluetooth Developer Studio, and I can see it's potential despite it having a few annoying bugs.
I've set up a custom service by re...
Where would be a good place to feed a watchdog when using a softdevice?
My first guess was in main loop:
for (;;) {
NRF_WDT->RR[RR_number] = 0x6E524635;
power_manage...
Hi,
When a watch dog timeout occurs, I want to save some data to the flash memory prior to reset (namely the RTC count value). Therefore I enabled the wdt interrupt. The...
Im using nrf51, I configured the watchdog to reset after 3 seconds of hang and it works. But I have absolutely to save some data in flash before reset
Is there anyway to...
My custom profile was being built fine until I added a couple of standard descriptors to a custom service characteristic. Any idea what's going on here?
19:34 - [Code Generator...