I am running Windows 7 Pro SP 1 64 bit and have gong through the tools installation procedure, in particular running nRFTools_7_7_0_Installer.exe. This ran the J-Link V5.02...
I am very familiar with the arduino side but the BLE is brand new to me. I was wondering if I can use P0.00 and P0.01 to talk to the arduino and if its possible how exactly...
Debug Logger without softdevice, and the define ENABLE_DEBUG_LOG_SUPPORT to my project in the C/C++ tab.
i just test, very simple , but cannot get debug log..
int main...
I am trying to use the scheduler, but I would like to know if it is possible to have events with different priorities... As an example:
Task A - Priority LOW
Task B -...
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...
Hello everyone,
I am using the great platformio toolchain that supports the mbed framework so far. I am still a newbie to it however.
I want to be able to use both the...
Hello Guys,
I'm developing the battery based device. It consisted of nRF52833 and a UART device.
The UART device send 512 bytes each second to nRF52833.
The project...
I want to use this routine to complete a radio project with low power consumption, but I find that the system is always shut down. Could you please tell me how to modify it...
I am a student interested in Nordic.
My coding skills are very poor.
So I want to get help.
I want to use the vl53l1x sensor in nrf52. (My ultimate goal is to measure...
Hello
I have found 2 strange behavoir when I want to wake up nrf from system off state:
1/ when I use pin 15, this does not work at all, but with pin 6 it does. Why? ...
I am in the process of porting arduino library VL53LX01 to the nrf51822 using nrf_drv_twi functions. I will use this with S130 and thinking of using blocking mode .
I initialized...
I would like to download/export the UArt log from the nRF Toolbox. Is there any way to do that? When I press "show log" it disconnects from the device, and I do not see anyway...
Hello
I'm using nrf52832 and sdk v17.0 and I'm testing in the example of ble_app_uart.
I'm creating a feature that Bluetooth disconnecting and then stops advertising....
When working with AT#XHTTPCREQ we have encountered the following provlems:
1. Sending AT Command `AT#XHTTPCREQ="POST","/upload","Content-Length:3357",3357` with the payload...
HI!
I'm currently working on a project where I'd like to send and receive BLE messages using my own channel hopping mechanism.
I've read into the 17.0.2 Examples ...
I am having trouble connecting to an nRF52810 in a uBlox BMD-330 Eval Kit.
It has previously been successfully flashed with custom firmware but, now, when I try to connect...
The specifications for Flash programming in section 4.3.7.1 page 21 is blank in the nRF52810 Product specification 1.0. Can you please provide the values for this table?
Hi all,
I am not able to update the modem firmware over usb/mcboot with the programmer on my Thingy91. I have tried both on linux and win 10, the problem is the same. The...
Hi,
I have been using the NUS on nRF52832 DVK with no issues, however, when I migrated to the nRF52840 DVK and a custom board based on the 52840, the NUS characteristics...
Hello Nordic Community,
I am currently following the SMP guide provided here: https://docs.zephyrproject.org/latest/samples/subsys/mgmt/mcumgr/smp_svr/README.html
The...