Hey I am working on nordic nrf51822 chip ( http://i.imgur.com/q8EM4uq.jpg ).
I want to run a bluenet code which i have forked from github.com/.../bluenet to github.com/....
Hi, I use the nrf 8001C + stm8s. I successfully installed settings nrfGo, but when I try to execute a command OpenAdvPipe I get an error ACI_STATUS_ERROR_CMD_UNKNOWN .
The...
I am using PCA10031 dongle with SDK 7.2. I tried the blinky example in peripheral directory. Unfortunately it didn't work for me.
When I use the makefile from blank/armgcc...
I've tried compiling and running the ble_app_hrs_rtx demo example suing the makefiles and GCC 'as is'. However, the program just hangs and doesn't do anything. Specifically...
I'm using QT + QBS + bare-metal + gdb + openocd + stlink(debugger). I want to print into qt-terminal debug information. How Can I do this feature?
forexample:
int main...
I ran the ble_aci_Tranport_layer_Verification.ino sketch from the Nordic BLE library and I get no output to the serial monitor after "nRF8001 Reset Done" is displayed. I think...
I am trying to debug my code today and am finding that Eclipse is constantly breaking execution at the INLINE function app_timer_evt_get(). I do not have any break point set...
Hello everyone,
I'm dealing with mcumgr-cli to exchange commands between a host machine (running Ubuntu 20.04 LTS) and a NRF52833 DK running smp_svr sample. I'm using NCS...
I want to have a single device that can both transmit and receive beacon packets using nrf52832.
Project Idea
Need to identify RSSI level of beacons around a device while...
I'm having some difficulty understanding what the nRF53 datasheet is trying to tell us about the internal load capacitors and related items. We are using both the LFXO and...
Hi!
There are many questions regarding the high voltage mode of the nRF5340 already in this Q&A, but I don't see the answer to the question, how it is enabled programmatically...
Hello, is it possible to set gpio direction (input/output) from devicetree?
I haven't found any gpio flags to do this in the gpio.h located in dt-bindings folder.
Hi all. The current devices we are developing are made with NRF52832 based on the NRF SDK v16. We also plan to use the Wirepas stack. Initially, we want to implement support...
hi
i have developed my device,and it was work in customs,but there is some device cant work after work some times.we recall the device and discover the firmware was loseed...
Hello,
I have a question regarding GPIO setting during sleep mode.
nRF52832 is sleep and wake-up by GPIO state(Red in below picture).
When Red is high, nRF52832 go...
We are trying to implement errata 254, but I've run into a couple of questions. What's the correct test to see if the device needs the workaround for the errata? NRF_FICR...
Hi, I am using pc-ble-driver v4.1.4 combined with connectivity firmware compiled with s132 v6.1.1. My application is running on custom hardware with a cp210x serial to usb...
Hi, i made some research on the VMA323 sensor, how to get it to work with my Nrf5340dk but i didn't find any documentation is there any available documentation about this...
Hello sir,
I am using nrf52832 Dev board and write the value '1' through nrf connect app by enabling the notification enabled with case length one i.e (p_evt_write->len...
//this ticket is a diversion of this ticket @Increment Counter on Button Clicked https://devzone.nordicsemi.com/f/nordic-q-a/82239/increment-counter-on-button-clicked Hello...