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...
Hello Guys,
I need suggestion regarding the selection of nrf8001 ble module
Does it support OTA updates?
What is communication interface? is it SPI or conventional...
Hi,
I want to discovery all attribute UUIDs as Master Control panel application does. I use API function 'sd_ble_gattc_primary_services_discover' to discovery.
Exactly...
Hi:
I develop my project with gazell, Device can keep send to host,but host can't keep send to device(I'm not mean for host sent ack to device).
In my program, I use "nrf_gzll_add_packet_to_tx_fifo...
In the nRF52 reference design, not using the DC-DC converter would result in higher power consumption. By how much? Any documentation regarding the details. Thanks
Hi all,
I am new in nRF51822. Today I am doing experiment using GPIO and radio transmission.
I wrote a very simple code as below:
int main(void)
{
init_clock();...
Hi, I've got a serious problem in my project. Some of its features require hard timings. The usage time of these features is longer than the single timeslot and I must be...
Hello guys, I'm doing a hobby project and can't seem to get it working. Aim of the project is to transmit temperature values from a DS18B20 using an Arduino Uno and NRF24l01...
I'm experimenting problems with a nRF51822 custom board. Recently I managed to run the blinky sample project. Now I'm trying to test a BLE project, but I'm having problems...
Hey All,
I am currently trying to have a Analog Signal come in through P0.05 which then gets converted via the onboard ADC and send out a Service Characteristic. I am using...
Hi,
I am using your NRF24L01P-R7 part .Can you please specify its maximum distance upto which it can detect other TAG in open area when there is no wind at normal atmospheric...
I have a question about PXP profile. Could I use the nrF52 (S132) Nordic's PXP example to dynamic change TX power when I have bonded or connected Android phone device ? I...
I try to implement a BLE vendor service that has some characteristics. When I bonded the nRF devive (vendor service already download to device) with my Android phone and then...
Hello All,
I have modifies the Spi Master code to communicate with an ADXL345 Accelerometer. I set up my powermode and the percesion in the setup phase. However, when I send...
Hello, Nordic Team.
In my program, I have to change the value of the characteristic before start. I write:
case ACI_EVT_DEVICE_STARTED:
g_aci_state.data_credit_total...