I'll go ahead and describe what I need to do and see if anyone might have some place to start for me since I'm having a lot of trouble figuring out what I need.
I'm looking...
Hello ,
I'm designing an embedded system with one of your RF chips (NRF24L01+) and as far as I searched for the datasheet , It seems like NRF24L01+ doesn't have a hardware...
Hi,
This post is very old.
devzone.nordicsemi.com/.../
I have a nrf51822 chip and I'm using it as BLE and it exposes some service and characteristics and it is working...
Hello!
I set up a project using NRF24L01 and a patch antenna ceramic, the type used in GPS.
In fact, I tested several types of antennas, F, F inverted, GPS, Loop. But...
Hello,
I'm trying to create a PC application to read out some Ti Sensor Tag modules. I'm using a nRF51822 USB dongle and the Master Emulator api.
The nRF dongle sees...
Hi
I have my code like this .
unsigned char *encryptedData;
unsigned int encryptedDataAfterAppendingLength;
memset(encryptedData, 0, encryptedDataAfterAppendingLength...
Hello,
I have been struggling with multilink uart example for a while. I have done 3 peripherals and one central communication but still I have some problems. I am using...
I have a PCA10056 (nrf52840 DK) and a couple PCA10059's (nrf52840 Dongle).
I'm trying to get the DK to have the same/similar DFU as the dongles.
My development machine...
Good Day
I'm probably missing something very simple.
Working through this tut.
https://github.com/NordicPlayground/Nordic-Thingy52-mesh-demo
Line 1 is requesting ...
Hello,
I want to use nRF52840 dongle as complite hardware for comunication with other device via USB CDC (Virtual Com port).
End device is datalogger, and i can configure...
I am using nRF52840 Preview DK (0.12.0) and I want to measure USB currents. I am using the DK as a starting point for doing measurements on custom HW and verifying that we...
I can program and debug using Segger Embedded Studio v4.12 on my mac without a problem. When I try to use the command line to program and erase a nrf52840, I receive the following...
Hi All.
Practising Secure DFU, my nRF52840 DK board seems like if it is locked. Only Leds 1 and 2 are ON. The board is advertising with DEVICE_NAME=Dfu Targ and its COM...
Hi,
I would like to know the correct way to change the polarity of the CS line for SPI devices. The SHARP memory display is opposite of most SPI slave devices so I need...
Hi, I am using the nRF5_SDK_14.0.0_3bcc1f7 with SD v5.0.0 and the ble_app_beacon example together with the Jlink Monitor mode for debugging. The issue is that under some circumstances...
Hi,
I m using now two thingy and I m looking for the possibility to compute the difference between the two accelerometer to determinate the the moment of one compared to...
I'm trying to get back into the swing of bluetooth development, and right now I'm trying to find an overall ladder/timing diagram for a full bluetooth/softdevice transaction...
Is model Publish Retransmit (Mesh Spec 4.2.2.6 and 4.2.2.7) currently implemented in the Mesh SDK? I noticed that with Publish Retransmit Count set to 1, the Zephyr Mesh stack...
In nrf52832 datasheet, it uses" 64 MHz crystal oscillator, using external 32 MHz crystal "
then, can I use external 16 MHz crystal or external 4 MHz crystal to drive nrf52832...
I couldn't find nrf_drv_timer.c file. I want to create timer so I try to different SDK for my work. I am using SEGGER IDE for prepare software but i encountered lots of problems...
Dear nordic,
I try to build BLE application everything works fine expect the UART. The UART has transmission issue.
it has no problem in receiving. but when i tried...