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 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...
Hi, I want to use the SAADC of the NRF52832
The board is Adafruit/ Bluefruit Feater.
The compiler is Arduino EDI I need to access to all the registers of the board or...
I built a device using the nRF52832 SOC, have programmed it with the Version 16 SDK>ble_app_uart_pca10040_132 using Segger Embedded Studio. I am able to connect to the nRF52...
Hi,
We are developing a product using NRF52832 chipset with a small 128*160 LCD (based on st7735s controller using 8 bit parallel interface).
I noticed that there is st7735s...
Are there any limitations that will not allow me to make the ble_app_hids_keyboard example with FreeRTOS?
If no, is there any examples that will help me easier to migrate...
Hi,
I see that Eddystone packets has service data limited to 20 bytes frame data. But unfortunately I have to encode more than 20 bytes.
So can I use advertise mode as...
Hello everyone.
I have made the next solution for merging softdevice into debug fw.
i 've added the next lines in ld script
MEMORY { SD_FLASH (rx) : ORIGIN = 0x00000000...
Hi,
I want to output a high & low voltage with an array, the array contains a sequence number, looks like: {0, 1, 0, 0, 0, 1, 1, 1, 1, 0, ...} , and the length of the...
I'm wanting to create and Android application that can communicate with a nrf24l01 module. Is there an android library available that will permit this? Thanks in advance!
Hello Everyone,
Consider i have 2 MCU's on board connected via UART interface, one is any ( Target ) MCU (MSP32, STM32, etc) and the other is Nordic's nRF52832 ( Host )...
Hi,
We have two nRF9160DK and both have the SIM card issue as below, and our development was blocked by this issue, so please help check it, thanks!
original case
Hi!
I am trying to figure out the app_timer_library but am running into some (to me) strange behaviour. For the first seconds it appears as if the LFCLK is running much...
Hi,
I've built a application based off of the ble_app_hrs_rscs_relay_pca10040_s132 example in SES using a Laird BL652 module (nRF52832 underlying device). Presently the...
Hello
I successfully build asset tracking example , for nrf9160_pca10090ns
when I try to run using segger, I get the following:
SPM: NS image at 0xc000
SPM:...
Hi,
I am trying to use the Android-BLE-Library with my nRF52832 device (I do have another test Android app which can work w/o using the library).
I followed the Github...