Hi,
I have a simple demo device that does play to be a mouse and a keyboard using HOGP profile. I can get it running with Linux pretty well and I can get it running with...
Hi,
I'm migrating from SoftDevice 6.0 to SoftDevice 7.0 and I'm trying to implement the DFU in SDK6.0. I am experiencing an issue where whenever the DFU begins(reaches 0...
I have already made code of 3 pwm channels using c[0],cc[1],cc[2],cc[3]. I want 4 PWM channels but I dont have more cc registers left so how can i code it. plz help me.
ALso...
Hello, I have purchased this kit on ebay. www.ebay.com/.../301182420397
Can somebody point me to where I can get documentation on this kit, it came in with mostly Chinese...
According to the nRF51 series reference manual.
10.1.2 Debug interface mode
Debug interface mode is initiated by clocking one clock cycle on SWDCLK with SWDIO=1. Due...
Hi,
I was looking at the .map for my project and I noticed that pstorage.c was taking up a bunch of RAM (~600 bytes), which I thought was a lot, so I went into pstrorage_platform...
The document nRF51422_Evaluation_Kit_User_Guide_v2.0.pdf says:
Locate the Heart Rate demo project found in the folder
ARM\Device\Nordic\nrf51422\Board\pca10003\s310\ble_app_hrs...
Hi,
I am trying to receive packets from a device with Zigbee custom profile. Through sniffer, I can see that the device joins the network and sends packets on it but I cannot...
Our board doesn't have LFXO, but I want to run DTM. When I try to switch to LFRC by changing sdk_config.h, it doesn't take effect.
chip: nRF52832
SDK: nRF5_SDK_17.0.2...
Hi, we use the Fanstel BT40 design a RS232 & USB carrier board, when we use battery 3.3V to VDD, there is a DC2.8V output from VDDH. VDDH should be power input, why there...
As known in SDK nrf there is a function battery_level_in_percent() used to calculate battery percentage but it is only true for the CR2032 battery. Currently, I am using AAA...
My application uses a SPI LED driver, which I routed on a PCB to the most convenient pins for routing.
I have already tested my firmware on a nRF52833 DK with an Arduino...
Hello, I'm a beginner at developping nrF52832. My problem is completely similar to this one : devzone.nordicsemi.com/.../add-saadc-peripheral-and-others-to-example-project...
I am trying to measure single-phase mains voltage (240v, 50Hz) by stepping down the voltage to 200mv using a voltage divider and read it with the ADC pin of the controller...
Using NB- IOT JIO SIM in india, not connecting asset tracker Work Up to RRC Connected and stuck there. This is custom code very similar to asset tracker example. We are using...
Dear Sir.
Using the mqtt_simple project , I inserted a 1 sec timer.
Within the timer I want to use the publish routine like this
data_publish(&client,MQTT_QOS_1_AT_LEAST_ONCE...
Hello everyone, we are developing a heart hare accessory for the phone and we want to show the battery status directly on the phone. I found it can show up in the Windows...
Hi, I run nRF5 SDK 15.3.0 with SES 4.30c on a PCA10040. Yesterday I upgraded to nRF5 SDK 17.0.2 and SES 5.60. When I connected PCA10040 I got a message that something wanted...
Hi everyone,
I write a firmware to read the values from a 6-axis IMU and some force sensors. I want to sample with a frequency of 100-200Hz, to store the data in a buffer...
Hello,
I have already a Thingy:91 running and sending me data over MQTT using the mqtt_simple Sample.
Now I wantet do change the broker to one with credentials but unfortunately...