But now I have a new problem that is whenever I set " PWR_UP " bit in CONFIG register then it drop the 3.3 volt vcc to 1.2 volt. I don't know why its happening. Anyway, is...
This previous question about multiple advertisements seems to be related to softdevice 7. I was unable to get a similar example working in SD/SDK8
My end-goal is to add...
We are considering using Gazell for an outdoor application, i.e. lots of noise and disturbances, constantly changing environment, where the amount data being transferred is...
Hi everyone,
I have found your git "Ble Optiboot"( github.com/.../ble-optiboot) , and I have understood, it is usefull to load a binary into MCU flash, I was looking for...
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...
when I use usb to transfer, i fine many datas are lost.Is it because the DMA size is too small?Where can i see the dma size?(In nrf52833/examples/peripheral/usb_cdc_acm )...
I am trying to connect a SPI device to the external connector pins on the nRF9160dk board. I believe I know the name of the SPI device and the pin connections from the device...
Hello
I'm trying to print out several sounds with one buzzer. To do that, I need to be able to change the frequency.
PWM was initialized and reset using code. An attempt...
OS: Linux Ubuntu 18.04
Compiler: Gnu ARM embedded
HW: 2 nrf52840dk boards
NRF SDK: 16.0.0
I am trying to send data using L2CAP CoC. I have looked at the ots example...
Hello,
I am trying to get familiar with the DeviceTree macros and started experimenting ...
So, in the light controller example main.c I replaced this macro
#define...
Hi Nordic,
I bought an nRF9160 DK for use in the UK on o2's network, but the signal in my home office is poor resulting in me having to go to the window to get connectivity...
Hey,
I am using ibasis simcard which comes with nordic thingy 91. Now i used 10MB which comes free for testing.
Now due to this, i am not able to send data to nordic cloud...
Hi,
I'm working on a project with nRF51822QFAA on nRF5_SDK_12.3.0.
I'd like to ask if the app_button library uses all four GPIOTE channels?
In my project there are...
Below is the output from a 'bluetoothctl' session for one of my thingy:52's
This is running on a raspberry pi 4 using Ubuntu Mate 20.xx
The output below is using command...
In beacon example code the RSSI value is 0xc3 while converting to decimal it giving 195 and in comment line it is mentioned as dbm.when converting this 195dbm to milliwatts...
hi,
The Fanstel BT832 has a nRF52832. It has TX on P11, RX on P12 for standard uart. I need however rs485 and so need to add a DIR (output) pin. P11 and P12 are not on...
In the mRF24L01+:
Unlike MultiCeiver mode, I have one TRX and multiple PRX units sending back ACK payloads.
In the PRX, what is the purpose of the PPP field in the W_ACK_PAYLOAD...
Hello,
As I understand it, Apple is working on a new product called Airtags. This will be similar to the Tile for finding items like your keys or wallet. The catch is that...
I'm using standard ble_bas from sdk12.3. I set up a timer at 60s interval to use saadc to read battery voltage. Below is my code in saadc event handler for battery level update...
Hi,
I want to add some included services to a new added custom service with nRF Connect, but I can't find a method to do this.
Is there a method to solve this problem...