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...
If you're working on a product that requires you to show and translate GATT Attribute (Service, Characteristic and/or Descriptor) UUIDs to Strings to the user, it's likely...
Hello,
We have been trying the sendNotification call and after getting a success log we are not able to send a second notification. I'll copy the snippet of code that we...
I have a firmware developed on the nrf52840 development board. When porting it to nrf9160, a lot of errors were reported. How can I use the LOG output function on nrf9160...
Hi there,
I am starting with nrf52 and SDK 9.0.2 and am struggling with the SDK structure.
Can anyone please explain the difference between
components/libraries/uart...
Hello, I have tried to combine saadc with softdevice, but having errors during compiling. I have copied .c and .h files from saadc example to ble_hrs example, but having following...
Hi,
I have a specific application/product where in I am planning to use Nordic nRF52832.
-> There is a 9 Axis Inertial Measurement Unit (accel/gyro/magnetometer) connected...
Hi!
I have been trying for over a year to figure this out, but I am unable to, and I would hope it be pretty straight forward since OTA is already in the Nordit Master Control...
FIXED (see below)
Hi!
I'm developing software for nRF52 on nRF52 preview DK, which I got on the Global Tech Tour.
LED blinking (blinky) example is running OK, so I moved...
I have a device (configured as a slave) which is connected to a relay to on/off a motor.
Now, I need to connect it to multiple masters (e.g., couple of smartphones) to remotely...
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...