Hi, I am Product Manager working for Medical Device Manufacturing company based out of Ireland.
we are in search for a development house / developer who will support us...
I have so many versions of this topic that I now am certain that most of the answers provided are wrong. Since you cannot have so many ways of connecting an external nrf device...
Hi,
This is actually a follow-up to my previous question here: devzone.nordicsemi.com/.../publish-timeout-handler-of-one-model-called-during-publish-timeout-handler-of-another...
Hi to all Nordic product lovers,
This is not a question but rather an announcement of a new nRF52840 based finger tip size module 14 x 9 x 1.6mm launched at CrowdSupply...
Hi,
I have a SPI slave device which outputs 8-bit registers that I have to assemble. For example, I receive two 8-bit registers, a high and a low register, which I have...
I have a PCA10059 dongle. I have inadvertently configured pin P0.25 as the sleep debug pin and I use active state 0 as I am using off board LEDs with reverse logic. This means...
Hi everybody,
we have implemented DFU with button and it works like a charm. Now we want to improve that and implemented the buttonless version too. Though, instead of...
There was an Arduino ANCS library released for nrf8001. Seeing that Arduino Primo nrf52 will be coming into the market and knowing that there is Arduino nrf51/nrf52 core development...
hi.
i open ble_ant_app_hrm from sdk 9 and i send data over ant .
how can i send a data just one time cause i want save it on eeprom.
how can i send a data just one time...
Hi,
I noticed a bug in ble_ancs_c.c where it will write NULL-termination outside the attribute buffers added with ble_ancs_c_attr_add(). When the received ANCS notification...
I got a hardfault crash in the ANCS code, when an invalid ANCS notification was received from the phone: attr_id_parse() read 195 as attr_id, and used that as index in ancs_attr_list...
When one host and one device,the through can be 16KBps。But,when one host and two device ,the Max throughput is only 6KBps。Can you tell me Why ?????And Can you tell me the...
I use keil4. When the code size less than 15297bytes is ok. I will cause error when the code size bigger than 15297bytes.
Something must config in keil4?
Thanks~
I'm trying to listen to a bluetooth low energy connection between a smart bracelet and my smartphone. In Wireshark 1.10.1 I only can see the Advertising Indicators. As soon...
We are able to run both these services (experimental buttonless DFU and experimental app ble blinky) individually in Eclipse GCC, SDK 12. However, when both of the services...
I am intended to integrate the Nordic SoC nRF52832 in our PCB to generate a PWM.
However, I could not understand the difference between the following:
topicSchematic QFAA...
Hi to everyone, i have the mpu6050 code and i have to change it with parameters of adxl345.
i have this definitions:
#define ADDRESS_WHO_AM_I (0x75U) //!< WHO_AM_I register...
Hi, I am trying to connect a peripheral device which in this case is a BLE device called DELTA and I am trying to connect it to a central device which is the NRF52 board....